SAP ABAP Interface IF_RSBOLAP_DOM_READER (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 implementation (CLASS c. INTERFACES i_ref) | CL_RSBOLAP_DOM_READER | Deserializer | 20090831 |
Properties
| Interface | IF_RSBOLAP_DOM_READER | |
| Short Description | Deserializer |
General Data
| Package | RSBOLAP_GENERAL | Contains general objects for RSBOLAP |
| Created | 20090831 | SAP |
| Last changed | 20130531 | SAP |
| 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 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 3 | RSBOL | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSBOLAP_DOM_READER has no interface.
Friends
Interface IF_RSBOLAP_DOM_READER has no friend.
Attributes
Interface IF_RSBOLAP_DOM_READER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090831 | ||
| 2 | Instance method | Public | Method | 20090831 | ||
| 3 | Instance method | Public | Method | 20090831 | ||
| 4 | Instance method | Public | Method | 20090831 | ||
| 5 | Instance method | Public | Method | 20090831 | ||
| 6 | Instance method | Public | Method | 20090831 | ||
| 7 | Instance method | Public | Method | 20090831 | ||
| 8 | Instance method | Public | Method | 20090831 | ||
| 9 | Instance method | Public | Method | 20090831 | ||
| 10 | Instance method | Public | Method | 20090831 | ||
| 11 | Instance method | Public | Method | 20090831 | ||
| 12 | Instance method | Public | Method | 20090831 | ||
| 13 | Instance method | Public | Method | 20090831 | ||
| 14 | Instance method | Public | Method | 20090831 | ||
| 15 | Instance method | Public | Method | 20090907 |
Events
Interface IF_RSBOLAP_DOM_READER has no event.
Types
Interface IF_RSBOLAP_DOM_READER has no local type.
Method Signatures
Method CHILDREN_COMPLETED Signature
Method CHILDREN_COMPLETED on Interface IF_RSBOLAP_DOM_READER has no parameter.
Method CHILDREN_COMPLETED on Interface IF_RSBOLAP_DOM_READER has no exception.
Method FIRST_CHILD Signature
Method FIRST_CHILD on Interface IF_RSBOLAP_DOM_READER has no parameter.
Method FIRST_CHILD on Interface IF_RSBOLAP_DOM_READER has no exception.
Method GET_ATTRIBUTE_BOOLEAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20090831 | ||||
| 2 | R_VALUE | Value transfer | Type reference (TYPE) | RS_BOOL | 20090831 |
Method GET_ATTRIBUTE_BOOLEAN on Interface IF_RSBOLAP_DOM_READER has no exception.
Method GET_ATTRIBUTE_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20090831 | ||||
| 2 | R_VALUE | Value transfer | Type reference (TYPE) | I | 20090831 |
Method GET_ATTRIBUTE_INT on Interface IF_RSBOLAP_DOM_READER has no exception.
Method GET_ATTRIBUTE_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20090831 | ||||
| 2 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20090831 |
Method GET_ATTRIBUTE_STRING on Interface IF_RSBOLAP_DOM_READER has no exception.
Method GET_BOOLEAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_VALUE | Value transfer | Type reference (TYPE) | RS_BOOL | 20090831 |
Method GET_BOOLEAN on Interface IF_RSBOLAP_DOM_READER has no exception.
Method GET_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_VALUE | Value transfer | Type reference (TYPE) | I | 20090831 |
Method GET_INT on Interface IF_RSBOLAP_DOM_READER has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | STRING | 20090831 |
Method GET_NAME on Interface IF_RSBOLAP_DOM_READER has no exception.
Method GET_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20090831 |
Method GET_STRING on Interface IF_RSBOLAP_DOM_READER has no exception.
Method HAS_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20090831 | ||||
| 2 | R_HAS_ATTRIBUTE | Value transfer | Type reference (TYPE) | RS_BOOL | 20090831 |
Method HAS_ATTRIBUTE on Interface IF_RSBOLAP_DOM_READER has no exception.
Method HAS_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HAS_CHILDREN | Value transfer | Type reference (TYPE) | RS_BOOL | 20090831 |
Method HAS_CHILDREN on Interface IF_RSBOLAP_DOM_READER has no exception.
Method HAS_MORE_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HAS_MORE | Value transfer | Type reference (TYPE) | RS_BOOL | 20090831 |
Method HAS_MORE_ELEMENTS on Interface IF_RSBOLAP_DOM_READER has no exception.
Method NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HAS_NEXT | Value transfer | Type reference (TYPE) | RS_BOOL | 20090831 |
Method NEXT on Interface IF_RSBOLAP_DOM_READER has no exception.
Method RESTART Signature
Method RESTART on Interface IF_RSBOLAP_DOM_READER has no parameter.
Method RESTART on Interface IF_RSBOLAP_DOM_READER has no exception.
Method RESTART_CHILDREN Signature
Method RESTART_CHILDREN on Interface IF_RSBOLAP_DOM_READER has no parameter.
Method RESTART_CHILDREN on Interface IF_RSBOLAP_DOM_READER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |