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
Explain the call transaction method? : abap bdc
What is Group by in Select statement?
Explain how do you move on to the next screen in interactive reporting?
What are the different types of the variable in the sap abap?
What are the fields in the memory table ‘screen’?
What is the difference between free and refresh?
What is the difference between a substructure and an append structure? : abap data dictionary
What are the merits of its?-
What are null values?
What is synchronous update?
Differentiate between ooabap and abap?
What are the 2 other types of views, which are not allowed in release 3.0?
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.
Difference between domain and data element? What are aggregate object?
What is an rfc?