What is user exists?
Answer Posted / sateesh
A user exit is a three character code that instructs the
system to access a program during system processing.
SXX: S is for standard exits that are delivered by SAP.
XX represents the 2-digit exit number.
UXX: U is for user exits that are defined by the user. XX
represents the 2-digit exit number
User Exit
1. Implemented as Subroutines.
2. Created in SAP namespace.
3. You require access key to implement
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What are the types of indexes in abap?
What are the dis-advantages of logical databases? : abap hr
What are the tcodes for performance tuning?
Explain how to create any functions? How to go about it?
How do you use tab sets in layout sets?
How do you restrict the data to be entered in the payroll area? : sap abap hr
What is the difference between a substructure and an append structure? : abap data dictionary
How did you test the form you developed? How did you taken print?
What is bdc programming? : abap bdc
Do you know any other patterns if yes.. explain
What is an abap data dictionary? : abap data dictionary
What is a report?
When value table becomes check table?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?