SAP ABAP Interface IF_FBS_HIERARCHY_TYPES (Hierarchy Handler)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-GL-GL (Application Component) Basic Functions
⤷
FBS_SE_GLMASTER_REPLCTN (Package) Services for Proxies
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | IF_FBS_HIERARCHY_TYPES | |
| Short Description | Hierarchy Handler |
General Data
| Package | FBS_SE_GLMASTER_REPLCTN | Services for Proxies |
| Created | 20090721 | SAP |
| Last changed | 20100310 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_FBS_HIERARCHY_TYPES has no forward declaration.
Interfaces
Interface IF_FBS_HIERARCHY_TYPES has no interface.
Friends
Interface IF_FBS_HIERARCHY_TYPES has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_NODE_TYPE_BCS | Constant | Public | Type reference (TYPE) | SEU_TYPE | 'X' | Public | 20090721 | |
| 2 | C_NODE_TYPE_POS | Constant | Public | Type reference (TYPE) | SEU_TYPE | 'P' | Public | 20090721 | |
| 3 | C_NODE_TYPE_ROOT | Constant | Public | Type reference (TYPE) | SEU_TYPE | 'R' | Public | 20090721 |
Methods
Interface IF_FBS_HIERARCHY_TYPES has no method.
Events
Interface IF_FBS_HIERARCHY_TYPES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_EDGE | Public | See coding | 20090721 | BEGIN OF ts_edge ,
parent TYPE ergsl,
nextn TYPE ergsl,
END OF ts_edge
|
||
| 2 | TS_NODE_EXT | Public | See coding | 20090721 | BEGIN OF ts_node_ext.
INCLUDE TYPE fbs_s_ext_hier_struc.
TYPES: root TYPE ergsl,
END OF ts_node_ext
|
||
| 3 | TT_NODE_EXT | Public | See coding | 20090721 | tt_node_ext TYPE SORTED TABLE OF ts_node_ext
WITH UNIQUE KEY item
WITH NON-UNIQUE SORTED KEY nextn COMPONENTS edge-nextn
WITH NON-UNIQUE SORTED KEY parent COMPONENTS edge-parent
|
||
| 4 | T_HRCY_VERSN | Public | Type reference (TYPE) | FAGL_011PC-VERSN | Financial Statement Version | 20090725 | |
| 5 | T_NODE_ID | Public | Type reference (TYPE) | ERGSL | 20090721 | |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |