Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

reg delivery

Former Member
0 Likes
748

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
670

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.

3 REPLIES 3
Read only

Former Member
0 Likes
671

Use Below Function module :

LE_MOB_DELIVERY_UPDATE

Move the data to LIPS -EMPST..

Reward Points if it is useful

Thanks

Seshu

Read only

Former Member
0 Likes
670

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

Read only

0 Likes
670

Thanks for your input. I am still working on the thing.