cancel
Showing results for 
Search instead for 
Did you mean: 

BPC Embedded Read Only Master data

former_member972974
Discoverer
0 Kudos
411

Hi all,

I am using BPC 11.1 Embedded on BW/4.I have a requierement to make a specific master data read only in input forms e.g. profit centre A should be always read only in all input forms. However, i don't want to use data slice option since I need to calculate data and post to profit centre A via custom planning functions. Yes, I can also disable data slice in the planning sequence but this time work status is also disabled which should not be the case.

Is there a practical way to achieve this? E.g. in BPC Classic , we can select read only member in the input forms but as far as I know this is not the case in Embedded - in AfO or Query Designer

View Entire Topic
gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Carlito,

as I understand you want all key figures for a given profit center to be read-only in input-forms but not in planning functions; for a characteristic with a master data table values cannot be changed in planning.

You can use a data slice for that and in planning sequence you disable the data slice but not the work status data slice. To do that you can use an ABAP enhancement, this is modification-free, cf. ABAP documentation. In your enhancement you only have to use the following at the end of method CL_RSPLS_CR_CONTROLLER, IF_RSPLS_CR_CONTROLLER~GET_DS:

DELETE e_ts_ds WHERE dstype = if_rspls_ds_types=>n_c_s_dstype-runtime.

Regards,

Gregor