8. what are user-exits?
9
Answers were Sorted based on User's Feedback
Answer / sivaramakrishna.s.v
user exits are the placess ie points which is provided by
the sap to add extra code to achive the business
requirement of client . but in order to use the user exits
we need sap access key ie the client need to buy the access
key from sap. but it is a big disadwantage to sap clients
so that is why sap released the consepts called customer
exits and bapis where we dont need sap access key for
enhansing the sap standard app;
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / reena
user exits are specific to SD module. These are the places
provided by SAP where user can enter his code in the form of
subroutines. These are modifications to the standard code
and can be written only at the places provided by sap. One
can not create a user exit of his own.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bhanu
User exits are modifications. they can be implemented in sap standard programs, data is globally available.... these requires access key...
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mac
These are special kind of subroutines in includes of a
module pool per-defined by sap programmers. These are blank
subroutines and you can put your code there.
Is This Answer Correct ? | 0 Yes | 1 No |
How to set an Enhancement point for a custom report?
How will you add colour in a row using ALV ?
Can I Get the field name's of mara table.
What is the difference between select statement and provide statement
how many index created for table
Why bapi need then bdc ? : abap bdc
What commands are used to change database table entries ?
Sort statement?
allinterview.com site is good for interview preparation or not?
I have two internal tables itab1 and itab2 and I had move the content of the itab1 to itab2 and then itab1 had to deleted
Can we write the code both call transaction and session method in single program?
How is the command suppress-dialog useful?