Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sales order User exit

Former Member
0 Likes
1,900

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? or any other suggestions?

thanks

1 ACCEPTED SOLUTION
Read only

former_member300258
Participant
0 Likes
1,354

MV45AFZZ is the user-exit for sales order and you may write the code in either FORM USEREXIT_MOVE_FIELD_TO_VBEP.

or FORM USEREXIT_SAVE_DOCUMENT_PREPARE.

3 REPLIES 3
Read only

Former Member
0 Likes
1,354

Hi,

Find the list of user exits in bellow link which may help you finding user exit for your requirement.

http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm

Regards,

Goutam Kolluru.

Read only

Former Member
0 Likes
1,354

Please use 'userexit_move_field_to_vbep' routine of MV45AFZZ include.

OR

Implement BADI 'OID_SD_SALES_ITEM', method would be FILL_VBEP

Thanks

Read only

former_member300258
Participant
0 Likes
1,355

MV45AFZZ is the user-exit for sales order and you may write the code in either FORM USEREXIT_MOVE_FIELD_TO_VBEP.

or FORM USEREXIT_SAVE_DOCUMENT_PREPARE.