‎2009 Jun 15 4:42 PM
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
‎2009 Jun 15 7:43 PM
If you want to change values before saving, you'll have to use the user exit triggered by subroutine USEREXIT_SAVE_DOCUMENT_PREPARE.
‎2009 Jun 23 5:27 AM
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,