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.
What is the tcode for sapscript forms?
What is the purpose of sum statement?
What is the modification assistant?
What is the t-code for transaction recorder? : abap bdc
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What is example class
Explain the advantages and disadvantages of abap query tool?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
How to upload data using catt ? : abap hr
What is meant by a schema? : sap abap hr
What are the system fields?
Define external layer?
What is the function module to popup contents in the internal table?
what will happen if called program is not executable ?