SAP Reports / Programs | Governance, Risk and Compliance | Process Controls(GRC-SPC) SAP GRC

GRPC_MIC_30_MIGR_ROL_CONV_TEMP SAP ABAP Report - MIC Migration-Convert to PFCG roles using authorization template







GRPC_MIC_30_MIGR_ROL_CONV_TEMP is a standard Executable ABAP Report 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 GRPC_MIC_30_MIGR_ROL_CONV_TEMP 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 GRPC_MIC_30_MIGR_ROL_CONV_TEMP. "Basic submit
SUBMIT GRPC_MIC_30_MIGR_ROL_CONV_TEMP AND RETURN. "Return to original report after report execution complete
SUBMIT GRPC_MIC_30_MIGR_ROL_CONV_TEMP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PREG = D .
Selection Text: PSIM = Simulation
Selection Text: P_CTEST = Control Tester Role ID
Selection Text: P_CTESTT = Control Tester Role Name
Selection Text: P_LANGU = Language Used for Role Name
Selection Text: P_OTEST = Orgunit Tester Role ID
Selection Text: P_OTESTT = Orgunit Tester Role Name
Selection Text: P_PREFIX = Prefix to New PFCG Role ID
Selection Text: P_RFCDES = RFC Destination for MIC System
Selection Text: S_ROLEID = Role ID in MIC
Title: MIC Migration-Convert to PFCG roles using authorization template
Text Symbol: 001 = Tester


INCLUDES used within this REPORT GRPC_MIC_30_MIGR_ROL_CONV_TEMP

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ROLE' TABLES value_tab = value_tab field_tab = field_tab return_tab = return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ROLE' TABLES value_tab = value_tab field_tab = field_tab return_tab = return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

PRGN_CREATE_AGR_FROM_AUT_TEMPL CALL FUNCTION 'PRGN_CREATE_AGR_FROM_AUT_TEMPL' EXPORTING activity_group = i_rolename activity_group_text = i_roletext TABLES list_of_templates = lt_template EXCEPTIONS activity_group_already_exists = 1 activity_group_enqueued = 2 namespace_problem = 3 illegal_characters = 4 no_auths_in_templ = 5 not_authorized = 6 error_when_generating_profile = 7 problem_when_reading_template = 8 too_many_authorizations = 9 OTHERS = 10.

RFC_READ_TABLE CALL FUNCTION 'RFC_READ_TABLE' DESTINATION p_rfcdes EXPORTING query_table = 'FOPCROLE' TABLES * OPTIONS = * fields = data = lt_fopcrole EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 OTHERS = 7 .

RFC_READ_TABLE CALL FUNCTION 'RFC_READ_TABLE' DESTINATION p_rfcdes EXPORTING query_table = 'FOPCROLETASK' TABLES * OPTIONS = * fields = data = lt_fopcroletask EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 OTHERS = 7 .

RFC_READ_TABLE CALL FUNCTION 'RFC_READ_TABLE' DESTINATION p_rfcdes EXPORTING query_table = 'FOPCROLET' TABLES * OPTIONS = * fields = data = lt_fopcrolet EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 OTHERS = 7 .



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 GRPC_MIC_30_MIGR_ROL_CONV_TEMP or its description.