SAP ABAP Class CL_SLIB_SAPF_OBJECTS (SAP Feature Objects)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SWSDLPP (Package) SIDL/SLIB Model and Serialization Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_EXTENSION 20060717
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NAMESPACE_DECL SLIB Namespace Declaration 20060712
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NODE SLIB Node 20060712
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NODE_ADMIN Administrative Access to slib_node 20060712
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NODE_COMPOSITE SLIB Composite Node 20060712
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_SAPF_FEATURE 20060713
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_SAPF_PROPERTY 20060713
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_SAPF_USE_FEATURE 20060713
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_FEATURE Characteristics of a SOAP Protocol 20060712
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_PROPERTY Characteristics of a SOAP Protocol 20060712
... Click here to see Used By full list (0 items)
Properties
Class CL_SLIB_SAPF_OBJECTS  
Short Description SAP Feature Objects    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWSDLPP   SIDL/SLIB Model and Serialization Framework 
Created 20060712   SAP 
Last change 20090618   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 IF_SLIB_SAPF_FACTORY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 SAPF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SWS11 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SLIB_EXTENSION 20060717
2 IF_SLIB_NAMESPACE_DECL SLIB Namespace Declaration 20060712
3 IF_SLIB_NODE SLIB Node 20060712
4 IF_SLIB_NODE_ADMIN Administrative Access to slib_node 20060712
5 IF_SLIB_NODE_COMPOSITE SLIB Composite Node 20060712
6 IF_SLIB_SAPF_FEATURE 20060713
7 IF_SLIB_SAPF_PROPERTY 20060713
8 IF_SLIB_SAPF_USE_FEATURE 20060713
9 IF_SOAP_FEATURE Characteristics of a SOAP Protocol 20060712
10 IF_SOAP_PROPERTY Characteristics of a SOAP Protocol 20060712
11 IF_SWSDL11_EXTENSION Extension Element 20060717
12 IF_SWSDL11_NODE WSDL 1.1. Node 20060717
13 IF_SXMLP_PART 20060719
14 IF_SXMLP_PART_ABSTRACT Abstract SXML/SXMLP Part 20060719
15 IF_SXML_SERIALIZABLE SXML Serializable Interface 20060719
Friends
# Friend Modeled only Created on Description
1 CL_SLIB_SAPF_DESERIALIZER 20060713 SAP Feature Deserializer
2 CL_SLIB_SAPF_FACTORY 20060712 SAP Feature Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CLONEABLE_FLAG Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20060719
2 M_FACTORY Instance attribute Protected Object reference (TYPE REF TO) IF_SLIB_SAPF_FACTORY SAP Feature Factory 20060712
3 M_FEAT_PROPS Instance attribute Private Type reference (TYPE) SOAP_PROPERTY_LIST All Corresponding Properties 20060712
4 M_LOCK_FLAG Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20060712
5 M_NAMESPACE_URI Instance attribute Protected Type reference (TYPE) ANYURI Any URI 20060712
6 M_NODE_TYPE Instance attribute Protected Type reference (TYPE) I 20060712
7 M_NSDECL_TABLE Instance attribute Protected Type reference (TYPE) TSLIB_NAMESPACE SLIB Namespace Declarations 20060719
8 M_PARENT Instance attribute Protected Object reference (TYPE REF TO) IF_SLIB_NODE SLIB Node 20060712
9 M_PROP_ALLOWED_VALUES Instance attribute Private Type reference (TYPE) SOAP_VALUE_LIST All Permitted Values 20060712
10 M_PROP_CONFIGURED_VALUES Instance attribute Private Type reference (TYPE) SOAP_VALUE_LIST Currently Configured Values 20060712
11 M_RECEIVED_FLAG Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE ABAP_FALSE; for Initial Templates Only 20060719
12 M_REGISTRY Instance attribute Protected Object reference (TYPE REF TO) IF_SIDL_REGISTRY Extension Registry 20060712
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20060712
2 EXCEPTION_IF_LOCKED Instance method Protected Method 20060712
3 SET_FACTORY Instance method Public Method 20060712
4 SET_FEATURE_KEY Instance method Protected Method 20060712
5 SET_FEATURE_METADATA Instance method Protected Method 20060712
6 SET_FEATURE_PROPERTIES Instance method Protected Method 20060713
7 SET_PROPERTY_ALLOWED_VALUES Instance method Protected Method 20060713
8 SET_PROPERTY_CONFIGURED_VALUES Instance method Protected Method 20060713
9 SET_PROPERTY_KEY Instance method Protected Method 20060712
10 SET_PROPERTY_METADATA Instance method Protected Method 20060712
11 SET_REGISTRY Instance method Public Method 20060712
12 SET_USE_FEATURE_REF Instance method Protected Method 20060712
Events
Class CL_SLIB_SAPF_OBJECTS has no event.
Types
Class CL_SLIB_SAPF_OBJECTS 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 NODE_TYPE Call by reference Type reference (TYPE) I 20060712

