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

update delivery

Former Member
0 Likes
979

Hi All,

I have a requirement where i need to update the

picking quantity (pikmg) and delivery quantity ( lifmg ) in the delivery . I tried with FM ws_delivery_update but iam only able to update picking quantity here , how do i update delivery quantity also

( i need to set both of them to a new value ) .

Any information is appreciated .

5 REPLIES 5
Read only

Former Member
0 Likes
746

check...

WS_DELIVERY_UPDATE_2

Read only

Former Member
0 Likes
746

hi,

you can try with BAPI_OUTB_DELIVERY_CHANGE for outbound delivery or BAPI_INB_DELIVERY_CHANGE for inbound

Read only

Former Member
0 Likes
746

Under the delivery include MV50AFZ1 you can find Exits SAVE_DOCUMENT OR SAVE_DOCUMENT_PREPARE. There exist can be utilized to maintian the values of fields LIPSD-PIKMG, LIPSD-LFIMG.

Believe this will help you out. Let me know if you have any questions.

Thanks,

Thomas.

Read only

0 Likes
746

Hi

Thanks for the information .

My actual requirement is i need to set both the

delivery quantity ( lifmg ) and picking ( pikmg )

in the delivery to a new value using a FM/bapi .

hope iam clear .

Read only

0 Likes
746

Hi,

Did you finally found a solution for this? Which one you used?

Thanks inadvance.