what is the difference between user-exit &
customer-exit?
Answer Posted / sweta patel
user exit it is used to adds some additional functionality to standard functionality always through the 'subroutine'.
customer exit it is used to adds some additional functionality to standard functionality always through the 'Function module'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can you display data say "your name"in sap script without print program or driver program??
How many types of buffering? : abap data dictionary
What is the client concept in sap?
What is an “on request field” statement?
Explain the uses of the simple maintenance interface? : sap abap hr
What is page window?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is a predefined type in abap?
What is append structure?
Persistent class
What are the organizational related infotypes? : abap hr
Explain the systems fields used for interactive lists and lists?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
what is difference between (internal table types)standard table and sorted table in sap abap....