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)
– SAP supplied BDC programs ¬ RM06BBI0 (Purchase requisitions)– RMDATIND (Material master) RFBIKR00 (Vendor Masters)– RFBIDE00 (Customer Master) RVINVB00 (Sales Order)
You can create a message class from two places in the system:1) From an Object class object list (in the Object Browser)2) From an ABAP/4 module (in the ABAP/4 editor)
You can create a message class from two places in the system:1) From an Object class object list (in the Object Browser)2) From an ABAP/4 module (in the ABAP/4 editor)
The events are• INITIALIZATION• AT SELECTION-SCREEN• AT SELECTION-SCREEN ON • START-OF-SELECTION• TOP-OF-PAGE• TOP-OF-PAGE DURING LINE SELECTION• END-OF-PAGE• END-OF-SELECTION• AT USER-COMMAND• AT LINE-SELECTION• AT PF• GET• GET LATE.• AT User Command
The events are• INITIALIZATION• AT SELECTION-SCREEN• AT SELECTION-SCREEN ON • START-OF-SELECTION• TOP-OF-PAGE• TOP-OF-PAGE DURING LINE SELECTION• END-OF-PAGE• END-OF-SELECTION• AT USER-COMMAND• AT LINE-SELECTION• AT PF• GET• GET LATE.• AT User Command
What is an interactive reports ? What is the obvious difference of such reports with HTML type reports? Interactive reporting allows the user to participate actively in retrieving and presentingdata during the session. Instead of one extensive and detailed list, with interactivereporting you create a condensed basic list from which the user can call detailedinformation … Read more
What is an interactive reports ? What is the obvious difference of such reports with HTML type reports? Interactive reporting allows the user to participate actively in retrieving and presentingdata during the session. Instead of one extensive and detailed list, with interactivereporting you create a condensed basic list from which the user can call detailedinformation … Read more
When the table is activated, a physical table definition in the database is added to thetable definition stored in the ABAP/4 Dictionary. The database-independent tabledefinition from the ABAP/4 Dictionary is translated into a definition of the relevantdatabase
When the table is activated, a physical table definition in the database is added to thetable definition stored in the ABAP/4 Dictionary. The database-independent tabledefinition from the ABAP/4 Dictionary is translated into a definition of the relevantdatabase
A matchcode is a tool to search for data records in the system. Matchcodes are an efficient and user-friendly search aid for cases where the key of a record is unknown. It consists of two stages one is Match code object and the other is Matchcode ID. A matchcode object describes the set of all … Read more