cancel
Showing results for 
Search instead for 
Did you mean: 

Batch determination strategy not working during TO creation

Sumankalyan17
Participant
0 Kudos

Hi all,

This is regarding Batch determination strategy during Transfer Order(TO) creation .Kindly advice -

PFB the scenario :-

We are creating an TO from an Outbound delivery.

The preceding sales order is having configuration characteristics values maintained .

The characteristics class is Z1.

Now we have designed a batch determination strategy at WM level in LS53.

The characteristics class maintained in LS53 is Z2 .Now Z2 batch search class is having 2 characteristics from Z1.

This is done on the assumption that the during TO creation the batches would be searched based on the characteristics and class maintained in LS53.

However the batch determination is failing during TO creation .

On analysis the selection criteria in the TO ,it is found ,that the characteristics present are the characteristics in sales order which were having values.

Kindly advice .Also is it possible to have different classes at sales order and LS 53.

Accepted Solutions (1)

Accepted Solutions (1)

Sumankalyan17
Participant
0 Kudos

This is bit late but i am posting the solution nevertheless.

An implicit enhancement is created in the beginning of the form ermitteln_cuobj include LV01FFE0. where the below code is place

IF cl_cuobj_mod IS INITIAL AND xkondh-cuobj_ch IS NOT INITIAL AND * x_bdcom-kappl = lc_wm.

cl_cuobj_ext = xkondh-cuobj_ch. * ENDIF.


The above code will update the CUOBJ from selection criteria .

Answers (3)

Answers (3)

Sumankalyan17
Participant
0 Kudos

Any suggestions?

Sumankalyan17
Participant
0 Kudos

Hi Jürgen L,

What you have said is correct but i believe that is 2nd step.The system should first pick up the correct selection class

However in my case ,the system is not at all considering the selection class from LS53. It is picking up the selection class and characteristics from sales order.

Ideally after getting the characteristics from selection class in the above step,then system will compare the batch class from MSC3N.

Kindly advice.

JL23
Active Contributor
0 Kudos

Basically the classification in your search class has to match exactly with the classification in your batch record. If that is not the case then it can't find anything.

without seeing your batch classification from MSC3N and your search class with its characteristics it is rather impossible to help you much further