cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data slice disable affects work status

0 Kudos
880

Hi all,

In one of the planning sequence , we are disabling data slice for our requierement but this is causing inconsistency in work status . Although work status is approved and noone can change the approved data via input form ( which is as expected), still the planning sequence can post the approved data pattern.

Is this the expected behaviour ? I was expecting work status would lock the data and there would be no way of by passing this via even disabling data slice.

Accepted Solutions (1)

Accepted Solutions (1)

gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Gunes,

what is the client you are using, Analysis Office? William was asking whether you have set the Environment/Model information in the workbook.Without this setting you get BW-IP and not BPC Embedded behavior.

I wonder what you mean with

... in one of the planning sequence, we are disabling data slice for our requirement ...

Observe that work status in BPC Embedded at run time is a data slice, so using the flag 'No Data Slice Check' you will also switch off work status check. This is why this flag exists.

Regards,

Gregor

Answers (4)

Answers (4)

gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Gunes,

the flag 'No Data Slice Check' was invented to be able to run planning sequences in a kind of 'administrator mode', all data slices are only temporarily disabled just for the planning sequence, all other planning objects are still take data slices incl. work status into account.

If you want to disable only modeled data slices 'sometimes' then I recommend to implement a data slice of type exit where you have full control when something is checked.

The thread

https://blogs.sap.com/2010/04/12/integrated-planning-how-to-activatedeactivate-data-slice-at-runtime...

might be helpful.

Regards,

Gregor

0 Kudos

Hi Gregor,

Yes we have. Otherwise work status wouldn't work in the input form but it is locking the data region. This statement is what I was looking for :

so using the flag 'No Data Slice Check' you will also switch off work status check

Then I think Work status = data slice in terms of not the logic but the technical locking mechanism. Therefore, we disabled also work status by disabling data slice through planning function. Isnt' there any workaround that we can apply? Other than checking work status table in the code - which is a big effort- before posting the data

Thank you

One update : We disabled data slice but still calculation posts the same data pattern in the input form. Which means work status works properly for input form, but we are able to change the data in the input form via planning function. In the workbook , we are selecting the same BPC planning model with the work status but it is still posting data although we disable data slice

0 Kudos

Hi William,

Thank you for your reply. What do you mean by "context of BPC Model". We are running this planning sequence from the input form passing selected scenario and version from the variables of the input form . But there are also 2 more work status dimension that we are not passing and we are able to post data to the locked data region

When I open the input form itself, I see that posted data region is locked by work status

William_Yu1
Product and Topic Expert
Product and Topic Expert
0 Kudos

Is planning squence executed with context of BPC model?