SAP ABAP Class IF_CLB_LOCATION (HTTP URL Location)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CLB_LOCATION_FACADE | Facade to HTTP URL Location | 20120831 |
Properties
| Class | IF_CLB_LOCATION | |
| Short Description | HTTP URL Location | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120831 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_CLB_LOCATION has no forward declaration.
Interfaces
Class IF_CLB_LOCATION has no interface implemented.
Friends
Class IF_CLB_LOCATION has no friend class.
Attributes
Class IF_CLB_LOCATION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Domain (external URL Prefix) of a Proxy | 20120831 |
Events
Class IF_CLB_LOCATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_LOCATION_DATA | Public | See coding | Table of Proxy Location Data | 20120831 | tty_location_data TYPE SORTED TABLE OF ty_location_data
WITH UNIQUE KEY mandt sort_key protocol
|
|
| 2 | TY_LOCATION_DATA | Public | See coding | Proxy Location Data | 20120831 | BEGIN OF ty_location_data.
INCLUDE TYPE httpurlloc.
TYPES: END OF ty_location_data
|
Method Signatures
Method GET_DOMAIN_OF_LOCATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CSEQUENCE | 'SAIL' | Application | 20120831 | ||
| 2 | IV_HOST | Call by reference | Type reference (TYPE) | STRING | Host | 20120831 | |||
| 3 | IV_PORT | Call by reference | Type reference (TYPE) | STRING | Port | 20120831 | |||
| 4 | RS_LOCATION_DATA | Value transfer | Type reference (TYPE) | IF_CLB_LOCATION=>TY_LOCATION_DATA | Proxy Location Data | 20120831 |
Method GET_DOMAIN_OF_LOCATION on class IF_CLB_LOCATION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |