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: 

Picked Quantity to be made equal to Delivery Quantity in VL02n

ganu_k
Participant
0 Kudos

Hello Experts,

Have a requirement, where upon when entering in VL02n with a delivery no, the Picked Quantity field (LIPSD-PIKMG) should be equal to Delivery Quantity (LIPS-LFIMG).

Only the exit USER_EXIT_READ_DOCUMENT of include MV50AFZ1 is being called when entering VL02n and in that i tried changing the value of LIPSD structure and even tried changing XVBFA-RFMNG field value, but it is not working.

I understand that LIPSD is structure and noticed that picked quantity is getting stored in VBFA-RFMNG field...

Please let me know if any one have come across the same requirement and resolved it technically, rather than functional approach of EK00 condition type or making the item category as non relevant for picking, we tried these options and it is not working for the business. I got to see many previous threads on this topic, but there was no conclusion or technical solution provided.

So looking for TECHNICAL solution based on your experience and whether it is resolved. Its kind of urgent and would appreciate the help of experts who have resolved it earlier. thanks

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

Cant this be done through Config ?

3 REPLIES 3

kesavadas_thekkillath
Active Contributor
0 Kudos

Cant this be done through Config ?

0 Kudos

Nope, we tried configuration of EK00 and other stuff and it did not work for business, as they have some dependent process based on this.

0 Kudos

OK got it resolved.

We have to use BADI LE_SHP_DELIVERY_PROC, methods CHANGE_FIELD_ATTRIBUTES and CHANGE_DELIVERY_ITEM. And it works.

thanks