2010 Oct 02 5:16 AM
Hi!!!!!
i am new in sap-abap.. can you please tell me what is user exit in enhancement??? how we find??? also i want real time scenario where we implement user exit???
thank you...
2010 Oct 02 9:34 AM
Hi...
User exits (Function module exits) are exits developed by SAP.
The exit is implementerd as a call to a functionmodule.
The code for the function module is written by the developer.
You are not writing the code directly in the function module, but in the include that is implemented in the function module.
2010 Oct 02 9:34 AM
Hi...
User exits (Function module exits) are exits developed by SAP.
The exit is implementerd as a call to a functionmodule.
The code for the function module is written by the developer.
You are not writing the code directly in the function module, but in the include that is implemented in the function module.
2010 Oct 02 9:35 AM
How to find user exits?
Display the program where you are searching for and exit and search for CALL CUSTOMER-EXIT
If you know the Exit name, go to transaction CMOD.
Choose menu Utillities->SAP Enhancements. Enter the exit name and press enter.
You will now come to a screen that shows the function module exits for the exit.
2010 Oct 02 9:54 AM
Hi.........
User Exits are SAP provided Enancements, in order to satisfy our Bussiness needs.
We are not modifying tha standard SAP Program.But we are Customizing it based on our requirements. i.e
"The R/3 enhancement concept allows you to add your own functionality to SAPu2019s standard business applications without having to modify the original applications. "
Types of user exits are :
1)Menu Exits
2)Screen Exits
3)Function Module Exits
2010 Oct 03 8:46 PM
Moderator message - welcome to SCN But this forum is not a place to learn ABAP Thread locked. Rob
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |