SAP Reports / Programs | Basis Components | Business Management | Organizational Plan(BC-BMT-OM-OM) SAP BC

GRM_START_REPORT SAP ABAP Report - Program GRM_START_REPORT







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SCRE - Role Manager: Start of a Report


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


Text pool values


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


INCLUDES used within this REPORT GRM_START_REPORT

INCLUDE GRM_START_REPORT_TOP.
INCLUDE GRM_START_REPORT_F01.


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:

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'.



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