MSROLECMPI01 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 MSROLECMPI01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'PFCG' exceptions ok = 1 not_ok = 2 others = 3.
PRGN_POPUP_TO_CONFIRM_LOSS_OFD call function 'PRGN_POPUP_TO_CONFIRM_LOSS_OFD' exporting textline1 = 'Die zwischengespeicherte Version wird gelöscht.'(l01)
S_ROLE_DELETE_ON_DB call function 'S_ROLE_DELETE_ON_DB' exporting agr_name = agr_name exceptions agr_not_exists = 0 others = 0.
PGRN_CHECK_COLLECTIVE_AGR call function 'PGRN_CHECK_COLLECTIVE_AGR' exporting activity_group = cmp_name exceptions activity_group_does_not_exist = 1 activity_group_is_collective = 2 others = 3.
PGRN_CHECK_COLLECTIVE_AGR call function 'PGRN_CHECK_COLLECTIVE_AGR' exporting activity_group = agr_name exceptions activity_group_does_not_exist = 1 activity_group_is_collective = 2 others = 3.
PRGN_SPAU_LOAD_NODES call function 'PRGN_SPAU_LOAD_NODES' exporting activity_group = cmp_name * VERSION = 'SAP' tables nodes = agr_nodes texts = v_agr_texts exceptions not_authorized = 1.
S_ROLE_CNVT_TO_SROLE_AGR call function 'S_ROLE_CNVT_TO_SROLE_AGR' exporting agrname = cmp_name importing agr_struct = role_right tables agrnodes = agr_nodes agrtexts = v_agr_texts exceptions agr_not_exists = 1 others = 2.
PRGN_SPAU_LOAD_NODES call function 'PRGN_SPAU_LOAD_NODES' destination rfcdes-rfcdest exporting activity_group = cmp_name * VERSION = 'SAP' tables nodes = agr_nodes texts = v_agr_texts exceptions not_authorized = 1 system_failure = 2 communication_failure = 3.
S_ROLE_CNVT_TO_SROLE_AGR call function 'S_ROLE_CNVT_TO_SROLE_AGR' exporting agrname = agr_name importing agr_struct = role_right tables agrnodes = agr_nodes agrtexts = v_agr_texts exceptions agr_not_exists = 1 others = 2.
PRGN_SPAU_GET_COPY_SOURCE call function 'PRGN_SPAU_GET_COPY_SOURCE' exporting activity_group = agr_name importing copy_source_activity_group = cmp_name exceptions no_copy_source_found = 1 others = 2.
PRGN_SPAU_LOAD_NODES call function 'PRGN_SPAU_LOAD_NODES' exporting activity_group = cmp_name version = 'SAP' tables nodes = agr_nodes texts = v_agr_texts exceptions not_authorized = 1.
S_ROLE_CNVT_TO_SROLE_AGR call function 'S_ROLE_CNVT_TO_SROLE_AGR' exporting agrname = cmp_name importing agr_struct = role_right tables agrnodes = agr_nodes agrtexts = v_agr_texts exceptions agr_not_exists = 1 others = 2.
PRGN_SPAU_LOAD_NODES call function 'PRGN_SPAU_LOAD_NODES' exporting activity_group = agr_name version = 'SAP' tables nodes = agr_nodes texts = v_agr_texts exceptions not_authorized = 1.
S_ROLE_CNVT_TO_SROLE_AGR call function 'S_ROLE_CNVT_TO_SROLE_AGR' exporting agrname = agr_name importing agr_struct = role_right tables agrnodes = agr_nodes agrtexts = v_agr_texts exceptions agr_not_exists = 1 others = 2.
S_ROLE_GET_FROM_DB call function 'S_ROLE_GET_FROM_DB' exporting agr_name = agr_name importing agr_struct = role_left exceptions agr_not_exists = 1 others = 2.
PRGN_SPAU_LOAD_NODES call function 'PRGN_SPAU_LOAD_NODES' exporting activity_group = agr_name version = version tables nodes = agr_nodes texts = v_agr_texts exceptions not_authorized = 1.
S_ROLE_CNVT_TO_SROLE_AGR call function 'S_ROLE_CNVT_TO_SROLE_AGR' exporting agrname = agr_name importing agr_struct = role_left tables agrnodes = agr_nodes agrtexts = v_agr_texts exceptions agr_not_exists = 1 others = 2.
S_ROLE_COMPARE call function 'S_ROLE_COMPARE' exporting insert_missing_right = ' ' changing role_right = role_right role_left = role_left.
call function 'S_ROLE_DIFF_DISPLAY' exporting change_differences = ' ' change_identical = ' ' roles_right = role_right importing event = event changing roles_left = role_left.
S_ROLE_DIFF_DISPLAY call function 'S_ROLE_DIFF_DISPLAY' exporting change_identical = ' ' roles_right = role_right importing event = event changing roles_left = role_left.
S_ROLE_SAVE_TO_DB call function 'S_ROLE_SAVE_TO_DB' exporting agr_name = role_left-agr_name importing agr_struct = role_left exceptions agr_not_exists = 1 others = 2.
S_ROLE_CNVT_FROM_SROLE_AGR call function 'S_ROLE_CNVT_FROM_SROLE_AGR' exporting agr_struct = role_left importing agrname = role_left-agr_name tables agrnodes = agr_nodes agrtexts = v_agr_texts exceptions agr_not_exists = 1 others = 2.
PRGN_SPAU_SAVE_NODES call function 'PRGN_SPAU_SAVE_NODES' exporting activity_group = role_left-agr_name tables nodes = agr_nodes texts = v_agr_texts exceptions not_authorized = 1 activity_group_enqueued = 2 others = 3.
S_ROLE_DELETE_ON_DB call function 'S_ROLE_DELETE_ON_DB' exporting agr_name = role_left-agr_name exceptions agr_not_exists = 0 others = 0.
PRGN_ACTIVITY_GROUP_DEQUEUE call function 'PRGN_ACTIVITY_GROUP_DEQUEUE' exporting activity_group = role_left-agr_name.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'SAPMSROLECMP' dynumb = '0100' tables dynpfields = dynpfields exceptions invalid_abapworkarea = 0 invalid_dynprofield = 0 invalid_dynproname = 0 invalid_dynpronummer = 0 invalid_request = 0 no_fielddescription = 0 invalid_parameter = 0 undefind_error = 0 double_conversion = 0 stepl_not_found = 0 others = 0.
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'AGR_DEFINE' fieldname = 'AGR_NAME' dynpprog = 'SAPMSROLECMP' dynpnr = '0100' dynprofield = 'ROLE_INAK-AGR_NAME' tables return_tab = f4if_return_tab exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting ddic_structure = 'AGR_TEXTS' retfield = 'AGR_NAME' dynpprog = 'SAPMSROLECMP' dynpnr = '100' dynprofield = 'ROLE_INAK-AGR_NAME' value_org = 'S' tables value_tab = agrtexts exceptions parameter_error = 0 no_values_found = 0 others = 0.
PRGN_GET_ALL_MODIFIED_AGRS call function 'PRGN_GET_ALL_MODIFIED_AGRS' tables modified_agrs = agrtexts.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting ddic_structure = 'AGR_TEXTS' retfield = 'AGR_NAME' dynpprog = 'SAPMSROLECMP' dynpnr = '100' dynprofield = 'ROLE_INAK-AGR_NAME' value_org = 'S' tables value_tab = agrtexts exceptions parameter_error = 0 no_values_found = 0 others = 0.
PRGN_SYSTEMS_F4_HELP call function 'PRGN_SYSTEMS_F4_HELP' importing selected_value = rfcdes-rfcdest exceptions no_system_value_selected = 1 no_systems_available = 2 others = 3.
SMTR_REPLACE_RFC_VARIABLES call function 'SMTR_REPLACE_RFC_VARIABLES' exporting rfc_variable = rfcdes-rfcdest importing rfc_destination = rfcdes-rfcdest.
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'AGR_DEFINE' fieldname = 'AGR_NAME' dynpprog = 'SAPMSROLECMP' dynpnr = '0100' dynprofield = 'CMP_NAME' tables return_tab = f4if_return_tab exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.
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 MSROLECMPI01 or its description.