Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem in enhancement???

Former Member
0 Likes
678

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...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
649

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.

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...

4 REPLIES 4
Read only

Former Member
0 Likes
650

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.

Read only

Former Member
0 Likes
649

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.

Read only

Former Member
0 Likes
649

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

Read only

Former Member
0 Likes
649

Moderator message - welcome to SCN But this forum is not a place to learn ABAP Thread locked. Rob