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

Error in Va01

Former Member
0 Likes
431

Hello Experts,

When i am saving the VA01 transaction i want to check all the condition type

and condition value, Based on some conditions i want to pass explicitly pass some condition value

to the certain condition types. My problem is i am getting all the condition types and condition values

in XKOMV internal table, but when i change the value of that internal table temporarily it is changing

and once again it is getting back to the previous values. I am writing my code under the USER EXIT

FORM userexit_save_document. in SAPMV45A. Can any one tell me the suggestion to update my

XKOMV table.

Thanks

Vivrk

2 REPLIES 2
Read only

Former Member
0 Likes
393

If you want to change values before saving, you'll have to use the user exit triggered by subroutine USEREXIT_SAVE_DOCUMENT_PREPARE.

Read only

shishupalreddy
Active Contributor
0 Likes
393

Hello,

In salesorder user exts try to update the values within a UPDATE TASK function module to avoid the update terminations are inconsistency with the updation of the data.

regards,