

Zvendpgm (Vendor Program), zpricegrp (Price Group), kvgr5(Airport Code) fields value moving from VBAP to KOMP table. The fields which are not in either of the two tables KOMK and KOMP cannot be used in pricing. TKOMK for header fields and TKOMG for item fields. This user exit can be used to move additional fields into the communication table which is used for pricing. In User exits MV45AFZZ(Sales Order Exit), we have subroutine Select the subroutine according to the requirement and start coding within the subroutine. Most of the time documentation is maintained for each subroutine which helps developer for better understanding of the subroutine. You will get User exits for Sales order, Delivery, Billing, Pricing etc.

You will find all the includes for user exits in SD. Go to Object Navigator (SE80), select Package and put VMOD (Application development R/3 SD customer modification) and press enter. User exits can be found in the following ways: Technically this is a modification.Īll User exits start with the word USEREXIT_. You can fill them with your own source code. User-exits are empty subroutines that SAP Developers have provided for you.

User exits are a type of system enhancement that was originally developed for the R/3 SD (Sales and distribution) module. The user exits are generally collected in includes and attached to the standard program by the SAP. These are implemented in the form of subroutines and hence are also known as FORM EXITs. ex: User exits, customer exits, BADI etc.

There are different ways to implement custom functionality in the SAP standard code. His expertise includes SAP ABAP.ġ) Overview of this document.Ģ) User Exit with example.ģ) Customer Exit.Ĥ) Types of Customer Exits.ĥ) Function Module exits.Ħ) Screen Exist.ħ) Menu Exits.Ĩ) Methods to find out customer Exits.ĩ) CMOD and SMOD transactions. Tutun Nandy is working with Infosys Technology Ltd since 2008. This document explains about User exits and Customer Exits.Ĭompany: Infosys Technology Ltd Created on: 20 May 2010 To modify the standard SAP behavior as per customer requirements, we can use enhancement framework. The enhancement concept allows you to add your own functionality to SAP's standard business applications without having to modify the original applications. SAP ABAP, my SAP ECC 6.0, for more information, visit the ABAP homepage.
