How to maintain lists?
How to create user interfaces for lists?
What is bdc? : abap bdc
In sap script how to print bar code in vertical manner
What are the events in screen programming?
How to do find it?
What is a size category?
What does an exec sql statement do in abap?
What is the difference between getting and get late?
What is a transaction variant and why are they used?
What are the parameters in bdc_insert? : abap bdc
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are the disadvantages of logical databases?
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.
How to debug a sapscript?