2006 Nov 30 10:51 AM
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.
2006 Nov 30 11:08 AM
Hi,
U'll get all user exits in MV45AFZZ.
try USEREXIT_FIELD_MODIFICATION .
I've used it to modify some fields & its working.
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.
2006 Nov 30 10:59 AM
as it is SD related u have to use MV45AFZZ...This has various routinues inside...Check the appropriate one and use it...
2006 Nov 30 11:04 AM
Which field value from header are you interested to copy ? Vbak-j_3akvgr7 ?
Thanks,
Ashish
2006 Nov 30 11:04 AM
2006 Nov 30 11:11 AM
2006 Nov 30 11:08 AM
Hi,
U'll get all user exits in MV45AFZZ.
try USEREXIT_FIELD_MODIFICATION .
I've used it to modify some fields & its working.
2006 Nov 30 11:18 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |