SAP ABAP Interface IF_BICS_LEVEL (Hierarchy Level)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_SELECTOR (Package) BW BICS Consumer Selector

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_LEVEL | Hierarchy Level | 20100323 |
Properties
Interface | IF_BICS_LEVEL | |
Short Description | Hierarchy Level |
General Data
Package | BW_BICS_CONSUMER_SELECTOR | BW BICS Consumer Selector |
Created | 20100323 | 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 | IF_BICS_MD_IOBJ | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | IF_BICS_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_BICS_LEVEL has no interface.
Friends
Interface IF_BICS_LEVEL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_LEVEL_NUMBER | Instance attribute | Public | Type reference (TYPE) | TN_LEVEL_NUMBER | Level Number | 20100323 | ||
2 | N_LEVEL_TEXT | Instance attribute | Public | Type reference (TYPE) | IF_BICS_OBJECT=>TN_TEXT | Object Text | 20100323 | ||
3 | N_R_HIERARCHY | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BICS_HIERARCHY | Hierarchy Selector Layer | 20100323 | ||
4 | N_VISIBLE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Visibility of the Level | 20100323 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Read Nodes on the Level | 20100323 |
2 | ![]() |
Instance method | Public | Method | Set Visibility of the Level | 20100323 |
Events
Interface IF_BICS_LEVEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_LEVEL_NUMBER | Public | Type reference (TYPE) | INT2 | Level Number | 20100323 |
|
2 | TN_S_LEVEL | Public | See coding | Structure of This Type | 20100323 | BEGIN OF tn_s_level,
level_text TYPE if_bics_object=>tn_text,
level_number TYPE tn_level_number,
ref TYPE REF TO if_bics_level,
END OF tn_s_level
|
|
3 | TN_TS_LEVEL | Public | See coding | 20100323 | tn_ts_level TYPE SORTED TABLE OF tn_s_level
WITH UNIQUE KEY level_number
|
Method Signatures
Method GET_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_NODE_CONTAINER | Value transfer | Object reference (TYPE REF TO) | IF_BICS_IOBJ_MEMBER_CONTAINER | Behälter für (einen oder mehrere) Knoten | 20100408 |
Method GET_NODES on Interface IF_BICS_LEVEL has no exception.
Method SET_VISIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VISIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Default: auf Sichtbar schalten | 20100323 |
Method SET_VISIBLE on Interface IF_BICS_LEVEL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |