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: 

User Exit for Sales Order

Former Member
0 Kudos

Hi,

Is there a user exit that can be used to check the item categry in the sales order before the tax is calculated on the order. I was thinking of using UE SAVE DOC PREPARE but then the tax cannot be checked before saving the sales order?!

3 REPLIES 3

ferry_lianto
Active Contributor
0 Kudos

Hi,

Perhaps you can use this user exits USEREXIT_REFRESH_DOCUMENT in program MV45AFZA. This user exits can be called after the sales order is saved.

Regards,

Ferry Lianto

Former Member
0 Kudos

Let me clarify - I'm looking for a user exit which can be called before the document is saved so the customer can se the tax calculation.

0 Kudos

Hi

try to write the code in this form of the report MV45AFZZ

FORM USEREXIT_SAVE_DOCUMENT_PREPARE

Regards

Shiva