The Function Module GRMG_SEND_HTTP_REQUEST (GRMG: Send HTTP Request) is a standard Function Module in SAP ERP and is part of the function group GRMG within the package DSWP_MON_GRMG.
Function Module | GRMG_SEND_HTTP_REQUEST |
Short Text | GRMG: Send HTTP Request |
Function Group | GRMG |
Package | DSWP_MON_GRMG |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FM_CONN_TIMEOUT | TYPE | I | GRMG: Timeout when no response | |
FM_IN_SCENARIO_WA | TYPE | GRMG_SCENARIOS | GRMG: Table for scenario descriptions | |
FM_TRACE | TYPE | I | GRMG: SelfMonitoring-Trace | |
GET_RUN_TIME | TYPE | FLAG | allgemeines flag | |
HOST | TYPE | PFEHOSTNAM | Name eines Rechners. | |
LOGON_CLIENT | TYPE | SYMANDT | R/3-System, Mandantennummer aus Anmeldung | |
PORT | TYPE | MSSERV | Service | |
PREFIX | TYPE | TEXT255 | Text, 255 Zeichen | |
PROXY_LOGON_CLIENT | TYPE | SYMANDT | R/3-System, Mandantennummer aus Anmeldung | |
SSL_CLIENT_ID | TYPE | SSFAPPLSSL | SSL Client-Identität | |
URL | TYPE | STRING | Text, 255 Zeichen | |
USE_BASIC_AUTHENTICATION | TYPE | FLAG | allgemeines flag | |
USE_PROXY_AUTHENTICATION | TYPE | FLAG | allgemeines flag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FM_OUT_ERROR | TYPE | FLAG | General flag | |
FM_OUT_SCEN_ERROR | TYPE | GRMG_TYPE_TYPE | GRMG: Type for type |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FM_CHG_ERROR_ITAB | TYPE | GRMG_ERROR_ITAB | GRMG: Table type for error log | |
FM_IN_PROPERTIES_ITAB | LIKE | GRMG_PROPERTIES | GRMG: Table for Scenarios | |
FM_OUT_RESPONSE_BODY_ITAB | TYPE | GRMG_RESPONSE_ITAB | GRMG: Table type for response table | |
FM_OUT_RESPONSE_HEADERS_ITAB | TYPE | GRMG_RESPONSE_ITAB | GRMG: Table type for response table | |
FM_RESPONSE_HEADERS | TYPE | TIHTTPNVP | GRMG: HTTP Response Headers |
This function module does not define any Exceptions.