2007 May 15 8:21 PM
Hi,
I am trying to update field EMPST on delivery line items. Do you know any function module or bapi that can do this? I see 'WS_DELIVERY_UPDATE' can serve updating delivery purpose but not sure if it can update this field also. Please give your input.
I appreciate.
Cheers.
2007 May 15 8:27 PM
Use Below Function module :
LE_MOB_DELIVERY_UPDATE
Move the data to LIPS -EMPST..
Reward Points if it is useful
Thanks
Seshu
Hi,
I am trying to update field EMPST on delivery line items. Do you know any function module or bapi that can do this? I see 'WS_DELIVERY_UPDATE' can serve updating delivery purpose but not sure if it can update this field also. Please give your input.
I appreciate.
Cheers.
2007 May 15 8:27 PM
Use Below Function module :
LE_MOB_DELIVERY_UPDATE
Move the data to LIPS -EMPST..
Reward Points if it is useful
Thanks
Seshu
2007 May 15 8:47 PM
Hi Krishen,
Please try this FM SD_SALESDOCUMENT_CHANGE with populating the following paramaters.
SALESDOCUMENT = <delivery number>
ITEM_IN-REC_POINT = <new receiving point>
ITEM_INX-ITM_NUMBER = <delivery line item>
ITEM_INX-UPDATEFLAG = 'U'
ITEM_INX-REC_POINT = 'X'
Regards,
Ferry Lianto
2007 May 16 2:45 AM