SAP ABAP Class CL_SRT_WSP_PROPERTY_LIST (WSP Property List)
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_PROPERTY_LIST WSP Property List 20041018
Properties
Class CL_SRT_WSP_PROPERTY_LIST  
Short Description WSP Property List    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class SRT_WSP    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20041018   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRT_WSP_PROPERTY_LIST has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_PROPERTY_LIST WSP Property List 20041018
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_PROPERTY 20120718 WSP Property
2 CL_SRT_WSP_SUBJECT_CONTEXT 20120718 WSP Subject Context
3 CL_SRT_WSP_SUBJECT_ROOT 20120718 WSP Subject Root 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_PROPERTY_SET' class name 20041018
2 M_ALLOWED_PROPERTIES Instance attribute Private Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES table of WSP properties 20041119
3 M_ALL_PROPERTIES Instance attribute Private Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES table of WSP properties 20050216
4 M_CONTEXT Instance attribute Private Object reference (TYPE REF TO) CL_SRT_WSP_SUBJECT_CONTEXT WSP subject context 20050214
5 M_FEATURE_FACTORY Instance attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_FEATURE_FACTORY WSP Feature factory 20041018
6 M_PROPERTIES Instance attribute Private Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES table of WSP properties 20041018
7 M_SUBJECT Instance attribute Private Object reference (TYPE REF TO) CL_SRT_WSP_SUBJECT_ROOT WSP subject root class 20050214
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ALLOWED_PROPERTY Instance method Protected Method Adds Allowed Property 20041119
2 CHECK_CARDINALITY Instance method Private Method Check the cardinality for all properties 20060426
3 CHECK_CARD_FOR_NEW_PROPERTY Instance method Private Method Check the cardinality for a new property 20060425
4 CONSTRUCTOR Instance method Public Constructor Constructor 20041018
5 CREATE_PROPERTY_LIST Static method Protected Method Creates Instance of this Class 20041018
6 GET_CONTEXT Instance method Protected Method Returns the current subject context 20050215
7 GET_PROPERTY_LIST_STRUC Instance method Protected Method Returns the property list as a structure 20050616
8 HAS_CHANGED Instance method Private Method The property list has changed 20050520
9 PROPERTY_HAS_CHANGED Instance method Protected Method A property has changed 20050520
10 SET_ALLOWED_PROPERTIES Instance method Protected Method Sets Allowed Properties 20041119
11 SET_EDIT_MODE Instance method Protected Method Sets Edit Mode 20041118
12 SET_PROPERTY_LIST_FROM_STRUC Instance method Protected Method Sets the property list from the property list structure 20050519
13 SORT_PROPERTIES Static method Private Method Sorts Property Set by Property ID 20050211
Events
Class CL_SRT_WSP_PROPERTY_LIST has no event.
Types
Class CL_SRT_WSP_PROPERTY_LIST has no local type.
Method Signatures

Method ADD_ALLOWED_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_PROPERTY WSP property 20041119
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20041209

Method CHECK_CARDINALITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_VALID Value transfer Type reference (TYPE) BOOLEAN Valid = 'X'; Invalid = ' ' 20061026
2 Exporting MESSAGES Value transfer Type reference (TYPE) SOAP_ERROR_INFO_LIST Liste von SOAP Framework-Fehlern 20061026
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060426

Method CHECK_CARD_FOR_NEW_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_PROPERTY WSP property 20060425
2 Returning RESULT Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20060425
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060425

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SUBJECT Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_SUBJECT_ROOT WSP subject root class 20050214
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20041209

Method CREATE_PROPERTY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROPERTY_LIST Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_PROPERTY_LIST WSP property list 20041018
2 Importing SUBJECT Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_SUBJECT_ROOT WSP subject root class 20050214
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20041209

Method GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTEXT Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_SUBJECT_CONTEXT WSP subject context 20050215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20050215

Method GET_PROPERTY_LIST_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROPERTY_LIST_STRUC Value transfer Type reference (TYPE) SRT_WSP_PROPERTY_LIST_STRUC WSP property list structure for XML transf. (Don't change) 20050616
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20050616

Method HAS_CHANGED Signature

Method HAS_CHANGED on class CL_SRT_WSP_PROPERTY_LIST has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20050520

Method PROPERTY_HAS_CHANGED Signature

Method PROPERTY_HAS_CHANGED on class CL_SRT_WSP_PROPERTY_LIST has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20050520

Method SET_ALLOWED_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTIES Call by reference Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES table of WSP properties 20041119
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20041209

Method SET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing READ_ONLY Call by reference Type reference (TYPE) BOOLEAN Read only = 'X'; Read/write = '' 20041118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20041209

Method SET_PROPERTY_LIST_FROM_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IGNORE_UNKNOWN_PROPERTIES Call by reference Type reference (TYPE) BOOLEAN 'X' = Ignores unknown properties 20120718
2 Importing PROPERTY_LIST_STRUC Value transfer Type reference (TYPE) SRT_WSP_PROPERTY_LIST_STRUC WSP property list structure for XML transf. (Don't change) 20050519
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20050519

Method SORT_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SORTED Value transfer Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES table of WSP properties 20050211
2 Importing UNSORTED Call by reference Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES table of WSP properties 20050211
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20050211
History
Last changed by/on SAP  20130531 
SAP Release Created in 700