80 | What are the features of Recording Function ?
|
81 | What is synchrnous database update ?
|
82 | How do you set up batch process? Data analysis: Analyze the data that is to be transferred to the SAP System. || Generate SAP structures: Generate SAP data structures for incorporation into your data export program. || Develop transfer program: You can write the program in ABAP/4 or as an external program. || Create sequential file: Export the data that is to be transferred, to a sequential file. || Create batch input program: ABAP/4 batch input program that will read the data to be transferred from the sequential file. || Process batch input data: Process the data and add it to the SAP System. You can do this either by: batch-input session method or Call transaction method. || Analyse results: Check that all data has been successfully processed. || Analyse Error session: Correct and re-process erroneous data.
|
83 | Where do you use BDC?
You can also use batch input to transfer data between two R/3 Systems. However, there are more direct methods for doing this, such as RFC (remote function calls).
|
84 | What has to be done to the packed fields before submitting to a BDC session?Declare these fields in the internal table as characters and the length of the field should be same as the field length of the field's data element. This internal table is used to hold the data fetched from the sequential file using WS-upload function module
|
| What is LSMWThe LSMW is a cross-application component (CA) of the SAP R/3 System. The tool has interfaces with the Data Transfer Center and with batch input and direct input processing as well as standard interfaces BAPI and IDoc in R/3. The LSMW comprises the following main functions:
TCODE - LSMW |
No comments:
Post a Comment