SAP ABAP Interface IF_SRT_WSP_ICF_ALIAS (SRT ICF Interface for Aliases)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
⤷
SOAP_CONFIG (Package) SOAP Configuration Framework
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRT_WSP_ICF | ICF Node Administration for SOAP Runtime | 20050714 |
Properties
| Interface | IF_SRT_WSP_ICF_ALIAS | |
| Short Description | SRT ICF Interface for Aliases |
General Data
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20040921 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | SRTWA | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_SRT_WSP_ICF_ALIAS has no interface.
Friends
Interface IF_SRT_WSP_ICF_ALIAS has no friend.
Attributes
Interface IF_SRT_WSP_ICF_ALIAS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Creates external alias node | 20050714 | |
| 2 | Static method | Public | Method | Deletes all external aliases for given service | 20050714 | |
| 3 | Static method | Public | Method | Deletes external alias node | 20050714 | |
| 4 | Static method | Public | Method | Checks existence of external alias node | 20050714 | |
| 5 | Static method | Public | Method | Get ICF information from specified external alias | 20080908 | |
| 6 | Static method | Public | Method | Get internal key (node GUID) of specified external alias URL | 20081110 | |
| 7 | Static method | Public | Method | Gets alias node information | 20071114 | |
| 8 | Static method | Public | Method | Gets external aliases for given service | 20050714 | |
| 9 | Static method | Public | Method | Checks whether external ICF alias exists and is active | 20080916 | |
| 10 | Static method | Public | Method | Changes external alias node | 20050714 |
Events
Interface IF_SRT_WSP_ICF_ALIAS has no event.
Types
Interface IF_SRT_WSP_ICF_ALIAS has no local type.
Method Signatures
Method CREATE_EXTERNAL_ALIAS_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ALIAS_DESCR | Call by reference | Type reference (TYPE) | STRING | 20050714 | ||||
| 2 | PI_ALIAS_URL | Call by reference | Type reference (TYPE) | STRING | 20050714 | ||||
| 3 | PI_BINDING | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_SUBJECT_BINDING | WSP subject binding | 20051014 | |||
| 4 | PI_HOST_NUMBER | Call by reference | Type reference (TYPE) | ICFHOSTNUM | 0 | Nummer eines virtuellen Hosts | 20050714 | ||
| 5 | PI_INTERFACE | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_SUBJECT_INTERFACE | WSP subject interface | 20051014 | |||
| 6 | PI_SERVICE_URL | Call by reference | Type reference (TYPE) | STRING | 20050714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen Web Admin ICF | 20050714 |
Method DELETE_ALL_EXT_ALIAS_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_HOST_NUMBER | Call by reference | Type reference (TYPE) | ICFHOSTNUM | 0 | Nummer eines virtuellen Hosts | 20050714 | ||
| 2 | PI_NODE_GUID | Call by reference | Type reference (TYPE) | ICFNODGUID | GUID eines ICF-Service-Knotens | 20050803 | |||
| 3 | PI_RECURSIVE | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20050801 | |||
| 4 | PI_SERVICE_URL | Call by reference | Type reference (TYPE) | STRING | 20050714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen Web Admin ICF | 20050714 |
Method DELETE_EXTERNAL_ALIAS_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ALIAS_URL | Call by reference | Type reference (TYPE) | STRING | 20050714 | ||||
| 2 | PI_HOST_NUMBER | Call by reference | Type reference (TYPE) | ICFHOSTNUM | 0 | Nummer eines virtuellen Hosts | 20050714 | ||
| 3 | PI_NO_EXISTS_CHECK | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | X=Existenzcheck durchführen; space=sonst | 20060620 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen Web Admin ICF | 20050714 |
Method EXISTS_EXTERNAL_ALIAS_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ALIAS_URL | Call by reference | Type reference (TYPE) | STRING | Alias-URL | 20050714 | |||
| 2 | PI_HOST_NUMBER | Call by reference | Type reference (TYPE) | ICFHOSTNUM | 0 | Nummer eines virtuellen Hosts | 20050714 | ||
| 3 | PR_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | X=existiert; space=existiert nicht | 20050714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen Web Admin ICF | 20050714 |
Method GET_ICF_INFO_FROM_ALIAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ALIAS_URL | Call by reference | Type reference (TYPE) | STRING | URL of external alias | 20080908 | |||
| 2 | PI_HOST_NUMBER | Call by reference | Type reference (TYPE) | ICFHOSTNUM | 0 | Number of a Virtual Host | 20080908 | ||
| 3 | PR_ICF_INFO | Value transfer | Type reference (TYPE) | ICFSERDESC | Description of ICF Service | 20080908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Web Administration ICF Exceptions | 20080908 |
Method GET_ICF_KEY_BY_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ALIAS_URL | Call by reference | Type reference (TYPE) | STRING | URL of external alias | 20081110 | |||
| 2 | PI_HOST_NUMBER | Call by reference | Type reference (TYPE) | ICFHOSTNUM | 0 | Number of a Virtual Host | 20081110 | ||
| 3 | PR_NODE_GUID | Value transfer | Type reference (TYPE) | GUID_32 | Alias node GUID | 20081110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Web Administration ICF Exceptions | 20081110 |
Method GET_INFO_FROM_ALIAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ALIAS_URL | Call by reference | Type reference (TYPE) | STRING | Zugriffs-URL | 20071121 | |||
| 2 | PI_HOST_NUMBER | Call by reference | Type reference (TYPE) | ICFHOSTNUM | 0 | Nummer eines virtuellen Hosts | 20071114 | ||
| 3 | PR_ALIAS_INFO | Value transfer | Type reference (TYPE) | SRT_WSP_TEMPL_PROPERTIES | Liste der Properties des Alias | 20071114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20071203 | ||
| 2 | Ausnahmen Web Admin ICF | 20071114 |
Method GET_REFERENCES_TO_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_HOST_NUMBER | Call by reference | Type reference (TYPE) | ICFHOSTNUM | 0 | Nummer eines virtuellen Hosts | 20050714 | ||
| 2 | PI_NODE_GUID | Call by reference | Type reference (TYPE) | ICFNODGUID | GUID eines ICF-Service-Knotens | 20050803 | |||
| 3 | PI_RECURSIVE | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20050801 | |||
| 4 | PI_SERVICE_URL | Call by reference | Type reference (TYPE) | STRING | 20050714 | ||||
| 5 | PR_EXTERNAL_ALIASES | Value transfer | Type reference (TYPE) | SRT_WSP_ICF_ALIAS_LIST | Liste von ICF aliasen | 20050714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen Web Admin ICF | 20050714 |
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PE_EXISTS | Call by reference | Type reference (TYPE) | BOOLEAN | X=External alias exists; space=Does not exist | 20080916 | |||
| 2 | PE_IS_ACTIVE | Call by reference | Type reference (TYPE) | BOOLEAN | X=External alias is active; space=Is not active | 20080916 | |||
| 3 | PI_ALIAS_URL | Call by reference | Type reference (TYPE) | STRING | URL of External Alias | 20080916 | |||
| 4 | PI_HOST_NUMBER | Call by reference | Type reference (TYPE) | ICFHOSTNUM | 0 | Number of Virtual Host | 20080916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Web Administration ICF Exceptions | 20080916 |
Method UPDATE_EXTERNAL_ALIAS_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ALIAS_DESCR | Call by reference | Type reference (TYPE) | STRING | Kurztext | 20060206 | |||
| 2 | PI_ALIAS_URL | Call by reference | Type reference (TYPE) | STRING | URL des Alias | 20050714 | |||
| 3 | PI_BINDING | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_SUBJECT_BINDING | WSP subject binding | 20051014 | |||
| 4 | PI_HOST_NUMBER | Call by reference | Type reference (TYPE) | ICFHOSTNUM | 0 | Nummer eines virtuellen Hosts | 20050714 | ||
| 5 | PI_INTERFACE | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_SUBJECT_INTERFACE | WSP subject interface | 20051014 | |||
| 6 | PI_SERVICE_URL | Call by reference | Type reference (TYPE) | STRING | URL auf die Alias zeigt, falls verändert | 20070213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen Web Admin ICF | 20050714 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |