2009 May 11 4:35 AM
While creating the sales order, if we enter the partner function manually at header level for particular customer I need copy this partner function to Item level for each item.The user exit is MV45AFZZ.
2009 May 11 4:39 AM
Hello Sudhakar,
You can Transfer your field partner function to Item Level in User Exit.
Try to Use Exit or BADI for this.
Have a Nice Day,
Regards,
Sujeet
2009 May 11 4:41 AM
Hi,
FORM USEREXIT_MOVE_FIELD_TO_VBAP In this Exit you can insert a new line and can code it like as follows:
FORM USEREXIT_MOVE_FIELD_TO_VBAP
VBAP-KOSTL = VBAK-KOSTL.
ENDFORM.
Regards,
Suneel G