InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By User Exit? |
|
Answer» A user exit is IMPLEMENTED as a call to a function module. A customer's developer can access DATA objects and program components with the help of user exit. User Exits are USED in CASE there are some SPECIFIC needs which are not met by the Standard System. A user exit is implemented as a call to a function module. A customer's developer can access data objects and program components with the help of user exit. User Exits are used in case there are some specific needs which are not met by the Standard System. |
|