SAP ABAP Class IF_SRTFT_CFG_REGISTRY (SRT Configuration Registry)
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
Class IF_SRTFT_CFG_REGISTRY  
Short Description SRT Configuration Registry    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060529   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SRTFT_CFG_REGISTRY has no forward declaration.
Interfaces
Class IF_SRTFT_CFG_REGISTRY has no interface implemented.
Friends
Class IF_SRTFT_CFG_REGISTRY has no friend class.
Attributes
Class IF_SRTFT_CFG_REGISTRY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_RT_PROFILE Instance method Public Method Creates New Runtime Profile 20060620
2 DECODE_BASE64 Instance method Public Method Decodes String from Base64 20060710
3 DELETE_RT_PROFILE Instance method Public Method Deletes All Versions of Profile 20060620
4 DELETE_RT_PROFILE_VERSION Instance method Public Method Deletes Version of Profile 20060620
5 ENCODE_BASE64 Instance method Public Method Codes String in Base64 20060710
6 GET_ALL_ASSIGNED_CONFIGS Instance method Public Method Gets All RT Configurations Including Assignments 20060711
7 GET_ASSIGNMENTS Instance method Public Method Gets All Profile Versions with Assignments 20060710
8 GET_EXT_NAME_BY_SDEF_NAME Instance method Public Method Gets Name of Service Definition (Using External Name) 20060710
9 GET_PROFILES Instance method Public Method Gets All Profile Versions 20060710
10 GET_SDEF_NAME_BY_EXT_NAME Instance method Public Method Gets Name of Service Definition (Using External Name) 20060710
11 INIT_EXT_IF_NAMES Instance method Public Method Initializes Cache for Interface Names 20080303
12 OPEN_DT_PROVIDER Instance method Public Method Creates DT Provider 20060626
13 OPEN_RT_CONFIG Instance method Public Method Creates RT Provider 20060627
14 OPEN_RT_PROFILE Instance method Public Method Opens Existing Runtime Profile 20060620
15 OPEN_SOAP_APP Instance method Public Method Opens SOAP Application 20060626
Events
Class IF_SRTFT_CFG_REGISTRY has no event.
Types
Class 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 Exporting MESSAGES Call by reference Type reference (TYPE) SRTFT_CFG_MESSAGES Liste von Fehlermeldungen 20060710
2 Importing XML_DOC Call by reference Type reference (TYPE) XSTRING 20060620
3 Importing XML_SYSTEM_SETTINGS Call by reference Type reference (TYPE) XSTRING 20060710
# Exception Resumable Description Created on
1 CX_SRTFT_CONFIG 20060620

Method DECODE_BASE64 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ENCODED_VALUE Call by reference Type reference (TYPE) STRING Kodierter String 20060710
2 Returning PR_ORIG_VALUE Value transfer Type reference (TYPE) STRING Original String 20060710

Method DECODE_BASE64 on class 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 Exporting MESSAGES Call by reference Type reference (TYPE) SRTFT_CFG_MESSAGES Liste von Fehlermeldungen 20060710
2 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME Profilename 20060620
# Exception Resumable Description Created on
1 CX_SRTFT_CONFIG 20060620

Method DELETE_RT_PROFILE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MESSAGES Call by reference Type reference (TYPE) SRTFT_CFG_MESSAGES Liste von Fehlermeldungen 20060710
2 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME Profilename 20060620
3 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_VERSION Profilversion 20060620
# Exception Resumable Description Created on
1 CX_SRTFT_CONFIG 20060620

Method ENCODE_BASE64 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ORIG_VALUE Call by reference Type reference (TYPE) STRING Original String 20060710
2 Returning PR_ENCODED_VALUE Value transfer Type reference (TYPE) STRING Kodierter String 20060710

Method ENCODE_BASE64 on class 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 Returning ASSIGNMENTS Value transfer Type reference (TYPE) SRTFT_RT_CFG_ASSIGNMENTS Zuordnungen RT-Konfiguration zu Profil und Profilversion 20060711
# Exception Resumable Description Created on
1 CX_SRTFT_CONFIG 20060711

Method GET_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ASSIGNMENTS Value transfer Type reference (TYPE) SRTFT_PROFVER_ASSIGNMENT_LIST Liste von Profilen mit zugeordneten Web-Service-Interfaces 20060710
2 Exporting MESSAGES Call by reference Type reference (TYPE) SRTFT_CFG_MESSAGES Liste von Fehlermeldungen 20060710
# Exception Resumable Description Created on
1 CX_SRTFT_CONFIG 20060710

Method GET_EXT_NAME_BY_SDEF_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXT_NAME Value transfer Type reference (TYPE) QNAME Qualified Name 20060710
2 Importing SDEF_NAME Value transfer Type reference (TYPE) VEPNAME Name einer Service Definition 20060710
# Exception Resumable Description Created on
1 CX_SRTFT_CONFIG 20060710

Method GET_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MESSAGES Call by reference Type reference (TYPE) SRTFT_CFG_MESSAGES Liste von Fehlermeldungen 20060710
2 Exporting PROFILES Value transfer Type reference (TYPE) SRTFT_PROFILE_VERSION_ID_LIST Liste von Profilversionen 20060710
# Exception Resumable Description Created on
1 CX_SRTFT_CONFIG 20060710

Method GET_SDEF_NAME_BY_EXT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXT_NAME Call by reference Type reference (TYPE) QNAME Qualified Name 20060710
2 Returning SDEF_NAME Value transfer Type reference (TYPE) VEPNAME Name einer Service Definition 20060710
# Exception Resumable Description Created on
1 CX_SRTFT_CONFIG 20060710

Method INIT_EXT_IF_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_NAMES Call by reference Type reference (TYPE) SRTFT_IF_NAMES Externe Interface Namen 20080303

Method INIT_EXT_IF_NAMES on class 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 Returning DT_CFG_PROVIDER Value transfer Object reference (TYPE REF TO) IF_SRTFT_CFG_DT_PROVIDER SRT DT Konfig. Schnittstelle 20060626
2 Importing 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 CX_SRTFT_CONFIG 20060626

Method OPEN_RT_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DT_EXT_NAME Call by reference Type reference (TYPE) QNAME Externer Name des DT Objektes 20060711
2 Importing DT_OBJ_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME SRT Name des Interface Objekts 20060627
3 Returning RT_CONFIG Value transfer Object reference (TYPE REF TO) IF_SRTFT_CFG_RT_CONFIG SRT RT Konfig. Schnittstelle 20060627
4 Importing RT_CONFIG_NAME Call by reference Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME SRT Name der Laufzeit Konfiguration 20060627
5 Importing WS_KEY Call by reference Type reference (TYPE) SRT_REGISTRY_WSKEY SRT-Registry: Freigabeschlüssel des WebServices 20060711
# Exception Resumable Description Created on
1 CX_SRTFT_CONFIG 20060627

Method OPEN_RT_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MESSAGES Call by reference Type reference (TYPE) SRTFT_CFG_MESSAGES Liste von Fehlermeldungen 20060710
2 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME Profilename 20060620
3 Exporting PROFILE Value transfer Object reference (TYPE REF TO) IF_SRTFT_CFG_PROFILE_RT SRT Laufzeit Profil 20060620
# Exception Resumable Description Created on
1 CX_SRTFT_CONFIG 20060620

Method OPEN_SOAP_APP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SOAP_APPLICATION Value transfer Object reference (TYPE REF TO) IF_SRTFT_CFG_SOAP_APP SRT SOAP Anwendung 20060626
2 Importing 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 CX_SRTFT_CONFIG 20060626
History
Last changed by/on SAP  20090618 
SAP Release Created in