SAP ABAP Class CL_RSAWBN_TREE_MODEL_HISTORY (Tree Back-End History)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-AWB (Application Component) Data Warehousing Workbench
⤷
RSAWBN (Package) Data Warehousing Workbench
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSAWBN_TREE_MODEL | Tree Back-End | 20121123 |
Properties
| Class | CL_RSAWBN_TREE_MODEL_HISTORY | |
| Short Description | Tree Back-End History | |
| Super Class | CL_RSAWBN_TREE_MODEL | Tree Back-End |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSAWBN | Data Warehousing Workbench |
| Created | 20121123 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSAWBN_TREE_MODEL_HISTORY has no forward declaration.
Interfaces
Class CL_RSAWBN_TREE_MODEL_HISTORY has no interface implemented.
Friends
Class CL_RSAWBN_TREE_MODEL_HISTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TY_TH_ACTION | Action on DWB object | 20121126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130905 | ||
| 2 | Instance method | Public | Method | 20121203 |
Events
Class CL_RSAWBN_TREE_MODEL_HISTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ACTION | Public | See coding | 20121126 | BEGIN OF ty_s_action,
nodeid TYPE rsshnodeid,
fcode TYPE ui_func,
uzeit type SYUZEIT,
END OF ty_s_action
|
||
| 2 | TY_TH_ACTION | Public | See coding | 20121126 | ty_th_action type HASHED TABLE OF ty_s_action WITH UNIQUE KEY nodeid
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSAWBN_TREE_MODEL_HISTORY has no parameter.
Method CONSTRUCTOR on class CL_RSAWBN_TREE_MODEL_HISTORY has no exception.
Method GET_EXECUTED_FCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODEID | Call by reference | Type reference (TYPE) | RSSHNODEID | Technical Node ID of Node in Hierarchy | 20121203 | |||
| 2 | RE_FCODE | Value transfer | Type reference (TYPE) | UI_FUNC | Function code | 20121203 |
Method GET_EXECUTED_FCODE on class CL_RSAWBN_TREE_MODEL_HISTORY has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |