cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPC Embedded - Planning Locking

06-17-2020 2:26 PM
1331 views 3 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hello,

my goal is to give to an administrator user the opportunity to lock/unlock the planning on a single keyfigure, but only for specific values of a characteristic. The other keyfigures must remain plannable for these characteristic values.

I tried with data slices in transaction RSPLAN but it seems that it's possible only to lock, for specific values of a dimension, all the keyfigures and not just one. Could the transaction RSPLSE be useful in any way?

Could you give me a suggestion?

Thank you,

Gabriele

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Gabriele,

data slices are based on characteristics only, not on key figures. RSPLSE displays transaction data locks, this has nothing to do with data slices.

One idea is to use a special version and to restrict the key figure using this version. Then you can use the data slice as usual. If you need the key figure data also in another version (the one used for other key figures) you can use a copy function: this might also be done by the administrator.

Regards,

Gregor

Answers (2)

Answers (2)

gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Gabriele,

no, in the case of a data slice based on the selection, But yes, in the case of an exit data slice: there you would implement an attribute lookup based on characteristic with the attribute and then decide whether the record is protected or not.

Regards,

Gregor

former_member685972
Discoverer
0 Likes

Hi Gregor,

thank you for your reply, it's a good suggestion.

Do you know if is also possible to lock a data slice in RSPLAN by attribute of a characteristic and not only by member (ID) of it?

For example I would lock/unlock a combination consisting of all the elements of a characteristic that have an attribute equal to Y.

Thank you,

Gabriele