2009 Apr 16 3:07 PM
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
2009 Apr 16 3:16 PM
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
2009 Apr 16 3:20 PM
2009 Apr 16 3:29 PM
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
2009 Apr 16 3:33 PM
2009 Apr 16 3:36 PM
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
2009 Apr 16 3:39 PM
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
2009 Nov 03 2:15 AM