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

va01 exit

Former Member
0 Likes
749

Hi experts,

I want a user exit/badi that is triggered only after sales order is created/changed.Does mv45afzz-USEREXIT_SAVE_DOCUMENT is triggered only after sales order is created/changed.

Hi experts,

I want a user exit/badi that is triggered only after sales order is created/changed.Does mv45afzz-USEREXIT_SAVE_DOCUMENT is triggered only after sales order is created/changed.

4 REPLIES 4
Read only

Former Member
0 Likes
708

Hi,

Please go through Program SAPMV45A,it has lots of include which will help you to reach your requirements,

Regards,

Manjunath M

Read only

Former Member
0 Likes
708

Try these badis:

BADI_SD_SALES General Enhancements for Sales Order Processing

Alternative badi:

BADI_SD_SALES_BASIC Enhancements for Sales Order Processing Part 2

BADI_SD_SALES_ITEM Enhancements for Sales Order Processing (Items)

BADI_SD_SALES_ADDON Special enhancements which are not universally applicable

I hope this may helpfull.If you can explain your requirement I can suggest the exact exit.

Thank you,

Thanks,

AMS

Read only

0 Likes
708

Hi SAP@AMS,

Thanks for your reply.My requirement is,i need to send sales order details to ftp,whenever user creates/changes any sales oder document.i need a user exit/badi for this.i don't have access to bte's.

Read only

Former Member
0 Likes
708

Hi,

SAPMV45A - USEREXIT_SAVE_DOCUMENT is run at sales document save. Note that if you do a where-used on this form, a BADI is also triggered around the same spot.

You could add logic in this user-exit (or the BADI).

Regards, Andy