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 user exit for adding condition record

Former Member
0 Likes
2,135

Is there an userexit to add a CONDITION record while creating sales order VA01?

Thank you,

AP

1 ACCEPTED SOLUTION
Read only

rmazzali
Active Contributor
0 Likes
1,341

If you need to create a condition in the order I would suggest you to use MV45AFZZ FORM USEREXIT_SAVE_DOCUMENT_PREPARE, adding condition in xkomv (take care of field UPDKZ to manage the creation I deletion D and change M)

reward if helpful

regards

Roberto

3 REPLIES 3
Read only

Former Member
0 Likes
1,341

Hi

See the includes MV61AFZA, MV61AFZB, RV61AFZA and RV61AFZB: here you can find all exit for pricing.

Max

Read only

0 Likes
1,341

Max-

When I go to VA01 program I don't find includes MV61AFZA, MV61AFZB, RV61AFZA and RV61AFZB. But if I put break-point in those include it stops.

1) How do I find these include programs in VA01 transaction.

2) How do you use this user exit. Usually in standard type we check for parameters in in call customer- function?

How can we update values in the subroutine type user exit

Thanks,

AP

Read only

rmazzali
Active Contributor
0 Likes
1,342

If you need to create a condition in the order I would suggest you to use MV45AFZZ FORM USEREXIT_SAVE_DOCUMENT_PREPARE, adding condition in xkomv (take care of field UPDKZ to manage the creation I deletion D and change M)

reward if helpful

regards

Roberto