Answer Posted / minaxi shah
Some IDoc types are supplied by SAP in the standard system,
these are the basic types. Other IDoc types are customer
extensions. In these cases, a basic type is combined with
an extension which is created by the customer, according to
certain rules. Unlike customer extensions , these extended
basic types are upward compatible.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do you validate the selection criteria of a report? And how do you display initial
How do you find if a logical database exists for your program requrements?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
Name a few data dictionary objects? : abap data dictionary
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What is the difference between commit-work and rollback-work tasks?
How does the system handle roll areas for external program components?
How the transaction that are programmed by the user can be protected?
Where do you find info on new developments in SAP?
How to create a link between modified form and modified print program?
How do you get the number of lines in an internal table?
What is modularization and its benefits? : abap modularization
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is the use of program rsbdcsub? : abap bdc
Does sap handle multiple currencies?