SAP ABAP Interface IF_RSBOLAP_STATE_SERIALIZER (Status Serializer/Deserializer)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSBOLAP_GENERAL (Package) Contains general objects for RSBOLAP
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_LIST_QUERY_VIEW List-Based View of a Query 20111031
2 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_MD_SELECTOR MD Selector 20120224
3 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_QUERY_VIEW_BASE View on a Query - Basis Interface 20111109
4 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_QV_INTERNAL Query View 20111109
5 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_SELECTOR Selector Interface 20090831
6 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_SELECTOR_BASE Selector Interface 20090907
7 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_SELECTOR_INTERNAL Selector 20120309
8 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_SO_INTERNAL Selection Object 20111109
9 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_SO_SELECTION Selection 20090903
10 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_VARIABLE_CONTAINER Variable Container 20090831
... Click here to see Used By full list (15 items)
Properties
Interface IF_RSBOLAP_STATE_SERIALIZER  
Short Description Status Serializer/Deserializer    
General Data
Package RSBOLAP_GENERAL   Contains general objects for RSBOLAP 
Created 20090831   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_RSBOLAP_STATE_SERIALIZER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBOLAP_STATE_DOM_READER Object reads status from XML 20090831
2 IF_RSBOLAP_STATE_DOM_WRITER Object writes status to XML 20090831
Friends
Interface IF_RSBOLAP_STATE_SERIALIZER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DOM_ACTIVE Constant Public Type reference (TYPE) STRING 'ACTIVE' 20090831
2 DOM_ATTRIBUTE_ALTERNATIVE_NAME Constant Public Type reference (TYPE) STRING 'alternativeName' 20090831
3 DOM_ATTRIBUTE_INDEX Constant Public Type reference (TYPE) STRING 'index' 20090831
4 DOM_ATTRIBUTE_NAME Constant Public Type reference (TYPE) STRING 'name' 20090831
5 DOM_ATTRIBUTE_SIZE Constant Public Type reference (TYPE) STRING 'size' 20090831
6 DOM_ATTRIBUTE_SYSTEM_ALIAS Constant Public Type reference (TYPE) STRING 'systemAlias' 20090831
7 DOM_ATTRIBUTE_TEXT Constant Public Type reference (TYPE) STRING 'text' 20090831
8 DOM_ATTRIBUTE_TYPE Constant Public Type reference (TYPE) STRING 'type' 20090831
9 DOM_ATTRIBUTE_VALUE Constant Public Type reference (TYPE) STRING 'value' 20090831
10 DOM_ATTRIBUTE_VALUE_TYPE Constant Public Type reference (TYPE) STRING 'valueType' 20090831
11 DOM_CUSTOMER_EXIT Constant Public Type reference (TYPE) STRING 'CUSTOMER_EXIT' 20090831
12 DOM_CUSTOMER_EXITS Constant Public Type reference (TYPE) STRING 'CUSTOMER_EXITS' 20090831
13 DOM_CUSTOM_PARAMETERS Constant Public Type reference (TYPE) STRING 'CUSTOM_PARAMETERS' 20090831
14 DOM_FALSE Constant Public Type reference (TYPE) STRING 'false' 20090831
15 DOM_JAVA_EXCEPTION Constant Public Type reference (TYPE) STRING 'JAVA_EXCEPTION' 20090831
16 DOM_NAMESPACE Constant Public Type reference (TYPE) STRING 'NAMESPACE' 20090831
17 DOM_OBJECT Constant Public Type reference (TYPE) STRING 'OBJECT' 20090831
18 DOM_OBJECT_LIST Constant Public Type reference (TYPE) STRING 'OBJECT_LIST' 20090831
19 DOM_SERVICE_DESCRIPTION Constant Public Type reference (TYPE) STRING 'SERVICE_DESCRIPTION' 20090831
20 DOM_SYSTEM_ALIAS Constant Public Type reference (TYPE) STRING 'SYSTEM_ALIAS' 20090831
21 DOM_TRUE Constant Public Type reference (TYPE) STRING 'true' 20090831
22 DOM_VALUE Constant Public Type reference (TYPE) STRING 'VALUE' 20090831
23 DOM_VALUE_TYPE Constant Public Type reference (TYPE) STRING 'VALUE_TYPE' 20090831
24 XML_MODE_ADD_META_DATA Constant Public Type reference (TYPE) RSBOLAP_BIT_LIST 4 20090831
25 XML_MODE_OMIT_WHITE_SPACE Constant Public Type reference (TYPE) RSBOLAP_BIT_LIST 2 20090831
26 XML_MODE_OMIT_XML_DECLARATION Constant Public Type reference (TYPE) RSBOLAP_BIT_LIST 1 20090831
27 XML_MODE_RESTRICT_TO_SUPP_INFO Constant Public Type reference (TYPE) RSBOLAP_BIT_LIST 8 20090831
Methods
# Method Level Visibility Method type Description Created on
1 GET_STATE Instance method Public Method Create Complex Status Structure 20120209
2 GET_STATE_XML Instance method Public Method Create Status XML 20090831
3 READ_STATE_FROM_DOM Instance method Public Method 20090831
4 SET_STATE Instance method Public Method Set Status with Complex Structure 20120209
5 SET_STATE_BY_XML Instance method Public Method Set Status with XML 20090831
6 SUPPORTS_SET_STATE Instance method Public Method Is status setting supported? 20090831
7 WRITE_STATE_INTO_DOM Instance method Public Method 20090831
Events
Interface IF_RSBOLAP_STATE_SERIALIZER has no event.
Types
Interface IF_RSBOLAP_STATE_SERIALIZER has no local type.
Method Signatures

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SX_STATE Value transfer Type reference (TYPE) BICS_PROV_STATE 20120209

