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 the difference between a pool table and a transparent table and how they are stored at the database level?
What is a table attribute? : abap data dictionary
How to determine the attributes of an internal table?
What is sap locking?
what next in SAP-ABAP/4 is it going to be change?
How are the date abd time field values stored in sap?
What is meant by hide area?
Explain the advantages/disadvantages of logical databases?
What are the function modules used in a sap script driver program?
Why grouping of fields is required? What is the max no of modification groups for each field?
10) How to get Item Header in Sales Order?
In which time constraint does the infotype records depend on the subtype ? : abap hr
Program lines for the radio button selection and unabling some input variables in section screen
What are the restrictions on subscreens?
Can we define our own match code id's for sap matchcodes ?