cancel
Showing results for 
Search instead for 
Did you mean: 

Planning Function Copy

Former Member
0 Kudos

Hello Gurus,

I'm having this issue with Copy Planning Function.

I run the Input Query and insert the planned values. I have a button that "Saves" the planned values to the infocube.

These Planned Values are saved to the Infocube with the OVERSION = A1.

I want to create in the same query a button that runs a Planning Function (And therefore secured by an Authorization Object assigned only to managers) that i want it to do the following action:

- Copy every data record inserted and add these new data records directly in the infocube, with only the 0VERSION changed to 0VERSION = A2. Everything else must stay the same.

If this is not possible, is it mandatory to have a Key Figure in the Query that receives the A2 values and only after this action is possible to write this A2 records into the Infocube?

Help please

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Copy planning function fits your requirement perfectly. For giving the option only to managers, you can create a planning application having this button and give access to this application only to managers. I did not really understand how you want to model this requirement using 'Authorization'.

Also, please note that the copy function never changes values of KFs. If you want to access KF values in a function, you cannot use Copy function.