SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

BPREP_SCREEN_CHECKS SAP ABAP INCLUDE - BPREPSCREENCHECKS







BPREP_SCREEN_CHECKS is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter BPREP_SCREEN_CHECKS into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT BPREP_SCREEN_CHECKS. "Basic submit
SUBMIT BPREP_SCREEN_CHECKS AND RETURN. "Return to original report after report execution complete
SUBMIT BPREP_SCREEN_CHECKS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT BPREP_SCREEN_CHECKS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RSZ_X_CONTROL_TEXTS_GET CALL FUNCTION 'RSZ_X_CONTROL_TEXTS_GET' DESTINATION c_bw_sys EXPORTING i_langu = sy-langu IMPORTING e_server_version = l_server_version EXCEPTIONS communication_failure = 3 system_failure = 5 OTHERS = 6.

BAPI_MDPROVIDER_GET_CUBES CALL FUNCTION 'BAPI_MDPROVIDER_GET_CUBES' DESTINATION c_bw_sys EXPORTING cube_nam = l_cube_nam TABLES cubes = l_cubes.

FM_FIKRS_READ CALL FUNCTION 'FM_FIKRS_READ' EXPORTING i_fikrs = c_fmarea * I_FLG_TEXT = ' ' * I_LANGUAGE = SY-LANGU * IMPORTING * E_F_FM01 = * E_F_FM01T = EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.

KBPS_CHECK_GJAHR CALL FUNCTION 'KBPS_CHECK_GJAHR' EXPORTING i_gjahr = c_fyear IMPORTING e_gjahr = c_fyear.

BPREP_GET_DERIVATION_STRATEGY CALL FUNCTION 'BPREP_GET_DERIVATION_STRATEGY' EXPORTING i_bw_sys = c_bw_sys i_query = c_query i_bcs_active = u_bcs_active IMPORTING e_derivation = l_derivation EXCEPTIONS no_entry_found = 1 OTHERS = 2.

BUBAS_READ_TABADRH CALL FUNCTION 'BUBAS_READ_TABADRH' EXPORTING i_appl = const_deriv_appl i_subclass = const_deriv_subcl_bp i_strategy_id = const_deriv_bp_strat_id i_env = c_envir EXCEPTIONS no_entry = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'BW_SYS' value_org = 'S' TABLES value_tab = value_tab return_tab = l_t_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_sy_repid dynumb = sy-dynnr translate_to_upper = ' ' TABLES dynpfields = l_t_dynprofields.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'QUERY' value_org = 'S' TABLES value_tab = value_tab return_tab = l_t_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_sy_repid dynumb = sy-dynnr translate_to_upper = ' ' TABLES dynpfields = l_t_dynprofields.

RSCRM_REPORT_VARIANTS_F4 CALL FUNCTION 'RSCRM_REPORT_VARIANTS_F4' DESTINATION l_bw_sys EXPORTING i_reportuid = l_query IMPORTING e_variant = c_varnt.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'FM_LEGIS' TABLES dd07v_tab = l_t_dd07v.

BUBAS_STRAT_SHOW_ALL_ENV CALL FUNCTION 'BUBAS_STRAT_SHOW_ALL_ENV' EXPORTING i_appl = const_deriv_appl i_subclass = const_deriv_subcl_bp i_strategy_id = const_deriv_bp_strat_id i_flg_no_diag_for_one_entry = 'X' i_flg_suppress_id = 'X' i_dynpprog = l_repid i_dynpnr = l_dynnr i_dynprofield = 'P_ENVIR'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name BPREP_SCREEN_CHECKS or its description.