‎2008 Aug 21 6:16 AM
Hi All,
I added same zfield to vbak and vbap table and added those
fields to va01 screen.
My requirement is that if the user enters any data in the header
field that field should be copy into the item field.
I wrote the code in Userexit_move_vbak.
It was updating vbak table but it wa not updating vbap table.
Can any one suggest when wil the vbap table will update.
‎2008 Aug 21 6:30 AM
Ram,
the same thing you need to do in FORM USEREXIT_MOVE_FIELD_TO_VBAP from MV45AFZZ as you did for VBAK.
Amit.
‎2008 Aug 21 6:36 AM
‎2008 Aug 21 6:37 AM
try to See in debug wehter your code getting execute or not.
else post your code
Edited by: Amit Gujargoud on Aug 21, 2008 7:37 AM
‎2008 Aug 21 6:40 AM
HI Amit,
In debugging am getting all the values.But when I come from
degubing. when i checked the vbap table this entry doesnot exist.
‎2008 Aug 21 3:19 PM
Post the code of USEREXIT_MOVE_FIELD_TO_VBAP and some can help you out.
‎2009 Sep 17 8:27 PM
Hi,
I am facing the same prob when updating Z fields from VA01 transaction.
If you found the solution then can you please share the same.