2019 Jul 19 7:14 AM
Dear All,
I have a requirement in VA01 transaction to validate amount with some z table. This Z table has material and price, I want that to check sales order price and if the price is less then the price in maintained in the table.
I have tried below user exit and BADI:
MV45AFZZ - USEREXIT_SAVE_DOCUMENT
MV45AFZB - USEREXIT_CHECK_VBAP
MV45AFZB - USEREXIT_NEW_PRICING_VBAP
BADI_SD_V46H0001
And so on.
Please guide me.
Regards,
Yograj
2019 Jul 19 10:34 AM
Write your code validation in
FORM USEREXIT_PRICING_PREPARE_TKOMP(MV45AFZZ).
Regards,
Chitme
2019 Jul 19 10:34 AM
Write your code validation in
FORM USEREXIT_PRICING_PREPARE_TKOMP(MV45AFZZ).
Regards,
Chitme
2019 Jul 19 11:29 AM
It is working, but due to error message screen became gray out and not allowing the user to correct the price. I have used MESSAGE type E and display like W statement. Please suggest any solution.
Regards,
Yograj