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

Problem with VBAP Updation.

Former Member
0 Likes
585

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.

2 REPLIES 2
Read only

Former Member
0 Likes
471

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.

Read only

Former Member
0 Likes
471

Hi All,

Finally I had to apply

SAP Note 178328.

Thanks All.