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.