SAP has provided ways to make modifications to the standard functionality. This is termed as Enhancements. With the help of this An ABAPer can make changes to the standard SAP programs with the help of guidelines given by SAP. Pleas note that it is not advisable to make changes to SAP standard programs directly. The changes can be made in the form of enhancements using the User Exits given by SAP. One of the methods to identify the user exits for Sales and distribution is through IMG. We would be exploring other methods later in this month.
Enter transaction SPRO as shown below.
Click on SAP Reference IMG or press F5 as shown below
Select the Sales And Distribution option as shown in the figure below.
Select User Exits in Sales Document Processing as shown below
You should get a listing of all the user exits related to Sales Documents as shown below
Always use Pretty Printer and Extended Program Check before releasing the code.
Do not leave unused code in the program. Comment the code thoroughly. Align the comments and the Code. Follow the SAP Standards and SAP Best Practices guidelines. It’s a good practice to take a dump of the code on your local drive.
1 comment:
Aha! Thanks for the tip :)
Post a Comment