Ads

Implementation of SAP User Exits and Customer Exits

Implementation of SAP User Exits and Customer Exits

Implementing exits in SAP ABAP in SAP standard applications ,is important for every SAP developer.when we are working on implementation or support projects.user and customer exits are old enhancement techniques ,are used to enhance the standard functionality.So in the previous post,we have learnt the

How to find user exits and customer exits

after finding user exits/customer exits ,we have to implement the that finding exits.we will find the user exits through the SMOD Transaction code and we will implement the Exits using CMOD Transaction code.

Once we find the user exits, We go to CMOD. The purpose of the CMOD is to register what we are going to do in the particular enhancement. So, at the time of up gradation it will be easy to retain the code.
Implementation of SAP User Exits and Customer Exits


click on Create.

Now in the next screen  click on Save and then on “Enhancement assignments
Implementation of SAP User Exits and Customer Exits



Now enter your enhancement name, click on Save and then on “Components”

Implementation of SAP User Exits and Customer Exits


Now double click on the required function exit


Implementation of SAP User Exits and Customer Exits
Now ,double click on the Include which will take you to source code of fucntion module in which we have write required enhancement code.

Implementation of SAP User Exits and Customer Exits



Comments

Popular posts from this blog

BADI Interview Questions in SAP ABAP

Sample SAP ABAP Programming Examples for Practice

Module Pool Programming Interview Questions and Answers in SAP ABAP

Step by Step tutorial on BDC Session Method Program in SAP ABAP

SAP ABAP Interview Questions and Answers for 10 Years Experienced