what is the main use of package(in user exits ,in SMOD user
can provide the package name for the purpose of to find out
all user-exits,that package use iam asking)?
Answer Posted / kala
package is a container which contains group of related exits
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a projection view? : abap data dictionary
What is the master data necessary before you can start posting in MM?
what next in SAP-ABAP/4 is it going to be change?
Can you delete data element, which is being used by table fields?
How will you insert record in a sorted table
How do you find out whether a file exits on the presentation server?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
How many types of views are there? : abap data dictionary
What are the types of table fields in the sap abap?
What is Field group?
Name some data dictionary objects?
Explain the different types of mode (run code) in call transaction method?
Difference between user exit and badis?
What are the attributes of the data? : 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.