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

VB_BATCH_DETERMINATION

Former Member
0 Likes
1,515

Please help me out, I m using VB_BATCH_DETERMINATION to determine the batch of the delivery, but its working fine and determining the batch also but the determined batch is not saving in the delivery. When i checked in VL03N the batch column is empty for the respective material. Please provide me suitable solutins to save the determined batch in delivery. Thnaks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
756

Hi, if you use VB_BATCH_DETERMINATION you only get (in case of success) a valid batch number. There is no update function for any other precessing document e.a. sales order, delivery or WM-transport order. If you want to insert batch into delivery item you need an additional update function like BAPI_OUTB_DELIVERY_CHANGE (I'm not sure, wether this Bapi changes batch number as well).If your batch determination level is customized to WM you also can wait until picking is processed, because LT03 - Transport order also runs batch determination process. Hope it helps Bye Ludwig