how to replacing the BDC with the BAPI, wherever possible
Answer Posted / bandivenkateswarlu
BDC is used to transfer the data from the legacy system to
the sap system it is only used within the distributed
systems only .whereas in BAPI is used to interface to
connecting with third party systems with the sap systems.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What is the difference between Exit and Stop?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Explain what are the problems in processing batch input sessions?
how do you call third selection screen ?
Define abap/4 layer? : abap data dictionary
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
What are the uses of secondary indexes?
What are the aggregate objects in the data dictionary? : abap data dictionary
What are match codes? describe?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
Explain the Inportance of pa30? : abap hr
What is full form of bdc session? : abap bdc
How many types of tables exist and what are they in data dictionary?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....