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 / 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 |
what is diff b/w user exits and cutomer exits
5 Answers Deloitte, iYogi Technical Services,
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What is interactive reporting?
What is the difference between LSMW and BDC?
What are the types of windows in sap script?
What are the different types of loops in the sap abap?
what is the diffrence between Field String & normal Work area?
what is the standard program to check the consistency of partner profiles?
Can we execute the script individually? If yes How? Else what we need to do so?
Utility of bdc cursor?
how can you call a function module in smart form..??
what is the keep parameter in BDC_OPEN_GROUP function module