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

GRM_START_FUNCTIONMODULE SAP ABAP Report - Program GRM_START_REPORT







GRM_START_FUNCTIONMODULE 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_FUNCTIONMODULE 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

SCFB - Role Manager: Start of a Function


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_FUNCTIONMODULE. "Basic submit
SUBMIT GRM_START_FUNCTIONMODULE AND RETURN. "Return to original report after report execution complete
SUBMIT GRM_START_FUNCTIONMODULE 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 = The function module does not exist
Text Symbol: 003 = Parameter is missing or has wrong type:
Text Symbol: 004 = Error during function module call


INCLUDES used within this REPORT GRM_START_FUNCTIONMODULE

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:

GRM_RECEIVE_DATA CALL FUNCTION 'GRM_RECEIVE_DATA' IMPORTING objects_from_logsys = objects_from_logsys funckey = funckey begin_date = begin_date end_date = end_date evpath = evpath functionmodule = functionmodule TABLES objects = objects objects_of_otypes = objects_of_otypes EXCEPTIONS its_not_available = 1 OTHERS = 2.

GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING text1 = text-001.

GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING text1 = msg1 text2 = msg2.

FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = functionmodule TABLES exception_list = exception_list export_parameter = export_parameter import_parameter = import_parameter tables_parameter = tables_parameter EXCEPTIONS OTHERS = 4.

GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING text1 = msg1 text2 = msg2.

GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING text1 = msg1 text2 = msg2.

GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING text1 = msg1 text2 = msg2.

GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING text1 = msg1 text2 = msg2.

GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING text1 = msg1 text2 = msg2.

GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING text1 = msg1 text2 = msg2.

GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING text1 = msg1 text2 = msg2.

GRM_ERROR_MESSAGE CALL FUNCTION 'GRM_ERROR_MESSAGE' EXPORTING text1 = msg1 text2 = msg2.



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