what is diff b/w user exits and cutomer exits
Answer Posted / sateesh r
user exit:
user exits in the form of subroutiens.
For user exit we need Access Key.
it can be used for SD module.
Customer Exit:
for C.Exit we dont want Access key.
In customer Exit we have function module exit
menu exit
screen exit.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is luw or data base transaction ?
What are the differences between se01, se09 and se10?
What is retro active accounting
What are the differences between sap memory and abap memory?
What is the difference between skip and new-line?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
How to find the return code of a statement in abap programs?
Hat are the different types of mode (run code) in call transaction method?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
How are the date abd time field values stored in sap?
What are the parameters used in each function?
What are the different types of the variable in the sap abap?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What are the kinds of foreign key fields?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???