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 / rpotta
implement and activate all exits you found. and write a statement BREAK <usernate>.
then execute transaction now you can see which exit is being called.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What are the different types of parameters? How can you distinguish between different kinds of parameters?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What are the events in abap/4 language? : abap hr
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
How are BAPI different from Normal function modules ?
Explain lsmw?
What is meant by authorization? : sap abap hr
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
How can we determine a vendor is Bloc/Unblock from the table LFA1?
Differentiate between abap memory and sap memory?
How can we upload a text file having delimiters in to legacy system? : abap bdc
What are the buffering types?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization