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 picking quantity

former_member582701
Contributor
0 Likes
468

Hi all,

We are using IDOC_INPUT_DLVRY in order to update the picking quantity for each item.

For this we are inserting an extra E1EDL18 segment with QUALF = PIC.

Now, we have the next issue: when the item is a BOM, the FM updates the quantity of this material but not the relative quantities of each material which belongs to the BOM.

However doing the same operation manually via VA02, when you change the quantity of the parent BOM material every item of the BOM is updated in the delivery.

Do u know how we can fix this issue? Maybe an OSS note?

Thank you in advance.

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
386

FM IDOC_INPUT_DLVRY does not exist in my system. In any case, I hope that you are actually using IDocs, not trying to use an IDoc function module to do some updates.

My guess is that it's a DELVRY05 IDoc. It updates deliveries, not the orders (VA02 is for the orders). Are the deliveries being created and updated correctly? If so, then no additional steps should be required. When delivery line is updated, the corresponding sales order line should also be updated. If this is not happening, ask your SD consultant to check the configuration.

If there is some unusual business process, you might need to update the orders separately by BAPI or ORDERS05 IDoc.