SAP ABAP Class CL_UCON_HTTP_RT_UTILITY (Utility class for Unified Conn. Runtime)
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
⤷
⤷
Properties
| Class | CL_UCON_HTTP_RT_UTILITY | |
| Short Description | Utility class for Unified Conn. Runtime | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | S_UNIFIED_CON | |
| Program status | S | System Program |
| Category | 0 | |
| Package | S_UNIFIED_CON_RUN_TIME | Runtime Unified Connectivity |
| Created | 20120117 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_UCON_HTTP_RT_UTILITY has no interface implemented.
Friends
Class CL_UCON_HTTP_RT_UTILITY has no friend class.
Attributes
Class CL_UCON_HTTP_RT_UTILITY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Call Browser using service name | 20120117 | |
| 2 | Static method | Public | Method | Call Browser using URL-Path | 20120214 | |
| 3 | Static method | Public | Method | Get canonical name of a service | 20120223 | |
| 4 | Static method | Public | Method | Get canonical name of a service | 20120220 | |
| 5 | Static method | Public | Method | Get Url Path List for Service Name | 20120321 | |
| 6 | Static method | Public | Method | Build URL using service name | 20120317 | |
| 7 | Static method | Public | Method | Get Virtual Host Attributes by Virtual Host Name | 20120711 | |
| 8 | Static method | Public | Method | Get Virtual Host Attributes by Virtual Host Number | 20120711 |
Events
Class CL_UCON_HTTP_RT_UTILITY has no event.
Types
Class CL_UCON_HTTP_RT_UTILITY has no local type.
Method Signatures
Method CALL_BROWSER_BY_SRV_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_SERVICE_NAME | Call by reference | Type reference (TYPE) | CHAR30 | Service Name | 20120117 | |||
| 2 | IP_VHOST | Call by reference | Type reference (TYPE) | CHAR30 | Virtual Host Name | 20120118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for Runtime Utility | 20120117 |
Method CALL_BROWSER_BY_URL_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_URL_PATH | Call by reference | Type reference (TYPE) | UCONHTTPURL | URL Path | 20120214 | |||
| 2 | IP_VHOST | Call by reference | Type reference (TYPE) | CHAR30 | Virtual Host Name | 20120214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for Runtime Utility | 20120214 |
Method GET_CANONICAL_NAME_BY_CA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_CANONICAL_NAME | Call by reference | Type reference (TYPE) | UCONHTTPURL | URL of HTTP Service | 20120223 | |||
| 2 | IP_CA_NAME | Call by reference | Type reference (TYPE) | UCONSERVID | Unified Connectivity Service Assembly ID | 20120223 |
Method GET_CANONICAL_NAME_BY_CA on class CL_UCON_HTTP_RT_UTILITY has no exception.
Method GET_CANONICAL_NAME_BY_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_CANONICAL_NAME | Call by reference | Type reference (TYPE) | UCONHTTPURL | URL of HTTP Service | 20120220 | |||
| 2 | IP_SERVICENAME | Call by reference | Type reference (TYPE) | UCONSERVID | Unified Connectivity Service Assembly ID | 20120220 |
Method GET_CANONICAL_NAME_BY_SERVICE on class CL_UCON_HTTP_RT_UTILITY has no exception.
Method GET_URLPATH_LIST_BY_SRV_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_URL | Call by reference | Type reference (TYPE) | STRING_TABLE | List of Url (scheme + host + path) | 20120321 | |||
| 2 | ET_URL_PATH | Call by reference | Type reference (TYPE) | STRING_TABLE | List of Url Path | 20120321 | |||
| 3 | IP_SERVICE_NAME | Call by reference | Type reference (TYPE) | CHAR30 | HTTP Service Name | 20120321 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for Runtime Utility | 20120321 |
Method GET_URL_BY_SERVICE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_URI_PATH | Call by reference | Type reference (TYPE) | STRING | URi Path; URI-String (in Form of (path?query-string)) | 20120317 | |||
| 2 | EP_URL | Call by reference | Type reference (TYPE) | STRING | URL completed (with host + port) | 20120317 | |||
| 3 | IP_SERVICE_NAME | Call by reference | Type reference (TYPE) | CHAR30 | Service Name | 20120317 | |||
| 4 | IP_VHOST | Call by reference | Type reference (TYPE) | CHAR30 | Virtual Host Name | 20120317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for Runtime Utility | 20120317 |
Method GET_VHOST_ATTR_BY_VIRTHOSTNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_VH_ATTR | Call by reference | Type reference (TYPE) | V_UCONVH_MAP | Attributes of Virtual Host (UCON and ICF Classic) | 20120711 | |||
| 2 | IP_VH_NAME | Call by reference | Type reference (TYPE) | CHAR30 | Virtual Host Name | 20120711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for Runtime Utility | 20120711 |
Method GET_VHOST_ATTR_BY_VIRTHOSTNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_VH_ATTR | Call by reference | Type reference (TYPE) | V_UCONVH_MAP | Attributes of Virtual Host (UCON and ICF Classic) | 20120711 | |||
| 2 | IP_VH_NR | Call by reference | Type reference (TYPE) | I | Virtual Host Number | 20120711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for Runtime Utility | 20120711 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 804 |