‎2008 May 27 6:17 AM
Hi Experts,
I have to add extra line item in the Sale order through user exit.
So i added new line item in the internal table XVBAK of the subroutine USEREXIT_SAVE_DOCUMENT_PREPARE (MV45AFZZ). Its working fine with the sales order. But when I create delivery of the same new iserted line item is not going to the delivery.
Please give me solution...
Thanks
Sameer
‎2008 May 27 6:18 AM
Hi,
delivery is an other program.
MF50AFZZ or MF50AFZB
Regards
Nicole
‎2008 May 27 6:18 AM
Hi,
delivery is an other program.
MF50AFZZ or MF50AFZB
Regards
Nicole
‎2008 May 27 6:25 AM
Thanks nicole.
Do i need to write code there to add item in the delivery???
Does std program is not picking delivery from there??
Sameer
‎2008 May 27 6:25 AM
Hi ,
You need to implement the same logic for deliveris also through user exit.
write your code in USEREXIT_SAVE_DOCUEMNT_PREPARE, MV50AFZ1.
Regards,
Vishvesh
if helpful, rewards it.
‎2008 May 27 6:31 AM
Hi,
you need to implement the same logic as MV45AFZZ.
The routine is
MV50AFZ1 (USEREXIT_SAVE_DOCUMENT_PREPARE)
This is the routine, SAP works before the delivery is saved.
Points if helpfull
Nicole
‎2008 May 27 6:40 AM
Thanks.
Do I need to do same for billing also??
Points are rewarded...
Sameer
‎2008 May 27 6:47 AM