Answer Posted / muddassir zafar
using tcode we19, give the idoc number and execute.
idoc number is available in we02.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How to write a bdc – how do you go about it?
What is runtime analysis?
What is database utility?
What is tcode se16?
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
How to determine the attributes of an internal table?
Give an example of interface from your project explaining why you used it?
How many types of views are there? : abap data dictionary
What is the company code? : sap abap hr
what is sap scriptview ?
What is internal payroll process? : sap abap hr
Final class
What is use of transparent table in abap? How it is different from pool tables?
What is sap 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.