Answer Posted / abaprajaram
BAPI is an BOR ( Business Object Repository ) area
where we can used in the middle ware to interact the
data in to the sap system and also for the work flows
RFC is an Function with the Remote call -
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a batch input session? : abap hr
Explain what is an rfc?
Which table stores the programs created?
If yes then why do we require logical database
what next in SAP-ABAP/4 is it going to be change?
Where do you create indexes in abap?
What are pool tables?
What is value table? : abap data dictionary
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What are the field and chain statements?
What are local objects?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
Can we display a list in a pop-up screen other than full-size stacked list?
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.
What is asap methodology? : sap abap hr