Skip to Content
0
Former Member
Nov 30, 2006 at 10:51 AM

VA01 user exit , update value

174 Views

hi..

I need to copy a value in header to, item level, that is after highlighting the lineitem goto --> item --> more functions --> additional data A --> Material Grp 4

this should occur at the sales order creation stage..

I tried in USEREXIT_SAVE_DOCUMENT the following but this doesn't seem to work.. Any ideas pls ? thanks

loop at xvbap.

xvbap-mvgr4 = vbak-j_3akvgr7.

modify xvbap.

endloop.