An Example Step by Step to Create Enhancement in User Exit SD

User exit is commonly used in SD module. There are many exits provided by SAP in the areas of Sales, Shipping, Transportation, or Billing. Generally, user exit is designed to make some changes when standard SAP is not capable to fulfill the requirements. And surely, user exit is contains of some lines of code, so little understanding of ABAP is very needed when you want to write your own exit (especially when there is no ABAPER available..haha..). User exit

To be able to access what exits are exist in each areas of sales, you can go to IMG using this path: IMG > Sales and Distribution > System Modifications > User Exits. Here, any documentations for each exit available in the areas of SD that you want to modified is explained.

For example, I want to show how to find exit available in Sales Document Processing (contract, quotation, or sales order). Just follow the path above and continued to expand the node User Exits in Sales > User Exits in Sales Document Processing.

Click on icon documentation (file & spectacles) to see user exits available in Sales Document Processing.

img-2.2a
Click on icon file & spectacles to find user exits exist in Sales Documents

Read the list carefully, then choose the appropriate user exit you want to apply.

img-2.2b
List of User Exits in Sales Document Processing

For this example, I used user exit MV45AFZB. Use transaction code SE38 and click Display.

img-2.2c
User Exit MV45AFZB

Click Enhance.

img-2.2d

Right click on ” ” the choose Create Implementation. If there is sign ” ” appear, right click anywhere in section FORM USEREXIT_CHECK_VBAK then choose Show Implicit Enhancement Options.

img-2.2e
Create Implementation

Choose Type of Enhancement: Code.

img-2.2f

Continued with Create and fill the appropriate field. Then choose Enter.

img-2.2h

Fill the appropriate package used. Then save.

img-2.2i

Choose the Enhancement Implementation you already created before, then click Enter.

img-2.2j

The segment of enhancement in FORM USEREXIT_CHECK_VBAK is created. Write down the line codes below.

img-2.2k

Advertisement

2 thoughts on “An Example Step by Step to Create Enhancement in User Exit SD

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s