Answer Posted / rams
SHDB for recording
SM35 for Bach input session over view
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Which database object is used for storing the system variables? : abap data dictionary
What is the use of abap data dictionary? : abap data dictionary
What is system-land-scape of your project?
What is gui status? How to create /edit gui status?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
Explain about Recording Function?
How do you move on to the next screen in interactive reporting?
What are the different types of luws?
How to creat transactions? : abap data dictionary
Can i know some of the Realtime tickets that anyone has been faced ?
How to find the return code of an stmt in abap programs?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
Reports: Event functionality.
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 are the differences between macro and subroutine?