cancel
Showing results for 
Search instead for 
Did you mean: 

max value in the next 8 weeks

OliverA41
Active Participant
0 Kudos
209

Hello,

I have a kf on wk level.

a second KF should look at the total quarter and determine the highest value and insert it directly into the all periods of this quarter in the second kf.

I try with IBOP_CAGGR but in period 1 and period2 it is not the highest value. so this operator is not working for my requieremnt

Accepted Solutions (0)

Answers (1)

Answers (1)

AyanBishnu
Active Contributor
0 Kudos

Hi ori

Use IBP_RAGGR function for this case. The syntax is provided belowIBP_RAGGR ("KF1@PERPRODLOC", ''MAX'', 0, 14, ''CURRENTFUTURE'')
for more details refer to the below URLhttps://help.sap.com/docs/SAP_INTEGRATED_BUSINESS_PLANNING/bf99e931b8d44aafb4e306ec3602cbdd/32b980b17ee74f0aa85d16b43a6e6ace.html?version=2202
OliverA41
Active Participant
0 Kudos

Thank you. This answer was correct (of course)