SAP ABAP Class IF_BICS_NODE_TYPE (Node Type Selector Layer)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BICS_ATTR_CONTAINER Attribute Container 20110609
2 Interface composition (i COMPRISING i_ref)  IF_BICS_EVENT_SOURCE Basis Event Source 20100120
3 Interface composition (i COMPRISING i_ref)  IF_BICS_IOBJ InfoObject Selector Layer 20100120
4 Interface composition (i COMPRISING i_ref)  IF_BICS_IOBJ_MEMBER_ACCESSOR Access Object for Attributes 20100120
5 Interface composition (i COMPRISING i_ref)  IF_BICS_MD_ATTR_CONTAINER Attribute Container MD Layer 20110609
6 Interface composition (i COMPRISING i_ref)  IF_BICS_MD_IOBJ InfoObject MD Layer 20100120
7 Interface composition (i COMPRISING i_ref)  IF_BICS_OBJECT Root Object for BICS Entities 20100120
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
Class IF_BICS_NODE_TYPE  
Short Description Node Type Selector Layer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100120   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_BICS_NODE_TYPE has no interface implemented.
Friends
Class IF_BICS_NODE_TYPE has no friend class.
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
Class IF_BICS_NODE_TYPE has no method.
Events
Class 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