SAP ABAP Function Module UCON_HTTP_RUNTIME_PROPERTIES (Get HTTP Runtime Properties for the current SAP client (client specific !))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-ICF (Application Component) Internet Communication Framework
⤷
S_UNIFIED_CON_RUN_TIME (Package) Runtime Unified Connectivity
⤷
⤷
Basic Data
| Function Module | UCON_HTTP_RUNTIME_PROPERTIES | Get HTTP Runtime Properties for the current SAP client (client specific !) |
| Function Group | S_UCON_RT | FG for UCON Runtime |
| Program Name | SAPLS_UCON_RT | |
| INCLUDE Name | LS_UCON_RTU03 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
RC | TYPE | SYSUBRC | Return Code (0 = OK; <> 0 error has been raised) | |||
| |
ERROR_TEXT | TYPE | STRING | Error Text (only if the rc <> 0) | |||
| |
SOURCE_LINE | TYPE | INT4 | Source line of raised error text | |||
| |
PROGRAM_NAME | TYPE | SYREPID | ABAP Program: Current Master Program | |||
| |
INCLUDE_NAME | TYPE | SYREPID | Include Name | |||
| |
SERVTBL | TYPE | ICFSERVTBL | Table of ICF Services and Associated Handlers | |||
| |
ACTLOGIN | TYPE | ICFLOGIN | Cumulated Logon Data of an HTTP Request | |||
| |
SYSFIELDS_ATTRIBUTES | TYPE | UCONHTTPSYSFIELDS_BASED_ON_SRV | System fields based on service | |||
| |
URLSUFFIX | TYPE | STRING | URL Suffix | |||
| |
URLSUFFIXHANDLER | TYPE | STRING | Handler for URL Suffix | |||
| |
URL | TYPE | STRING | Absolute Url Path | |||
| |
VIRTUAL_HOST_NR | TYPE | INT4 | 0 | Virtual Host Number | ||
| |
ENABLE_STATISTIC | TYPE | INT4 | 0 | 0 -> disabled; 1 --> enabled | ||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in | 804 |