Answer Posted / nirnesh mohanty
BAPI(Business Application Programming Interface) is a Remote Enable Function Module and it is always update the Standard Table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How will you define org structure in MM?
How to debug a script in abap?
In which particular scenario we use sorted table and which particular scenario we use standard table?
What is an abap data dictionary? : abap data dictionary
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.
How can we set the table spaces and extent sizes? : abap data dictionary
What is Field group?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
How to read files and process BDC's automatically ?
What are the properties of selection screen?
How many types of size categories and data classes are there? : abap data dictionary
What are the sequences of event block?
Explain how to Handle the internal tables in ABAP?
What is the difference between Exit and Stop?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc