
* BPC Environment
get_parameter_value( EXPORTING i_r_param_set = <l_s_rule>-r_param_set
i_param_name = 'APPSET'
i_param_elem = rs_c_true
IMPORTING e_param_value = p_appset_id ).
* BPC Model
get_parameter_value( EXPORTING i_r_param_set = <l_s_rule>-r_param_set
i_param_name = 'APPL'
i_param_elem = rs_c_true
IMPORTING e_param_value = p_appl_id ).
* Get key figure
IF p_keyfigure IS INITIAL.
TRY.
p_keyfigure = cl_ujp_utility=>get_dim_by_type( EXPORTING i_appset_id = p_appset_id
i_application_id = p_appl_id
i_type = cl_rsbpca_constants=>n_c_dim_type_measure
i_prov_role = cl_rsbpca_constants=>n_c_iprov_role_consolidation ).
CATCH cx_uja_admin_error.
CATCH cx_uj_no_auth.
CATCH cx_uj_static_check.
* X Message
ENDTRY.
ENDIF.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.