‎2013 Feb 28 12:53 PM
Hi All,
I have a complex requirement, where I need to update a Z* field in Table VBAP, based on the changes in Packing Proposal.
So, technically my requirement in some thing, where I am updating VEKP and VEPO tables and I also need to update table VBAP.
I have put my code in MV45AFZZ, USER EXIT SAVE_DOCUMENT_PREPARE, here I am updating XVBAP.
So, system is supposed to update the table VBAP.
Some times it is updating also, but not always. I have debugged Standard Code, in order to have the conclusion that It is working for the line Item where Commited Quantity is more than 0 ( ZERO ).
( Include FV45EFEP_VBEP_ZUSAGE_BERECHNEN, FORM VBEP_ZUSAGE_BERECHNEN-----> Code for Updating YVBAP and XVBAP-UPDKZ based on Commited Quantity value ).
But Comitted Quantity will not be more than Zero always.
I have tried putting Break Point in other User Exits in MV45AFZZ and MV45AFZB, but nothing have worked.
Any body faced the similar situation please post your experiance.
Thanking You All.
‎2013 Feb 28 1:10 PM
Hi All,
I have also got this SAP Note 178328, but do not find it to be too reliable.
It seems to be more or less tampering with standard flow.
Thanking You All.
‎2013 Mar 15 6:48 AM