cancel
Showing results for 
Search instead for 
Did you mean: 

User exit sales order

Former Member
0 Kudos

Hello All

I am looking for a user exit for the below ABAP development

when the user changes the schedule line date at sales order ( Item > schedule line > delivery date filed) we need on pop-up window should pop-up so that the user will key-In the reason for changing the date so that we could capture those in the Z-REPORT

any sales order user exit is available?

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Try to use the user exit USEREXIT_MOVE_FIELD_TO_VBEP in the program MV45AFZZ. Here you can compare the initially entered value x_datum with the newly changed y_datum field and install a pop up functionality to capture the date change.

Hope this helps.

jpfriends079
Active Contributor
0 Kudos

Try either of the following exits:

- FV45EFZ1:

USEREXIT_CHANGE_SALES_ORDER

- SDTRM001:

EXIT_SAPVSTRM_NO_ATPCHK_001

- MV45AFZZ:

USEREXIT_MOVE_FIELD_TO_VBEP

Regards

JP

Former Member
0 Kudos

hi

check out the below said link

http://wiki.sdn.sap.com/wiki/display/ERPLO/SDUserexits