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 are number ranges?
How to create user interfaces for lists?
which layout sets you used?
What is the sequential order of triggering events in interactive report?
Types of updating in call tr?
How to populate signature in smartforms?where can we upload the signature?is der any tcode for it?
Modes in Call Tr?
What are the parameter types for a method?
In BDC,i have 3 transaction and one flat file with data for all those 3 transaction requires........i want to process these 3 transaction at a time using that single flat file,if 3rd transaction fails to upload the record,can we roll back the remaining 2 transaction or we can't?Is it possible in BDC,How?
In Interactive report, how to go back to 3rd list directly, from 9th list?
How to debug rfc function module?
What is For-period and In-period