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 theHow 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.
click on Create.
Now in the next screen click on Save and then on “Enhancement assignments
Now enter your enhancement name, click on Save and then on “Components”
Now double click on the required function exit
Now ,double click on the Include which will take you to source code of fucntion module in which we have write required enhancement code.
Comments
Post a Comment