User exits in ABAP

 * User exits are modifications. we enhance the SAP functionalities in SAP namespace.

* They are only available in SAP SD module.

* They are available in the form of subroutines.

* The most important user exits related to sale order are available in program MV45AFZZ.


* X - New data.

* Y - Old data.

* Update indicator

        - I (insert).

        - U (update/change).

        - D (delete).

Comments

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).