Application Development 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: 

update delivery

Former Member
0 Kudos

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

Former Member
0 Kudos

check...

WS_DELIVERY_UPDATE_2

Former Member
0 Kudos

hi,

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

Former Member
0 Kudos

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.

0 Kudos

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 .

0 Kudos

Hi,

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

Thanks inadvance.