SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

GRMG_TEST_WSIL_SERVICE_SCENGEN SAP ABAP Report - Program GRMG_TEST_WSIL_SERVICE_SCENGEN







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


INCLUDES used within this REPORT GRMG_TEST_WSIL_SERVICE_SCENGEN

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_READ_WSIL_SERVICES CALL FUNCTION 'GRMG_READ_WSIL_SERVICES' EXPORTING * FM_TRACE = FM_TRACE * FM_CONN_TIMEOUT = FM_CONN_TIMEOUT system_sid = sid * HOST = HOST * PORT = PORT * PREFIX = PREFIX url = wsil_url * SCENARIO_TYPE = C_SCENTYPE_HEAD_URL * USE_PROXY_AUTHENTICATION = dologon * PROXY_HOST = PROXY_HOST * PROXY_SERVICE = PROXY_SERVICE * PROXY_LOGON_CLIENT = PROXY_LOGON_CLIENT * PROXY_LOGON_USER = PROXY_LOGON_USER * PROXY_LOGON_PASSWORD = PROXY_LOGON_PASSWORD * SSL_CLIENT_ID = SSL_CLIENT_ID use_basic_authentication = dologon logon_client = client logon_user = user logon_password = password * GET_RUN_TIME = GET_RUN_TIME * BROWSER_STRING = BROWSER_STRING abap_or_java = abapjava * IMPORTING * FM_OUT_ERROR = FM_OUT_ERROR * FM_OUT_SCEN_ERROR = FM_OUT_SCEN_ERROR CHANGING fm_chg_error_itab = fm_chg_error_itab fm_response_headers = fm_response_headers fm_out_services_itab = fm_out_services_itab .

GRMG_READ_WSIL_SERVICES CALL FUNCTION 'GRMG_READ_WSIL_SERVICES' EXPORTING * FM_TRACE = FM_TRACE * FM_CONN_TIMEOUT = FM_CONN_TIMEOUT system_sid = sid host = host port = port prefix = prefix * url = wsil_url * SCENARIO_TYPE = C_SCENTYPE_HEAD_URL * USE_PROXY_AUTHENTICATION = USE_PROXY_AUTHENTICATION * PROXY_HOST = PROXY_HOST * PROXY_SERVICE = PROXY_SERVICE * PROXY_LOGON_CLIENT = PROXY_LOGON_CLIENT * PROXY_LOGON_USER = PROXY_LOGON_USER * PROXY_LOGON_PASSWORD = PROXY_LOGON_PASSWORD * SSL_CLIENT_ID = SSL_CLIENT_ID use_basic_authentication = dologon logon_client = client logon_user = user logon_password = password * GET_RUN_TIME = GET_RUN_TIME * BROWSER_STRING = BROWSER_STRING abap_or_java = abapjava * IMPORTING * FM_OUT_ERROR = FM_OUT_ERROR * FM_OUT_SCEN_ERROR = FM_OUT_SCEN_ERROR CHANGING fm_chg_error_itab = fm_chg_error_itab fm_response_headers = fm_response_headers fm_out_services_itab = fm_out_services_itab .

GRMG_SAVE_ABAP_WSIL_GRMG_LITE CALL FUNCTION 'GRMG_SAVE_ABAP_WSIL_GRMG_LITE' * EXPORTING * DIALOG_MODE = 'X' * USE_PROXY_AUTHENTICATION = USE_PROXY_AUTHENTICATION * PROXY_HOST = PROXY_HOST * PROXY_SERVICE = PROXY_SERVICE * PROXY_LOGON_CLIENT = PROXY_LOGON_CLIENT * PROXY_LOGON_USER = PROXY_LOGON_USER * PROXY_LOGON_PASSWORD = PROXY_LOGON_PASSWORD * SSL_CLIENT_ID = SSL_CLIENT_ID * USE_BASIC_AUTHENTICATION = USE_BASIC_AUTHENTICATION * LOGON_CLIENT = LOGON_CLIENT * LOGON_USER = LOGON_USER * LOGON_PASSWORD = LOGON_PASSWORD * AVAIL_CODES = AVAIL_CODES * GET_RUN_TIME = GET_RUN_TIME CHANGING wsil_services_to_monitor = lt_single_service.

GRMG_SAVE_JAVA_WSIL_GRMG_LITE CALL FUNCTION 'GRMG_SAVE_JAVA_WSIL_GRMG_LITE' * EXPORTING * DIALOG_MODE = 'X' * USE_PROXY_AUTHENTICATION = USE_PROXY_AUTHENTICATION * PROXY_HOST = PROXY_HOST * PROXY_SERVICE = PROXY_SERVICE * PROXY_LOGON_CLIENT = PROXY_LOGON_CLIENT * PROXY_LOGON_USER = PROXY_LOGON_USER * PROXY_LOGON_PASSWORD = PROXY_LOGON_PASSWORD * SSL_CLIENT_ID = SSL_CLIENT_ID * USE_BASIC_AUTHENTICATION = USE_BASIC_AUTHENTICATION * LOGON_CLIENT = LOGON_CLIENT * LOGON_USER = LOGON_USER * LOGON_PASSWORD = LOGON_PASSWORD * AVAIL_CODES = AVAIL_CODES * GET_RUN_TIME = GET_RUN_TIME CHANGING wsil_services_to_monitor = lt_single_service.



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