SAP ABAP Class CL_SRT_WSP_CONFIG_RTC_CFG (Configuration instance of runtime cache)
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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRT_WSP_CONFIG_RTC_ROOT WSP configuration runtime cache (root class) 20060911
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_CONFIG_RTC_CFG Configuration instance of runtime cache 20060911
Properties
Class CL_SRT_WSP_CONFIG_RTC_CFG  
Short Description Configuration instance of runtime cache    
Super Class CL_SRT_WSP_CONFIG_RTC_ROOT WSP configuration runtime cache (root class) 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20060911   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRT_WSP_CONFIG_RTC_CFG has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_CONFIG_RTC_CFG Configuration instance of runtime cache 20060911
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_DT_MAPPING_DATA 20110228 Designtime Object Information for Mapping Objects
2 CL_SRT_WSP_FACTORY 20060911 WSP Factory Class
3 CL_SRT_WSP_FACTORY_XI 20110502 WSP Factory Class
4 CL_SRT_WSP_HELPER_METHODS 20101215 WSP Common Methods
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SRT_WSP_CONFIG_RTC_CFG' 20060911
2 CO_RTC_FIELD_NAME_WSIL Constant Private Type reference (TYPE) DFIES-FIELDNAME 'ATTRIB_1' Field Name 20080229
3 CO_RTC_TAB_NAME_WSIL Constant Private Type reference (TYPE) DDOBJNAME 'SRT_RTC_WSIL' Name of ABAP Dictionary Object 20080229
4 M_MAX_VALUE_LENGTH_WSIL Static Attribute Private Type reference (TYPE) I 20080229
5 M_RTC_DATA_RT_MIGR Static Attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081118
6 M_SUPPRESS_FW_ID_CHECK Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080304
7 M_WSDL_PROVIDER_CACHE Static Attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_WSDL_PROVIDER_CACHE WSDL Cache Controller 20081209
8 M_WSIL_711_MIGR Static Attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080301
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FRAMEWORK_ID Instance method Private Method 20060911
2 CHECK_SOAP_APPL_FOR_WSIL Instance method Private Method Check if SOAP application is WSIL relevant 20080229
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060911
4 CREATE Static method Protected Method 20060911
5 EXISTS_FRAMEWORK_ID_BY_CFG_KEY Static method Private Method Check existence of FW ID by config key 20101215
6 GET_BINDING_KEYS_BY_CONFIG_KEY Instance method Private Method 20060919
7 GET_FRAMEWORK_ID_BY_CFG_KEY Static method Private Method Get FW-Id for specified config key 20101215
8 MIGRATE_RTC_DATA_RT Instance method Protected Method Migrates to SRT_RTC_DATA_RT 20081118
9 MIGRATE_WSIL_711 Instance method Protected Method Migrates WSIL 7.11 20080229
10 PERSIST_WSIL_DATA Instance method Private Method Persist data in WSIL cache 20080229
11 _GET_MAX_VALUE_LENGTH_WSIL Static method Private Method Calculates the max value length for short values 20080229
Events
Class CL_SRT_WSP_CONFIG_RTC_CFG has no event.
Types
Class CL_SRT_WSP_CONFIG_RTC_CFG has no local type.
Method Signatures

Method CHECK_FRAMEWORK_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20060911
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060911

Method CHECK_SOAP_APPL_FOR_WSIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOAP_APPL_NAME Call by reference Type reference (TYPE) SRT_WSP_SOAP_APPL_NAME WSP name of the SOAP Application 20080229
2 Returning WSIL_RELEVANT Value transfer Type reference (TYPE) BOOLEAN 'X' = WSIL relevant; ' ' = not WSIL relevant 20080229
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080229

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FRAMEWORK_ID Call by reference Type reference (TYPE) SRT_WSP_FRAMEWORK_ID SRT config framework ID 20060911
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060911

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FRAMEWORK_ID Call by reference Type reference (TYPE) SRT_WSP_FRAMEWORK_ID SRT config framework ID 20060911
2 Returning RTC_WRITER Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_RTC_CFG configuration instance of runtime cache 20060911
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060911

Method EXISTS_FRAMEWORK_ID_BY_CFG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 Internal config key 20101215
2 Returning R_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=FW ID exists; space=otherwise 20101215

Method EXISTS_FRAMEWORK_ID_BY_CFG_KEY on class CL_SRT_WSP_CONFIG_RTC_CFG has no exception.

Method GET_BINDING_KEYS_BY_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BINDING_KEYS Value transfer Type reference (TYPE) SRT_WSP_BINDING_KEYS WSP table of binding keys 20060919
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20060919

Method GET_BINDING_KEYS_BY_CONFIG_KEY on class CL_SRT_WSP_CONFIG_RTC_CFG has no exception.

Method GET_FRAMEWORK_ID_BY_CFG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 Internal config key 20101215
2 Returning R_FW_ID Value transfer Type reference (TYPE) SRT_WSP_FRAMEWORK_ID SRT Configuration Framework ID 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20101215

Method MIGRATE_RTC_DATA_RT Signature

Method MIGRATE_RTC_DATA_RT on class CL_SRT_WSP_CONFIG_RTC_CFG has no parameter.
Method MIGRATE_RTC_DATA_RT on class CL_SRT_WSP_CONFIG_RTC_CFG has no exception.

Method MIGRATE_WSIL_711 Signature

Method MIGRATE_WSIL_711 on class CL_SRT_WSP_CONFIG_RTC_CFG has no parameter.
Method MIGRATE_WSIL_711 on class CL_SRT_WSP_CONFIG_RTC_CFG has no exception.

Method PERSIST_WSIL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDINGS Call by reference Type reference (TYPE) SRT_WSP_BINDING_ID_KEYS SRT table of Binding IDs and Binding Keys 20080229
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 Config Key 20080229
3 Importing CONFIG_STATE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_STATE WSP config state 20080229
4 Importing CONTEXT_TAB Call by reference Type reference (TYPE) SRT_WSP_SUBJECT_TAB WSP subject table for XML transf. (Don't change) 20080229
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080229

Method _GET_MAX_VALUE_LENGTH_WSIL Signature

Method _GET_MAX_VALUE_LENGTH_WSIL on class CL_SRT_WSP_CONFIG_RTC_CFG has no parameter.
Method _GET_MAX_VALUE_LENGTH_WSIL on class CL_SRT_WSP_CONFIG_RTC_CFG has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 710