Thanks Satish and Rinju! Yes, LPA is tricky,
Trying to replicate the steps from SAP2. Does this seem like right steps and right order?
1 | Create PER Planning Level (lowest level selected as root, ie month) | ||||||||
2 | Create PER1 (periodid as root) | ||||||||
3 | Create Helper KF HKFPER at PERPRODLOC | (HKFPER@PERPRODLOC = periodid) | |||||||
add calculation at PER | (HKFPER@PER = Max(HKFPER@PERPRODLOC) | ||||||||
4 | Periodid attr transform: | Periodid@PER1 = "HKFPER@PER) | |||||||
5 | Create new helper keyfigure HINVENTORYTARGET @ PERPRODLOC | ||||||||
two inputs: | input = | INVENTORYTARGET@PERPRODLOC | |||||||
input = | HKFPER@PER1 | ||||||||
6 | Create calculation | HINVENTORYTARGET@REQUEST = sum (HINVENTORYTARGET@PERPRODLOC) | |||||||
8 | add calculation for inventorytarget@request | INVENTORYTARGET@REQUEST=HINVENTORYTARGET@REQUEST | |||||||
Thanks/Regards |