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
How can a lock object be called in the transaction?
What is new enhancement framework?
What are the different types of parameters? : abap modularization
What is native sql?
The max number of calling modes stacked at one time is?
How can cluster table be created?
How did you test the form you developed? How did you taken print?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
Write special commands of list?
SM35 transaction, How to automate BDC ?
5) How to rereive text elements in SF and script?
What is an abap instance?
What is an evaluation path? : sap abap hr
What is pretty printer?
Can a transparent table exist in the data dictionary but not in the database physically?