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

Modify the computation in VA01...

aris_hidalgo
Contributor
0 Likes
392

Hello Experts,

I need to know the user-exits where I can manipulate the computation under the

'CONDITIONS' tab. Also, what user-exit can I use to check the sold-to and ship-to that

the user entered during SO creation. Hope you can help me guys. Thank you and take care!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

Pricing User Exits are

USEREXIT_PRICING_PREPARE_TKOMP

USEREXIT_PRICING_PREPARE_TKOMK

These userexits are found in include MV45AFZZ of the standard SAP sales order creation program SAPMV45A.

There are also more exits in the Same Include which might serve you.

Also look into

USEREXIT_SAVE_DOCUMENT_PREPARE again in the same Include, for checking the fields in Sales order

V45A0002 Predefine sold-to party in sales document

Hope this Helps.

Vinodh Balakrishnan

Hello Experts,

I need to know the user-exits where I can manipulate the computation under the

'CONDITIONS' tab. Also, what user-exit can I use to check the sold-to and ship-to that

the user entered during SO creation. Hope you can help me guys. Thank you and take care!

1 REPLY 1
Read only

Former Member
0 Likes
377

Pricing User Exits are

USEREXIT_PRICING_PREPARE_TKOMP

USEREXIT_PRICING_PREPARE_TKOMK

These userexits are found in include MV45AFZZ of the standard SAP sales order creation program SAPMV45A.

There are also more exits in the Same Include which might serve you.

Also look into

USEREXIT_SAVE_DOCUMENT_PREPARE again in the same Include, for checking the fields in Sales order

V45A0002 Predefine sold-to party in sales document

Hope this Helps.

Vinodh Balakrishnan