cancel
Showing results for 
Search instead for 
Did you mean: 

PIR consumtion: 2 types of PIR's and 2 types of SO, same MTS/40

former_member209252
Participant
0 Kudos

Hello,

We have a requirement to be able to change the way consumption of PIR works: The issue is to be able have 2 "types" os sale order lines. Each "type" will consume a specific "type" of PIR. Both PIR "types" will be of MTS 40:

We will have 2 "requirements types of PIR" (VSF,ZSF), that both have the same "requirement class" = 101 - like of strategy 40.

We will have 2 "requirements types of customer requirement": KSV and ZKSV - both will have the same requirement class = 050 - Warehouse consumpt

The requirement is:

The system will reduce PIR "VSF" if the sale order line have requirement type="KSV"

The system will reduce PIR "ZSF" if the sale order line have requirement type="ZKSV"

Is it possible to achieve this with customization or by BADI MD_PIR_FLEX_CONS? or with BAdI enhancement for flexible primary independent requirements consumption/reduction as described in note 1967124

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

On the standard system this is not possible. System will check if the consumption indicator of the sales order matches with the PIR and it does not check the requirement type key.

That means, ZSF may be consumed/reduced by KSV and VSF may be reduced by ZKSV if they have the same underlaying customizing.

BADI MD_PIR_FLEX_CONS can be used to select which planning elements will consume/reduce the PIR so I think that it may fit into your business requirements. You just need to create the logic to select which sales order will consume which PIR.

BR
Caetano

former_member209252
Participant
0 Kudos

Hello,

Thanks for your replay. I will test the BADI : MD_PIR_FLEX_CONS with the new method as described on note 1967124

Thanks