Answer Posted / venkat
Go to saptechnical.com -> tutorials->ale/idoc's . u can find
the real time examples. Enjoy your self
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is the difference between a structure and an append structure?
What are the types of parameters in the function modules?
What are the basic functions of database utility? : abap data dictionary
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.
Can we reuse a userexit?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
How to define selection screen?
Explain what are interactive reports?
What is difference between check table and value table ?
How many default tab strips are there? How to insert more tabs in it?
What is hotspot?
How to create a link between modified form and modified print program?
Can a constructor be declared private? If yes then in which scenario?
How memory management happens for internal tables and work areas in abap?
Different types of luws. What are they?