‎2012 Feb 01 10:12 AM
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
‎2012 Feb 01 10:37 AM
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.
‎2012 Feb 01 10:22 AM
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.
‎2012 Feb 01 10:26 AM
Please use 'userexit_move_field_to_vbep' routine of MV45AFZZ include.
OR
Implement BADI 'OID_SD_SALES_ITEM', method would be FILL_VBEP
Thanks
‎2012 Feb 01 10:37 AM
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.