Hi Planning Experts,
I am working on Integrated planning, and implemented standard Repost planning function , and the solution is working fine.
As all you know standard Repost planning function is for single row repost , as variables used in standard repost is always of type single values.
I have a requirement that I need to repost the multiple rows at a time. Means , from the analysis item grid on web template , i will select the multiple rows and repost them .For this i done below steps
1. Created the variables which will carry multiple values , and used them in Repost function .
2. Selected two rows on analysis grid, and reposted them ,Repost worked fine , but the key figure value is aggregated .
Let me explain with a example:
Row 1-----------> A B C 10
Row 2------------>A B D 10
Now selected the above rows and changed the value A to E , and executed the Repost function through a planning sequence . i got the below
Row 1-----------> E B C 20
Row 2------------>E B D 20
Expected result :
Row 1-----------> E B C 10
Row 2------------>E B D 10
Can any one please help me on this , help is highly appreciated.
Regards
Shyam