cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic batch split in Delivery Note. All Positions.

johnatan_gomez
Contributor
0 Kudos

Hi All,

if the user needs to do a new batch determination in a delivery note, he selects the position and click on "Batch Split" and then "New batch determination", then he gets the new batches. The problem is that our delivery notes are very large, and the user needs to do this process each position.

is it possible to do a new batch determination for all position in a delivery note?

Thanks a lot in advance

Johnatan

Accepted Solutions (0)

Answers (1)

Answers (1)

RahulHanda
Active Contributor
0 Kudos

Hi Johnatan,

In conditions (VCH3) have you maintained tick on "dialog batch determination"? If this tick is available then batch determination runs in the foreground and if you un-tick the same it happens in the background. Try with same and see the results.

Let me know if it resolved the issue.

Regards

Rahul

johnatan_gomez
Contributor
0 Kudos

Hi Rahul,

unflagging this tick, you avoid a confirmation screen when you click on "New batch Determination".

But the idea is to do a new batch determination for all positions in delivery note once, not one by one.

Regards,

Johnatan

RahulHanda
Active Contributor
0 Kudos

Hi Johnatan,

You can use BADI LE_SHP_DELIVERY_PROC to influence processing of delivery data, during creation and changing of deliveries at specific points described in the interface.

You can write your own logic in this to do batch determination for all line items (basically positions which you are referring) at once on certain criteria example if all lines selected perform batch split and determination in the background.

Let me know if it helps.

Regards

Rahul