Weighted average calculations in SAP IBP (e.g., KF3 = SUM(KF1 * KF2) / SUM(KF2)) use a weight key figure, configured in the Planning Areas app, per SAP IBP’s documentation.
Option A: The numerator of the calculation should be storedThis is incorrect. The numerator (e.g., value * weight) is calculated, not necessarily stored.
Option B: The first parameter of the formula acts as a weightThis is incorrect. The weight is explicitly defined (e.g., KF2), not assumed as the first parameter.
Option C: Attributes can be used in weighted average key figure calculationThis is incorrect. Attributes as key figures provide static values, but weights are typically key figures, not attributes directly.
Option D: The numerator’s value should include multiplication by the weightThis is correct. In a weighted average (e.g., (KF1 * KF2) / SUM(KF2)), the numerator multiplies the value (KF1) by the weight (KF2), a defining feature, per SAP IBP’s calculation rules.
Thus, D is the correct feature, per SAP IBP’s official calculation logic.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit