Have you used SAP supplied programs to load master data?
SAP supplied BDC programs RM06BBI0Â (Purchase Requisitions) RMDATIND (Material Master) RFBIKR00Â (Vendor Masters) RFBIDE00 (Customer Master) RVINVB00 (Sales Order) Read more »
SAP supplied BDC programs RM06BBI0Â (Purchase Requisitions) RMDATIND (Material Master) RFBIKR00Â (Vendor Masters) RFBIDE00 (Customer Master) RVINVB00 (Sales Order) Read more »
CONVERSION: Legacy system to flat file. INTERFACE: Flat file to SAP system. Read more »
Open SQL has 2 system fields with return codes: 1) SY-SUBRC 2) SY-DBCNT Using function modules Read more »
The sequential files (ON APPLICATION SERVER) are called datasets. They are used for file handling in SAP. Read more »
Performance of ABAP programs can be improved by minimizing the amount of data to be transferred. The data set must be transferred through the network to the applications,... Read more »
1) It is a standard data type object, which exists only during the runtime of the program. They are used to perform table calculations on subsets of database tables... Read more »
SY-SUBRC, SY-DBCNT, SY-LILLI, SY-DATUM, SY-UZEIT, SY-UCOMM, SY-TABIX SY-LILLI is absolute number of lines from which the event was triggered. Read more »
Yes, group of users can access these programs with a client number. Read more »
In commercial, organizational and technical terms, the client is a self-contained unit in the R3 system, with separate set of Master data and its own set of Tables.... Read more »
CTS stands for Correction and Transport System. The CTS provides a range of functions that help you to choose a transport strategy optimally suited to your requirements.... Read more »
The selection criteria is validated in the processing block of the AT SELECTION SCREEN event for the input values on the screen and respective messages can be sent. To... Read more »
Main function of ranges to pass data to the actual selection tables without displaying the selection screen. Min, Max values provided in selection screens. It is... Read more »
There are 5 elements of selection screen: Selection-screen include blocks Selection-screen include parameters Selection-screen include select-options Selection-screen... Read more »
It is similar to table index that gives list of possible values for either primary keys or non-primary keys. Read more »
When the table is activated, a physical table definition is created in the database for the table definition stored in the ABAP dictionary. The table definition... Read more »