SAP ABAP Interface IF_SRTFT_CFG_REGISTRY (SRT Configuration Registry)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
⤷
SOAP_FT_TOOLS (Package) SOAP RT Fast Track Development
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRTFT_CFG_REGISTRY | SRT Configuration Registry | 20060621 |
Properties
| Interface | IF_SRTFT_CFG_REGISTRY | |
| Short Description | SRT Configuration Registry |
General Data
| Package | SOAP_FT_TOOLS | SOAP RT Fast Track Development |
| Created | 20060529 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SRTFT_CFG_REGISTRY has no forward declaration.
Interfaces
Interface IF_SRTFT_CFG_REGISTRY has no interface.
Friends
Interface IF_SRTFT_CFG_REGISTRY has no friend.
Attributes
Interface IF_SRTFT_CFG_REGISTRY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Creates New Runtime Profile | 20060620 | |
| 2 | Instance method | Public | Method | Decodes String from Base64 | 20060710 | |
| 3 | Instance method | Public | Method | Deletes All Versions of Profile | 20060620 | |
| 4 | Instance method | Public | Method | Deletes Version of Profile | 20060620 | |
| 5 | Instance method | Public | Method | Codes String in Base64 | 20060710 | |
| 6 | Instance method | Public | Method | Gets All RT Configurations Including Assignments | 20060711 | |
| 7 | Instance method | Public | Method | Gets All Profile Versions with Assignments | 20060710 | |
| 8 | Instance method | Public | Method | Gets Name of Service Definition (Using External Name) | 20060710 | |
| 9 | Instance method | Public | Method | Gets All Profile Versions | 20060710 | |
| 10 | Instance method | Public | Method | Gets Name of Service Definition (Using External Name) | 20060710 | |
| 11 | Instance method | Public | Method | Initializes Cache for Interface Names | 20080303 | |
| 12 | Instance method | Public | Method | Creates DT Provider | 20060626 | |
| 13 | Instance method | Public | Method | Creates RT Provider | 20060627 | |
| 14 | Instance method | Public | Method | Opens Existing Runtime Profile | 20060620 | |
| 15 | Instance method | Public | Method | Opens SOAP Application | 20060626 |
Events
Interface IF_SRTFT_CFG_REGISTRY has no event.
Types
Interface IF_SRTFT_CFG_REGISTRY has no local type.
Method Signatures
Method CREATE_RT_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGES | Call by reference | Type reference (TYPE) | SRTFT_CFG_MESSAGES | Liste von Fehlermeldungen | 20060710 | |||
| 2 | XML_DOC | Call by reference | Type reference (TYPE) | XSTRING | 20060620 | ||||
| 3 | XML_SYSTEM_SETTINGS | Call by reference | Type reference (TYPE) | XSTRING | 20060710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060620 |
Method DECODE_BASE64 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ENCODED_VALUE | Call by reference | Type reference (TYPE) | STRING | Kodierter String | 20060710 | |||
| 2 | PR_ORIG_VALUE | Value transfer | Type reference (TYPE) | STRING | Original String | 20060710 |
Method DECODE_BASE64 on Interface IF_SRTFT_CFG_REGISTRY has no exception.
Method DELETE_RT_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGES | Call by reference | Type reference (TYPE) | SRTFT_CFG_MESSAGES | Liste von Fehlermeldungen | 20060710 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | SRT_WSP_PROFILE_CONFIG_NAME | Profilename | 20060620 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060620 |
Method DELETE_RT_PROFILE_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGES | Call by reference | Type reference (TYPE) | SRTFT_CFG_MESSAGES | Liste von Fehlermeldungen | 20060710 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | SRT_WSP_PROFILE_CONFIG_NAME | Profilename | 20060620 | |||
| 3 | VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_PROFILE_CONFIG_VERSION | Profilversion | 20060620 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060620 |
Method ENCODE_BASE64 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ORIG_VALUE | Call by reference | Type reference (TYPE) | STRING | Original String | 20060710 | |||
| 2 | PR_ENCODED_VALUE | Value transfer | Type reference (TYPE) | STRING | Kodierter String | 20060710 |
Method ENCODE_BASE64 on Interface IF_SRTFT_CFG_REGISTRY has no exception.
Method GET_ALL_ASSIGNED_CONFIGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ASSIGNMENTS | Value transfer | Type reference (TYPE) | SRTFT_RT_CFG_ASSIGNMENTS | Zuordnungen RT-Konfiguration zu Profil und Profilversion | 20060711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060711 |
Method GET_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ASSIGNMENTS | Value transfer | Type reference (TYPE) | SRTFT_PROFVER_ASSIGNMENT_LIST | Liste von Profilen mit zugeordneten Web-Service-Interfaces | 20060710 | |||
| 2 | MESSAGES | Call by reference | Type reference (TYPE) | SRTFT_CFG_MESSAGES | Liste von Fehlermeldungen | 20060710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060710 |
Method GET_EXT_NAME_BY_SDEF_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXT_NAME | Value transfer | Type reference (TYPE) | QNAME | Qualified Name | 20060710 | |||
| 2 | SDEF_NAME | Value transfer | Type reference (TYPE) | VEPNAME | Name einer Service Definition | 20060710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060710 |
Method GET_PROFILES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGES | Call by reference | Type reference (TYPE) | SRTFT_CFG_MESSAGES | Liste von Fehlermeldungen | 20060710 | |||
| 2 | PROFILES | Value transfer | Type reference (TYPE) | SRTFT_PROFILE_VERSION_ID_LIST | Liste von Profilversionen | 20060710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060710 |
Method GET_SDEF_NAME_BY_EXT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXT_NAME | Call by reference | Type reference (TYPE) | QNAME | Qualified Name | 20060710 | |||
| 2 | SDEF_NAME | Value transfer | Type reference (TYPE) | VEPNAME | Name einer Service Definition | 20060710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060710 |
Method INIT_EXT_IF_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_NAMES | Call by reference | Type reference (TYPE) | SRTFT_IF_NAMES | Externe Interface Namen | 20080303 |
Method INIT_EXT_IF_NAMES on Interface IF_SRTFT_CFG_REGISTRY has no exception.
Method OPEN_DT_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DT_CFG_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_SRTFT_CFG_DT_PROVIDER | SRT DT Konfig. Schnittstelle | 20060626 | |||
| 2 | DT_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_DT_OBJ_NAME | SRT Name des Interface Objekts | 20060626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060626 |
Method OPEN_RT_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DT_EXT_NAME | Call by reference | Type reference (TYPE) | QNAME | Externer Name des DT Objektes | 20060711 | |||
| 2 | DT_OBJ_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_DT_OBJ_NAME | SRT Name des Interface Objekts | 20060627 | |||
| 3 | RT_CONFIG | Value transfer | Object reference (TYPE REF TO) | IF_SRTFT_CFG_RT_CONFIG | SRT RT Konfig. Schnittstelle | 20060627 | |||
| 4 | RT_CONFIG_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_RT_CONFIG_NAME | SRT Name der Laufzeit Konfiguration | 20060627 | |||
| 5 | WS_KEY | Call by reference | Type reference (TYPE) | SRT_REGISTRY_WSKEY | SRT-Registry: Freigabeschlüssel des WebServices | 20060711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060627 |
Method OPEN_RT_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGES | Call by reference | Type reference (TYPE) | SRTFT_CFG_MESSAGES | Liste von Fehlermeldungen | 20060710 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | SRT_WSP_PROFILE_CONFIG_NAME | Profilename | 20060620 | |||
| 3 | PROFILE | Value transfer | Object reference (TYPE REF TO) | IF_SRTFT_CFG_PROFILE_RT | SRT Laufzeit Profil | 20060620 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060620 |
Method OPEN_SOAP_APP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOAP_APPLICATION | Value transfer | Object reference (TYPE REF TO) | IF_SRTFT_CFG_SOAP_APP | SRT SOAP Anwendung | 20060626 | |||
| 2 | SOAP_APPL_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_SOAP_APPL_NAME | Name der SOAP Anwendung | 20060626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060626 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 700 |