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

Function module WS_DELIVERY_UPDATE deleting previously picked quantity

Former Member
0 Likes
619

hi everyone,

I m facing a problem while using FM WS_DELIVERY_UPDATE .

when i m using it to pick quantity in VL02N it deletes the previously picked quantity while updating the present one.

For example : My delivery have item 1 quantity 5 out of which 2 is already picked .

Now is run the FM to pick rest 3 wat it does is it picks the rest 3 removing previous 2 .

can any one tell me wat extra should i do or may be any indicator for it .

Regards,

Gaurav

1 ACCEPTED SOLUTION
Read only

prasenjit_sharma
Active Contributor
0 Likes
494

Hi,

You can think of using BAPI_OUTB_DELIVERY_CHANGE.

Regards

Prasenjit

2 REPLIES 2
Read only

prasenjit_sharma
Active Contributor
0 Likes
495

Hi,

You can think of using BAPI_OUTB_DELIVERY_CHANGE.

Regards

Prasenjit

Read only

0 Likes
494

hi ,

can u please elaborate .