GRAC_ROLE_MASS_IMPORT 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 GRAC_ROLE_MASS_IMPORT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GRAC_ROLE_MASS_IMPRT - Mass Role Import
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.
Selection Text: S_CONN = Connector
Selection Text: S_ROLE = D .
Title: Mass role import from multiple backend connectors
Text Symbol: 001 = Set Default Role Attributes
Text Symbol: 002 = Connector exists in more than one landscape
Text Symbol: 003 = Selection Parameters
Text Symbol: 004 = Mass Role Import
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' * EXPORTING * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_T_LOG_HANDLE = * I_T_MSG_HANDLE = * I_S_DISPLAY_PROFILE = * I_AMODAL = ' ' exceptions others = 1.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_s_msg = l_s_msg * I_LOG_HANDLE = exceptions log_not_found = 0 others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRAC_ROLE_MASS_IMPORT - Mass role import from multiple backend connectors GRAC_ROLE_MASS_IMPORT - Mass role import from multiple backend connectors GRAC_ROLE_EXPIRY_TOP - Include GRAC_ROLE_EXPIRY_TOP GRAC_ROLE_EXPIRY_DATA - Include GRAC_ROLE_EXPIRY_DATA GRAC_ROLE_EXPIRY - Program for Role Expiry GRAC_ROLE_EXPIRY - Program for Role Expiry