cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IBP_DYNAMIC_RAGGR using calendar shutdown dates

b007eee52
Explorer
0 Likes
678

Hello Experts,

I’m currently facing an issue calculating safety stock based on safety days during shutdown periods,

Current config which is being used is HSAFETYSTOCK@PERPRODLOC = IBP_DYNAMIC_RAGGR("ZDEMAND@PERPRODLOC",''SUM'',1, "ZSAFETYDAYS@PERPRODLOC", ''PASTCURRENTFUTURE'') but this doesn’t exclude periods of shutdown. shutdown-excluding-shutdowns.jpg

I can see the IBP_CALENDAR function but unsure how to link it to IBP_DYNAMIC_RAGGR when calculating safety stock.

Do you have any suggestion and/or workaround?

Thank for your support

Accepted Solutions (1)

Accepted Solutions (1)

girish_nitie34
Participant

Hi b007eee

IBP_COVERAGE() should meet your requirement in a better way here.

In IBP Model Configuration guide, please refer below section

https://help.sap.com/docs/SAP_INTEGRATED_BUSINESS_PLANNING/bf99e931b8d44aafb4e306ec3602cbdd/ec1eb00a...

Using Calendar function, you can identifying working day information and pass as an input in this function. (USEZEROSTOCK)

Please let me know if you need any other input.

Thanks

Girish

b007eee52
Explorer
0 Likes

Many thanks Girish

Answers (0)