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 |
When you are in support, who will give you a Flat file or Excel file(Legacy Data) to upload into SAP System in day-to- day activity?
how to print barcode in vertical manner
How to process the session dynamically?
Can we call a subroutine in a script? If so, how?
wat is the type of file processed by ABAP?
What are the different window types in sapscript?
In sap script how to print bar code in vertical manner
What is the bitwise operator in the sap abap?
How can you remove leading zeros of a number in script?
difference between enhancement and modifying
How to upload data using CATT ?
what will happen if you don't give occurs clause while creating an internal table ?