SAP ABAP Interface IF_BICS_NODE_TYPE (Node Type Selector Layer)
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 composition (i COMPRISING i_ref) | IF_BICS_QV_NODE_TYPE | Node Type QV Layer | 20100121 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_NODE_TYPE | Node Type | 20100322 |
Properties
Interface | IF_BICS_NODE_TYPE | |
Short Description | Node Type Selector Layer |
General Data
Package | BW_BICS_CONSUMER_SELECTOR | BW BICS Consumer Selector |
Created | 20100120 | SAP |
Last changed | 20140121 | 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_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BICS_ATTR_CONTAINER | Attribute Container | 20110609 | ||
2 | IF_BICS_EVENT_SOURCE | Basis Event Source | 20100120 | ||
3 | IF_BICS_IOBJ | InfoObject Selector Layer | 20100120 | ||
4 | IF_BICS_IOBJ_MEMBER_ACCESSOR | Access Object for Attributes | 20100120 | ||
5 | IF_BICS_MD_ATTR_CONTAINER | Attribute Container MD Layer | 20110609 | ||
6 | IF_BICS_MD_IOBJ | InfoObject MD Layer | 20100120 | ||
7 | IF_BICS_OBJECT | Root Object for BICS Entities | 20100120 |
Friends
Interface IF_BICS_NODE_TYPE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IS_REST_NODE_TYPE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Rest Node | 20110203 | ||
2 | N_CR_INITIAL_NODE_TYPE | Constant | Public | Object reference (TYPE REF TO) | IF_BICS_NODE_TYPE | IS INITIAL | Initial Node Type | 20110721 | |
3 | N_TS_NODE_TYPE | Instance attribute | Public | Type reference (TYPE) | TN_TS_NODE_TYPE | 20100322 |
Methods
Interface IF_BICS_NODE_TYPE has no method.
Events
Interface IF_BICS_NODE_TYPE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_ID | Public | Type reference (TYPE) | IF_BICS_OBJECT=>TN_ID | Node Type ID | 20100326 |
|
2 | TN_NAME | Public | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name of Node Type | 20100326 |
|
3 | TN_S_NODE_TYPE | Public | See coding | Node Type | 20100322 | BEGIN OF tn_s_node_type,
name TYPE if_bics_object=>tn_name,
id TYPE if_bics_object=>tn_id,
ref TYPE REF TO if_bics_node_type,
END OF tn_s_node_type
|
|
4 | TN_TS_NODE_TYPE | Public | See coding | Sorted Table of Node Types | 20100322 | tn_ts_node_type TYPE SORTED TABLE OF tn_s_node_type
WITH UNIQUE KEY name
WITH UNIQUE HASHED KEY hash_key
COMPONENTS id
|
|
5 | TN_T_NODE_TYPE | Public | See coding | 20100421 | tn_t_node_type TYPE standard table of tn_s_node_type
WITH default key
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 730 |