Method GET_STATE on Interface IF_RSBOLAP_STATE_SERIALIZER has no exception.

Method GET_STATE_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_XML Call by reference Type reference (TYPE) XSTRING 20090831
2 Exporting E_XML_STRING Call by reference Type reference (TYPE) STRING 20090831
3 Importing I_MODE Call by reference Type reference (TYPE) RSBOLAP_BIT_LIST Bit Leiste 20091125

Method GET_STATE_XML on Interface IF_RSBOLAP_STATE_SERIALIZER has no exception.

Method READ_STATE_FROM_DOM Signature

Method READ_STATE_FROM_DOM on Interface IF_RSBOLAP_STATE_SERIALIZER has no parameter.
Method READ_STATE_FROM_DOM on Interface IF_RSBOLAP_STATE_SERIALIZER has no exception.

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SX_STATE Call by reference Type reference (TYPE) BICS_PROV_STATE 20120209
2 Returning R_CHANGED Value transfer Type reference (TYPE) RS_BOOL 20120209

Method SET_STATE on Interface IF_RSBOLAP_STATE_SERIALIZER has no exception.

Method SET_STATE_BY_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_XML Call by reference Type reference (TYPE) XSTRING Option 1 20090831
2 Importing I_XML_STRING Call by reference Type reference (TYPE) STRING Option 2 20090831

Method SET_STATE_BY_XML on Interface IF_RSBOLAP_STATE_SERIALIZER has no exception.

Method SUPPORTS_SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUPPORTED Value transfer Type reference (TYPE) RS_BOOL Boolean 20090831

Method SUPPORTS_SET_STATE on Interface IF_RSBOLAP_STATE_SERIALIZER has no exception.

Method WRITE_STATE_INTO_DOM Signature

Method WRITE_STATE_INTO_DOM on Interface IF_RSBOLAP_STATE_SERIALIZER has no parameter.
Method WRITE_STATE_INTO_DOM on Interface IF_RSBOLAP_STATE_SERIALIZER has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_LIST_QUERY_VIEW List-Based View of a Query 20111031
2 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_MD_SELECTOR MD Selector 20120224
3 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_QUERY_VIEW_BASE View on a Query - Basis Interface 20111109
4 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_QV_INTERNAL Query View 20111109
5 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_SELECTOR Selector Interface 20090831
6 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_SELECTOR_BASE Selector Interface 20090907
7 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_SELECTOR_INTERNAL Selector 20120309
8 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_SO_INTERNAL Selection Object 20111109
9 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_SO_SELECTION Selection 20090903
10 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_VARIABLE_CONTAINER Variable Container 20090831
11 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_VAR_CONTAINER_INT Internal Interface for the Variables Container 20090904
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBOLAP_SELECTION Selection 20090903
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBOLAP_SELECTOR_BASE Basis for Selection Objects 20090831
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBOLAP_VARIABLE_CHAR_VALUE Variables with Characteristic Values 20090907
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBOLAP_VARIABLE_CONTAINER Data Area 20090831
History
Last changed by/on SAP  20130531 
SAP Release Created in 730