Answer Posted / suresh
SHDB is the tcode for recording and analysing the
transaction.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Define dispatcher?
How to find Kernal badi ?
How can we send data to external programs?
Explain Catch Command in ABAP?
How to read files and process BDC's automatically ?
What are the dynapro keywords?
Explain what is the step-by-step process to create a table in data dictionary?
What is view? Different types of view. Explain?
What is append structure?
How do we handle multiple line items in BDC's.
What is difference between float and packed data type?
Can multiple abap systems connect to abap database?
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 commands used for interactive reports?
What are lock objects?