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: 

Function for copy picked quantity as delivery quantity

Former Member
0 Kudos

Hi!!!

I'd like to know if exist some function to copy picked quantity as delivery quantity. This can be done in transaction VL02N (Edit -


> copy picked quantity as delivery quantity), and I want to know if I can simulate this with any Function?

Thank you!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Monica ,

I dont think we can simulate the same activity through any other function as we never maintain Pick quantity in any of the tables .

It is stored dynamically at the time of runtime and the value is in a structure .

We generally do this at the time of BDC where we pass the picked qty = delivered quantity .

regards,

vijay.

1 REPLY 1

Former Member
0 Kudos

Hi Monica ,

I dont think we can simulate the same activity through any other function as we never maintain Pick quantity in any of the tables .

It is stored dynamically at the time of runtime and the value is in a structure .

We generally do this at the time of BDC where we pass the picked qty = delivered quantity .

regards,

vijay.