How would you define the exponents for a type ‘f’ field?
What is example class
what is a ticket?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What is abap?
how to maintain the quantity field in bdc
what is the difference between at line selection and at line selection on field.
What you did in scripts?
3 Answers Cap Gemini, FutureSoft,
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 payroll area
what is partner profiles?
what is the difference between user-exit & customer-exit?
What is a collect statement? How is it different from append?