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.
Answer Posted / anup
This is because BD87 is a report. Try n use Submit RBDMON00
with selection-table <seltab>. fill seltab with your IDOC
ID.
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
What is dialog module?
What is value table? : abap data dictionary
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
How can we use multiple transactions by using bdc_insert? : abap bdc
What is an update task?
What is a multiple line field?
What is the bitwise operator in the sap abap?
What does hide statement do?
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
What will happen when we use single buffered selected?
What are user exits? What is involved in writing them? What precations are needed?
Explain what is step-loop?
How can we send data to external programs?
Explain the inside concept in select-options?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?