cancel
Showing results for 
Search instead for 
Did you mean: 

batch consideration in BOP

Former Member
0 Kudos


Hi,

Our requirement for BOP is it should not consider the given Batch in sales order. Based on available stock it should give commit.

Any suggestions highly appreciated.

Thanks & Regards,

Bala B.

Accepted Solutions (1)

Accepted Solutions (1)

RahulHanda
Active Contributor
0 Kudos

Hi Bala,

That's the standard behavior of the standard system to check at the lowest level if mentioned in sales order. Example if your SO is at plant level only then it would check at this level, If it's with plant and storage location then check would be at storage location instead of plant level and results could be different as plant might have three Sloc with more quantity. Same applies for batch which again is further lowest level as it is checking for specific batch in that storage location.

If you want this check to be at plant level then keep your sales order at this level itself else you will have to check for exit/badi to do this. Using exit/badi then needs good amount of testing as results might be over-confirmation etc. coz batch might have less quantity but plant stock would be more.

Check SAP note

376773 - UserExit EXIT_/SAPAPO/SAPLBOP_FILT_010

377186 - Backorder procg: User exit EXIT_/SAPAPO/SAPLBOP_SORT_020

Regards

Rahul

Message was edited by: Rahul Handa

Answers (1)

Answers (1)

babu_kilari4
Active Contributor
0 Kudos

Hello Bala,


In that case, did you try to manipulate the batch number from the CIF queue while getting posted into gATP system. Wouldn't that solve your issue ?

Thanks & Best Regards,

Babu Kilari

Former Member
0 Kudos

Hi,

Sorry for late reply.

Manipulate Batch number for 1 product it is OK. We can consider particular batch number. When all the materials are considered how can manipulate with respect to each sales order..

In APO business wants batch details.

Now business stopped this requirement of not considering Batches in sales orders.

While doing unconfirmation with BOP orders were getting unconfirmed but batch details were not removed. So, they wanted to remove batch details also from sales orders. It was achieved with ECC customizing.

And they want batch determination should happen based on available stocks and batches. But it is not happening.

Any idea what should be considered in re ATP or batch BOP to consider new batches.

We have used the UserExit EXIT_/SAPAPO/SAPLBOP_FILT_010 for our customized filter criteria.

It worked well. Thanks for the suggestion Rahul.

Thanks,

BK.

Former Member
0 Kudos

Hi,

We have achieved this scenario by doing customization in ECC.Batch determination is done in ECC itself. So, we have applied the logic at the time of batch determination in ECC for a sales order.

Thanks,

BK B.