Answer Posted / amith
Processing Code determines point to which an idoc has to be
sent for furthur processing.
This can be a program or triggering a BADI or a function
module.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can a domain, assigned to a data element be changed?
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 are plan versions used for? : sap abap hr
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
How can we set the table spaces and extent sizes? : abap data dictionary
What is table buffer?
What primary key and foreign key relationship
What is the modification assistant?
What are the two ways for restricting the value range for a domain ?
How to convert normal function module to bapi?
How can we handle table control in bdc? : abap bdc
What is a collect statement?
What is time constraint ? : abap hr
What are conditional chain statement?
Double click function on the lists, identifying the line selected by the user on the list?