Application Development 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: 

Update VBEP table through Va02

Former Member
0 Kudos
527

Hi Gurus,

I am changing one VBEP field through transaction Va02.

Its not getting updated when I save saled order.

I am updating XVBEP table with the changed data.

Please help me with a solution

Regards

Avi

7 REPLIES 7

0 Kudos
163

Avi,

In general we have:

Y + structure;

X + Structure;

And Structure;

Try to change the VBEP or YVBEP.

Btw which user-exit are you using?

regards,

Alexandre

Former Member
0 Kudos
163

Hi,

Are you updating XVBEP via an User-exit?

0 Kudos
163

Hi Ajay,

I am not updating XVBEP using any user exit , I am using a Z program to update it. ( Perform update(Z----)

Regards

Avi

0 Kudos
163

You should not update standard tables with custom programs.

0 Kudos
163

Avi,

Where did you set this perform? "Perform update(Z----)" .

You should use the include MV45AFZZ.

Take a look over it, and you will find:

form userexit_move_field_to_vbep.

form userexit_save_document.

form userexit_save_document_prepare.

Best regards,

Alexandre

0 Kudos
163

Hi Satya,

I am using same TOP INCLUDE as SAPMV45A

When i click on Save an updating the changed value in XVBEP in Z program

Regards

Avi

Former Member
0 Kudos
163

hi