SAP Reports / Programs

GRMG_GENERATOR SAP ABAP Report - Program GRMG_GENERATOR







GRMG_GENERATOR 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 GRMG_GENERATOR 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 GRMG_GENERATOR. "Basic submit
SUBMIT GRMG_GENERATOR AND RETURN. "Return to original report after report execution complete
SUBMIT GRMG_GENERATOR 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 GRMG_GENERATOR


INCLUDES used within this REPORT GRMG_GENERATOR

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:

GRMG_WRITE_RUN_LOG CALL FUNCTION 'GRMG_WRITE_RUN_LOG' EXPORTING fm_in_scen_name = g_name fm_in_scen_version = g_vers fm_in_scen_inst = g_inst fm_in_run_start = c_xtrue IMPORTING fm_out_scenario_wa = g_scenario_wa fm_out_error = g_error TABLES fm_chg_error_itab = g_error_itab CHANGING fm_chg_run_wa = g_run_log_wa.

GRMG_READ_PROPERTIES CALL FUNCTION 'GRMG_READ_PROPERTIES' EXPORTING fm_in_scenario_wa = g_scenario_wa IMPORTING fm_out_error = g_error TABLES fm_out_properties_itab = g_properties_itab fm_chg_error_itab = g_error_itab.

GRMG_SEND_HTTP_REQUEST CALL FUNCTION 'GRMG_SEND_HTTP_REQUEST' EXPORTING fm_in_scenario_wa = g_scenario_wa fm_trace = g_trac fm_conn_timeout = g_time IMPORTING fm_out_error = g_error fm_out_scen_error = g_scen_error TABLES fm_in_properties_itab = g_properties_itab fm_out_response_body_itab = g_response_body_itab fm_out_response_headers_itab = g_response_header_itab"6.10

GRMG_SEND_HTTP_PING CALL FUNCTION 'GRMG_SEND_HTTP_PING' EXPORTING fm_in_scenario_wa = g_scenario_wa fm_trace = g_trac fm_conn_timeout = g_time * HOST = * PORT = * PREFIX = * URL = * USE_PROXY_AUTHENTICATION = * PROXY_HOST = * PROXY_SERVICE = * PROXY_LOGON_CLIENT = * PROXY_LOGON_USER = * PROXY_LOGON_PASSWORD = * USE_BASIC_AUTHENTICATION = * LOGON_CLIENT = * LOGON_USER = * LOGON_PASSWORD = IMPORTING fm_out_error = g_error fm_out_scen_error = g_scen_error TABLES fm_in_properties_itab = g_properties_itab fm_chg_error_itab = g_error_itab fm_response_headers = g_response_headers .

GRMG_PROPAGATE_SCENARIO_FAILED CALL FUNCTION 'GRMG_PROPAGATE_SCENARIO_FAILED' EXPORTING fm_in_scenario_wa = g_scenario_wa fm_in_scen_error = g_scen_error fm_in_clear_error_branch = '' IMPORTING fm_out_error = g_error TABLES fm_chg_error_itab = g_error_itab.

GRMG_INTERPRETE_RESPONSE CALL FUNCTION 'GRMG_INTERPRETE_RESPONSE' EXPORTING fm_in_scenario_wa = g_scenario_wa fm_trace = g_trac IMPORTING fm_out_error = g_error fm_out_scen_error = g_scen_error TABLES fm_in_response_body_itab = g_response_body_itab fm_in_response_headers_itab = g_response_header_itab fm_out_messages_itab = g_messages_itab fm_chg_error_itab = g_error_itab.

GRMG_PROPAGATE_SCENARIO_FAILED CALL FUNCTION 'GRMG_PROPAGATE_SCENARIO_FAILED' EXPORTING fm_in_scenario_wa = g_scenario_wa fm_in_scen_error = g_scen_error fm_in_clear_error_branch = '' IMPORTING fm_out_error = g_error TABLES fm_chg_error_itab = g_error_itab.

GRMG_PROPAGATE_SCENARIO_FAILED CALL FUNCTION 'GRMG_PROPAGATE_SCENARIO_FAILED' EXPORTING fm_in_scenario_wa = g_scenario_wa fm_in_scen_error = c_scen fm_in_clear_error_branch = 'X' IMPORTING fm_out_error = g_error TABLES fm_chg_error_itab = g_error_itab.

GRMG_WRITE_IN_MONITORING_TREE CALL FUNCTION 'GRMG_WRITE_IN_MONITORING_TREE' EXPORTING fm_in_scenario_wa = g_scenario_wa fm_trace = g_trac fm_in_scen_error = g_error IMPORTING fm_out_error = l_mon_error TABLES fm_in_messages_itab = g_messages_itab fm_chg_error_itab = g_error_itab.

GRMG_WRITE_ERROR_LOG CALL FUNCTION 'GRMG_WRITE_ERROR_LOG' EXPORTING fm_in_run_wa = g_run_log_wa TABLES fm_in_error_itab = g_error_itab.

GRMG_WRITE_RUN_LOG CALL FUNCTION 'GRMG_WRITE_RUN_LOG' EXPORTING fm_in_run_end = c_xtrue fm_in_scen_name = g_scenario_wa-scen_name fm_in_scen_version = g_scenario_wa-scen_version fm_in_scen_inst = g_scenario_wa-scen_inst IMPORTING fm_out_error = g_error TABLES fm_chg_error_itab = g_error_itab CHANGING fm_chg_run_wa = g_run_log_wa.



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