GRM_START_REPORT 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 GRM_START_REPORT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SCRE - Role Manager: Start of a Report
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: Program GRM_START_REPORT
Text Symbol: 001 = Could not set up connection to ITS
Text Symbol: 002 = Program does not exist:
Text Symbol: 003 = You are not authorized to run the program
Text Symbol: 004 = You did not select any objects before starting the program
INCLUDE GRM_START_REPORT_TOP.
INCLUDE GRM_START_REPORT_F01.
No SAP DATABASE tables are accessed within this REPORT code!
GRM_RECEIVE_DATA CALL FUNCTION 'GRM_RECEIVE_DATA' IMPORTING objects_from_logsys = objects_from_logsys begin_date = begin_date end_date = end_date evpath = evpath programname = programname programvariant = programvariant TABLES objects = objects EXCEPTIONS its_not_available = 1 OTHERS = 2.
GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING TEXT1 = text-001. "ITS not reached
GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING TEXT1 = msg1.
GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING TEXT1 = msg1.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = programname variant = programvariant IMPORTING r_c = subrc EXCEPTIONS OTHERS = 1.
GRM_DISPLAY_POPUP_NO_OBJECTS CALL FUNCTION 'GRM_DISPLAY_POPUP_NO_OBJECTS' EXPORTING LEAVE_PROGRAM = 'X'.
GRM_DISPLAY_POPUP_NO_OBJECTS CALL FUNCTION 'GRM_DISPLAY_POPUP_NO_OBJECTS' EXPORTING LEAVE_PROGRAM = 'X'.
GRM_DISPLAY_POPUP_NO_OBJECTS CALL FUNCTION 'GRM_DISPLAY_POPUP_NO_OBJECTS' EXPORTING LEAVE_PROGRAM = 'X'.
GRM_DISPLAY_POPUP_NO_OBJECTS CALL FUNCTION 'GRM_DISPLAY_POPUP_NO_OBJECTS' EXPORTING LEAVE_PROGRAM = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRM_START_REPORT - Program GRM_START_REPORT GRM_START_REPORT - Program GRM_START_REPORT GRM_START_FUNCTIONMODULE - Program GRM_START_REPORT GRM_START_FUNCTIONMODULE - Program GRM_START_REPORT GRMG_TEST_WSIL_SERVICE_SCENGEN - Program GRMG_TEST_WSIL_SERVICE_SCENGEN GRMG_TEST_WSIL_SERVICE_SCENGEN - Program GRMG_TEST_WSIL_SERVICE_SCENGEN