Application Development 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: 

VA02 (SO) exit or badi after saving SO data - urgent

Former Member
0 Kudos

Hi experts,

Please let me know the user exit or BADI after SO data saved and commited, but before all internal tables refreshed.

Advices will be rewarded.

Thanks,

Shaik Bhasha

6 REPLIES 6

former_member632991
Active Contributor
0 Kudos

Hi,

Check all these userexits.

Exit Name Description

SDTRM001 Reschedule schedule lines without a new ATP check

V45A0001 Determine alternative materials for product selection

V45A0002 Predefine sold-to party in sales document

V45A0003 Collector for customer function modulpool MV45A

V45A0004 Copy packing proposal

V45E0001 Update the purchase order from the sales order

V45E0002 Data transfer in procurement elements (PRreq., assembly)

V45L0001 SD component supplier processing (customer enhancements)

V45P0001 SD customer function for cross-company code sales

V45S0001 Update sales document from configuration

V45S0003 MRP-relevance for incomplete configuration

V45S0004 Effectivity type in sales order

V45W0001 SD Service Management: Forward Contract Data to Item

V46H0001 SD Customer functions for resource-related billing

V60F0001 SD Billing plan (customer enhancement) diff. to billing plan

Regards,

Sonika

former_member404244
Active Contributor
0 Kudos

Hi,

u can use the userexit (USEREXIT_SAVE_DOCUMENT) or (USEREXIT_SAVE_DOCUMENT_PREPARE) for ur require ment..But u require access key to write the code in it...

have a look at the include MV45AFZZ.there u can find this exit.

Regards,

Nagaraj

Former Member
0 Kudos

just use MV45aFZZ include and there form routine save_data..

Reward points if it is helpful

Thanks

Seshu

Former Member
0 Kudos

Hi

What is your requirement?

why do you need a user exit? I mean waht for?

Mostly we use the INCLUDE MV45AFZZ of the Sales order Main program SAPMV45A to write out Code.

If this doesn't serve then only think of other user exits.

But I am sure that the MV45AFZZ will serve the purpose.

Reward points if useful

Regards

Anji

0 Kudos

Thanks for all replies..

Anji Reddy i want to save the changed pricing values of SO into PO.

i written code in USEREXIT_SAVE_DOCUMENT by calling BAPI_PO_CHANGE, BAPI is returning saying PO is changed. if i look into SO and PO values are not reflected. Pleaes advice what to do?

Thanks

shaik bhasha

0 Kudos

Hi,

It is long after you have asked your question. Hope you have received solved the issue.

My 2 penny suggesstion, call the user exit FORM (if you have coded the BAPI in a form) perform on committ. Then the form will be executed at the time of committ, if i remember right, you could serialize the commit also.

If you have solved by any other way, please let me know. Thanks,

Regards,

Sundar.