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
What is the difference between semi-monthly and Bi-weekly payroll area
How many default tab strips are there?
What are the types of bdc s?
How will you find manager of an employee
Why do we use events and actions in web dynpro?
Why bapi need then bdc ? : abap bdc
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
Mention the various databases integrities?
Difference between transparent tables and pooled tables? : abap hr
What are the various events associated with screen programming?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
Different types of locks?
Difference between stand alone CRM and back-end CRM
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?