SAP ABAP Class J_3RF_REP_HIER_OBJ (Object of the xml hierarchy)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | J_3RF_REP_ATTRIBUTE | Attribute for XML reporting hierarchy | 20120112 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | J_3RF_REP_DBQ | Database query class for xml reports hier | 20120112 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | J_3RF_REP_FOEV | Functions for formula evaluation over reports | 20120625 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | J_3RF_REP_INCOND | Inclusion criteria holder | 20120201 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | J_3RF_REP_OBJECT | Node object for xml reporting hier | 20120112 |
Properties
| Class | J_3RF_REP_HIER_OBJ | |
| Short Description | Object of the xml hierarchy | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120112 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class J_3RF_REP_HIER_OBJ has no forward declaration.
Interfaces
Class J_3RF_REP_HIER_OBJ has no interface implemented.
Friends
Class J_3RF_REP_HIER_OBJ has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'J_3RF_REP_ATTRIBUTE' | 20120113 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'J_3RF_REP_ATTRSEL' | 20120130 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'J_3RF_REP_DBQ' | 20120113 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'J_3RF_REP_FOEV' | 20120713 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'J_3RF_REP_OBJECT' | 20120113 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'J_3RF_REP_OBJSEL' | 20120118 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'J_3RF_REP_INCCRIT' | 20120118 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Export this element to XSD tree | 20121213 | |
| 2 | Instance method | Public | Method | Gets class method of the implementing object | 20120113 | |
| 3 | Instance method | Public | Method | Get stored hierarchy | 20120112 | |
| 4 | Instance method | Public | Method | Get parent object for this object | 20120112 | |
| 5 | Instance method | Public | Method | Name of the object, if avaialbe | 20120321 | |
| 6 | Instance method | Public | Method | Get XPath for this object | 20120321 | |
| 7 | Instance method | Public | Method | Set hierarchy | 20120112 | |
| 8 | Instance method | Public | Method | Set parent object for this object | 20120112 |
Events
Class J_3RF_REP_HIER_OBJ has no event.
Types
Class J_3RF_REP_HIER_OBJ has no local type.
Method Signatures
Method EXPORT_XSD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | XML Document in DOM Representation | 20121213 | |||
| 2 | IN_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | Element of an XML Document | 20121213 |
Method EXPORT_XSD on class J_3RF_REP_HIER_OBJ has no exception.
Method GET_CLASS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUT_CLASS_NAME | Value transfer | Type reference (TYPE) | STRING | 20120113 |
Method GET_CLASS_NAME on class J_3RF_REP_HIER_OBJ has no exception.
Method GET_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUT_HIERARCHY | Value transfer | Object reference (TYPE REF TO) | J_3RF_REPORT | Main object for xml report hierarchy | 20120112 |
Method GET_HIERARCHY on class J_3RF_REP_HIER_OBJ has no exception.
Method GET_PARENT_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUT_ROOT_OBJECT | Value transfer | Object reference (TYPE REF TO) | J_3RF_REP_HIER_OBJ | Object of the xml hierarchy | 20120112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object not found in hierarchy | 20120207 |
Method GET_SELF_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUT_NAME | Value transfer | Type reference (TYPE) | STRING | 20120321 |
Method GET_SELF_NAME on class J_3RF_REP_HIER_OBJ has no exception.
Method GET_XPATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUT_XPATH | Value transfer | Type reference (TYPE) | STRING | 20120321 |
Method GET_XPATH on class J_3RF_REP_HIER_OBJ has no exception.
Method SET_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_HIERARCHY | Call by reference | Object reference (TYPE REF TO) | J_3RF_REPORT | Main object for xml report hierarchy | 20120112 |
Method SET_HIERARCHY on class J_3RF_REP_HIER_OBJ has no exception.
Method SET_PARENT_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ROOT_OBJECT | Call by reference | Object reference (TYPE REF TO) | J_3RF_REP_HIER_OBJ | Object of the xml hierarchy | 20120112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Superclass for All System Exceptions | 20120112 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |