SAP ABAP Class CL_SRT_WSP_CFG_TEMPLATE (SRT: Configuration template)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_CFG_TEMPLATE Configuration template 20130304
Properties
Class CL_SRT_WSP_CFG_TEMPLATE  
Short Description SRT: Configuration template    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20130304   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 TSRTP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_CFG_TEMPLATE Configuration template 20130304
Friends
Class CL_SRT_WSP_CFG_TEMPLATE has no friend class.
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_CFG_TEMPLATE' 20130304
2 M_CFG_TEMPLATE_NAME_INT Instance attribute Private Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_NAME SRT: Configuration template name 20130304
3 M_EDIT_MODE_ALLOWED Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130304
4 M_PROPERTIES Instance attribute Private Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_PROP_TAB WSP Template Properties 20130304
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20130304
2 COPY_TEMPLATE Static method Public Method 20131105
3 CREATE_FROM_STRUCTURE Static method Public Method Creates a configuration template structure from an xml 20130606
4 CREATE_FROM_XML Static method Public Method Creates a configuration template structure from an xml 20130606
5 EXISTS Static method Public Method 20130304
6 GET_FF_PROPS Static method Public Method 20131105
7 GET_FF_PROPS_FOR_LP Static method Public Method 20131105
8 GET_FF_PROPS_FOR_WSDL Static method Public Method 20131105
9 IMPORT_2_STRUCTURE_FROM_XML Static method Public Method Creates a configuration template structure from an xml 20130606
10 INIT_FROM_DB Instance method Private Method 20130304
11 LIST Static method Public Method 20130304
12 LOCK Instance method Private Method Locks the configuration template 20130305
13 OPEN Static method Public Method 20130304
14 OPEN_READ_ONLY Static method Public Method 20130304
15 UNLOCK Instance method Private Method Unlocks the configuration template 20130305
Events
Class CL_SRT_WSP_CFG_TEMPLATE has no event.
Types
Class CL_SRT_WSP_CFG_TEMPLATE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALLOW_EDIT_MODE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130304
2 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_NAME SRT: Configuration template name 20130304
3 Importing PREDEFINED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20131105
4 Importing TYPE Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_TYPE SRT: Configuration template type 20130424
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130304

Method COPY_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE_NAME Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_NAME Name of the configuration template 20131105
2 Importing I_SOURCE_PREDEFINED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20131105
3 Importing I_TARGET_DESCRIPTION Call by reference Type reference (TYPE) SRT_WSP_CONFIG_DESCRIPTION WSP Configuration Description 20131105
4 Importing I_TARGET_NAME Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_NAME Name of the configuration template 20131105
5 Importing I_TYPE Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_TYPE Type of the configuration template 20131105
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20131105

Method CREATE_FROM_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CFG_TEMPLATE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CFG_TEMPLATE Configuration template 20130606
2 Importing CFG_TEMPLATE_STRUC Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_INFO_EXT SRT: Structure of configuration template with properties 20130606
3 Importing OVERWRITE_ALLOWED Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20130606
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130606

Method CREATE_FROM_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CFG_TEMPLATE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CFG_TEMPLATE Configuration template 20130606
2 Importing OVERWRITE_ALLOWED Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20130606
3 Importing XML_DOC Call by reference Type reference (TYPE) XSTRING 20130606
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130606

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXISTS Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130304
2 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_NAME SRT: Configuration template name 20130304
3 Importing PREDEFINED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20131105
4 Importing TYPE Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_TYPE SRT: Configuration template type 20130424

Method EXISTS on class CL_SRT_WSP_CFG_TEMPLATE has no exception.

Method GET_FF_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CFG_TMPL_TYPE Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_TYPE Type of the configuration template 20131105
2 Returning PROPERTIES_TAB Value transfer Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES Table of WSP Properties 20131105
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20131105

Method GET_FF_PROPS_FOR_LP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROPERTIES_TAB Value transfer Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES Table of WSP Properties 20131105
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20131105

Method GET_FF_PROPS_FOR_WSDL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROPERTIES_TAB Value transfer Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES Table of WSP Properties 20131105
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20131105

Method IMPORT_2_STRUCTURE_FROM_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CFG_TEMPLATE_STRUC Value transfer Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_INFO_EXT Configuration template 20130606
2 Importing XML_DOC Call by reference Type reference (TYPE) XSTRING 20130606
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130606

Method INIT_FROM_DB Signature

Method INIT_FROM_DB on class CL_SRT_WSP_CFG_TEMPLATE has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130304

Method LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CFG_TEMPLATE_LIST Value transfer Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_LIST SRT: Table of configuration templates 20130304
2 Importing MAX_HITS Call by reference Type reference (TYPE) SRT_AD_SEARCH_NUM_MAX_HITS SRT Advanced Search Maximum Number of Hits 20131105
3 Importing SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) SRT_WSP_AD_SEARCH_ATTRIBUTE_T SRT: Advanced Search Attributes 20131105

Method LIST on class CL_SRT_WSP_CFG_TEMPLATE has no exception.

Method LOCK Signature

Method LOCK on class CL_SRT_WSP_CFG_TEMPLATE has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130305

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CFG_TEMPLATE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CFG_TEMPLATE Configuration template 20130304
2 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_NAME SRT: Configuration template name 20130304
3 Importing PREDEFINED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20131105
4 Importing TYPE Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_TYPE SRT: Configuration template type 20130424
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130304

Method OPEN_READ_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CFG_TEMPLATE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CFG_TEMPLATE Configuration template 20130304
2 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_NAME SRT: Configuration template name 20130304
3 Importing PREDEFINED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20131105
4 Importing TYPE Call by reference Type reference (TYPE) SRT_WSP_CFG_TEMPLATE_TYPE SRT: Configuration template type 20130424
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130304

Method UNLOCK Signature

Method UNLOCK on class CL_SRT_WSP_CFG_TEMPLATE has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130305
History
Last changed by/on SAP  20140121 
SAP Release Created in 740