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.
SAP ABAP 1876
Question { 6812 }
"I want to access one record, I don't know any key
figures.How to do that"
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
what is the Tcode BD87?
Answer
Is This Answer Correct ? | 14 Yes | 4 No |