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
Where can you find error log for call transaction? : abap bdc
Explain the Inportance of pa30? : abap hr
What are match codes? describe?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What are the different types of the variable in the sap abap?
How do you get the number of lines in an internal table?
What are the list of screen elements?
On which event we can validate the input fields in module programs?
What does the extract statement do in extract datasets? : abap modularization
What are pool tables?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What is the difference between dialog program and a report?
What is the difference between leave transaction and call transaction?