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

WS_DELIVERY_UPDATE

Former Member
0 Likes
1,021

I am trying to update wadat_ist using

koko-wadat_ist = sy-datum

koko-borgr_kzwad = 'X'.

koko-lprio = '40'

koko-kzlprio = 'X'

Actual GI date is updated. But delivery date and Planned GI date are also updated. But I don't want that.

How to solve it?

Thanks in advance.

I am trying to update wadat_ist using

koko-wadat_ist = sy-datum

koko-borgr_kzwad = 'X'.

koko-lprio = '40'

koko-kzlprio = 'X'

Actual GI date is updated. But delivery date and Planned GI date are also updated. But I don't want that.

How to solve it?

Thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
688

Can you try by commenting the fields LPRIO AND KZLPRIO  , and check as just thinking if u increase the delivery priority there could be  a possiblity of delivery date getting changed ???