For a package or transaction we will be having multiple no
of user exits .Out of these exits how we will find out that
the particular exit is the exit which we have to code
Answer Posted / badari talanki
1. Put break point with user name and check how the user
exit or badi is triggering.
2. Check for interface parameters like export , import,
Changing and table parameters. Is this interface is
suitable for your requirement ?
Based on above analysis, one can come to conclusion which
one to be used. Badi is preferable over user exit. User
exit is preferable over funky exits( Routones like MV45AFZZ
or MV50AFZ1).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you set up background jobs in sap? What are the steps?
What are the types of views? : sap abap data dictionary
Explain what is step-loop?
What is the function of a domain? : abap data dictionary
How are BAPI different from Normal function modules ?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
Describe the data classes?
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 do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
How many types of views are there? : abap data dictionary
What is the definition of modification in an sap system and how do they impact an upgrade?
What are the advantages and disadvantages of using views in abap programming ?
how to see the table output?
What are the pooled and cluster tables?
What are the system fields you have worked with? Explain?