Method CONSTRUCTOR on class CL_SLIB_SAPF_OBJECTS has no exception.

Method EXCEPTION_IF_LOCKED Signature

Method EXCEPTION_IF_LOCKED on class CL_SLIB_SAPF_OBJECTS has no parameter.
# Exception Resumable Description Created on
1 CX_SLIB SLIB Exceptions 20060712

Method SET_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FACTORY Call by reference Object reference (TYPE REF TO) IF_SLIB_SAPF_FACTORY Policy Factory 20060712

Method SET_FACTORY on class CL_SLIB_SAPF_OBJECTS has no exception.

Method SET_FEATURE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) QNAME any URI 20060718
2 Importing NAME Call by reference Type reference (TYPE) STRING 20060712

Method SET_FEATURE_KEY on class CL_SLIB_SAPF_OBJECTS has no exception.

Method SET_FEATURE_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METADATA Call by reference Type reference (TYPE) IF_SLIB_SAPF_FACTORY=>T_FEAT_METADATA 20060712

Method SET_FEATURE_METADATA on class CL_SLIB_SAPF_OBJECTS has no exception.

Method SET_FEATURE_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) SOAP_PROPERTY_LIST Liste von SOAP Properties 20060713

Method SET_FEATURE_PROPERTIES on class CL_SLIB_SAPF_OBJECTS has no exception.

Method SET_PROPERTY_ALLOWED_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALLOWED_VALUES Call by reference Type reference (TYPE) SOAP_VALUE_LIST mögliche Werte des Property 20060713

Method SET_PROPERTY_ALLOWED_VALUES on class CL_SLIB_SAPF_OBJECTS has no exception.

Method SET_PROPERTY_CONFIGURED_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIGURED_VALUES Call by reference Type reference (TYPE) SOAP_VALUE_LIST aktuell konfigurierte Werte 20060713

Method SET_PROPERTY_CONFIGURED_VALUES on class CL_SLIB_SAPF_OBJECTS has no exception.

Method SET_PROPERTY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20060712

Method SET_PROPERTY_KEY on class CL_SLIB_SAPF_OBJECTS has no exception.

Method SET_PROPERTY_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METADATA Call by reference Type reference (TYPE) IF_SLIB_SAPF_FACTORY=>T_PROP_METADATA 20060712

Method SET_PROPERTY_METADATA on class CL_SLIB_SAPF_OBJECTS has no exception.

Method SET_REGISTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REGISTRY Call by reference Object reference (TYPE REF TO) IF_SIDL_REGISTRY Extension Registry 20060712

Method SET_REGISTRY on class CL_SLIB_SAPF_OBJECTS has no exception.

Method SET_USE_FEATURE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REF_NAME Call by reference Type reference (TYPE) STRING 20060712
2 Importing REF_NAMESPACE Call by reference Type reference (TYPE) ANYURI any URI 20060717

Method SET_USE_FEATURE_REF on class CL_SLIB_SAPF_OBJECTS has no exception.
Meta Relationship - Using (full list)
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_EXTENSION 20060717
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NAMESPACE_DECL SLIB Namespace Declaration 20060712
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NODE SLIB Node 20060712
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NODE_ADMIN Administrative Access to slib_node 20060712
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NODE_COMPOSITE SLIB Composite Node 20060712
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_SAPF_FEATURE 20060713
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_SAPF_PROPERTY 20060713
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_SAPF_USE_FEATURE 20060713
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_FEATURE Characteristics of a SOAP Protocol 20060712
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_PROPERTY Characteristics of a SOAP Protocol 20060712
11 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWSDL11_EXTENSION Extension Element 20060717
12 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWSDL11_NODE WSDL 1.1. Node 20060717
13 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXMLP_PART 20060719
14 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXMLP_PART_ABSTRACT Abstract SXML/SXMLP Part 20060719
15 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXML_SERIALIZABLE SXML Serializable Interface 20060719
History
Last changed by/on SAP  20090618 
SAP Release Created in 710