MNWPCBF01 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 MNWPCBF01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include MNWPCBF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_VARIANT_INFO call function 'RS_VARIANT_INFO' tables prog_range = r_prog var_range = r_var text_range = r_text created_by = r_crby changed_by = r_chby creadate = r_crdate changedate = r_chdate variant_info = varinfo_tab.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'VARI' value_org = 'S' * dynpprog = report * dynpnr = dynpnr * dynprofield = retfield tables value_tab = varname_tab return_tab = ret_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.
ISH_DISPLAY_LIST call function 'ISH_DISPLAY_LIST' exporting parent_container = cc_data list_description = ur_struct callback_program = report importing disp_grid = ur_grid tables l_tab = ur_tab[].
RS_SUPPORT_SELECTIONS call function 'RS_SUPPORT_SELECTIONS' exporting report = akt_prog variant = akt_variant exceptions variant_not_existent = 1 variant_obsolete = 2.
RS_VARIANT_CONTENTS call function 'RS_VARIANT_CONTENTS' exporting report = akt_prog variant = akt_variant tables l_params_nonv = param_nonv_tab l_selop_nonv = selop_nonv_tab valutab = valu_tab exceptions variant_non_existent = 1 variant_obsolete = 2.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Wollen Sie die bestehende Selektionsvariante überschreiben?'(001) importing answer = overwrite.
BAPI_USER_EXISTENCE_CHECK call function 'BAPI_USER_EXISTENCE_CHECK' exporting username = new_user importing return = retstruct.
PGRN_CHECK_COLLECTIVE_AGR call function 'PGRN_CHECK_COLLECTIVE_AGR' exporting activity_group = new_role exceptions activity_group_does_not_exist = 1 activity_group_is_collective = 2.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Wollen Sie die bestehende Variantenzuordnung überschreiben?'(002) importing answer = overwrite.
RS_VARIANT_DELETE call function 'RS_VARIANT_DELETE' exporting report = akt_prog variant = new_variant flag_delallclient = 'X' importing variant = new_variant exceptions others = 1.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Wollen Sie die bestehende Variantenzuordnung löschen?'(003) importing answer = delete.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = p_report tables selection_table = sel_tab exceptions not_found = 1 no_report = 2.
RS_VARIANT_DELETE call function 'RS_VARIANT_DELETE' exporting report = p_report variant = p_new_var flag_confirmscreen = 'X' flag_delallclient = 'X' exceptions not_authorized = 1 not_executed = 2 no_report = 3 report_not_existent = 4 report_not_supplied = 5 variant_locked = 7 variant_not_existent = 8 no_corr_insert = 9 variant_protected = 10.
RS_CREATE_VARIANT call function 'RS_CREATE_VARIANT' exporting curr_report = p_report curr_variant = p_new_var vari_desc = vari_desc tables vari_contents = sel_tab vari_text = vari_text exceptions illegal_report_or_variant = 1 illegal_variantname = 2 not_authorized = 3 not_executed = 4 report_not_existent = 5 report_not_supplied = 6 variant_exists = 7 variant_locked = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.