SAP ABAP Class CL_HRPAD_ERD_DATATREE_NODE (Holds Data for ERD Project as Node)
Hierarchy
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
   PA-PA-DE (Application Component) Germany
     PBAS_ERD (Package) Employee-Related Data
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20091228
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRPAD_ERD_DATATREE_NODE_FLD Node Symbolizing Folder 20091228
2 Inheritance (c INHERITING FROM c_ref)  CL_HRPAD_ERD_DATATREE_NODE_KVP Key Value Pair Node for ERD 20091228
Properties
Class CL_HRPAD_ERD_DATATREE_NODE  
Short Description Holds Data for ERD Project as Node    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PBAS_ERD   Employee-Related Data 
Created 20090622   SAP 
Last change 20110809   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20091228
Friends
Class CL_HRPAD_ERD_DATATREE_NODE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_NODEID Instance attribute Private Type reference (TYPE) INT4 Natural Number 20091228
2 NODE_FOLDER Constant Public Type reference (TYPE) INT4 0 Natural Number 20091228
3 NODE_KEYVALUE Constant Public Type reference (TYPE) INT4 1 Natural Number 20091228
4 SV_CURRENT_NODEID Static Attribute Private Type reference (TYPE) INT4 1 Natural Number 20091228
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091228
2 GET_NODEKEY Instance method Public Method Returns Key of Node 20091228
3 GET_NODETYPE Instance method Public Method Returns Type of Node: Folder or Content 20091228
4 NEXT_NODEKEY Static method Public Method Increments Internal Key Counter 20091228
5 SET_NODEID Instance method Public Method Sets Key of This Node 20091228
Events
Class CL_HRPAD_ERD_DATATREE_NODE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NODE_LIST Public See coding 20091228 NODE_LIST TYPE standard TABLE OF REF TO CL_HRPAD_ERD_DATATREE_NODE
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_HRPAD_ERD_DATATREE_NODE has no parameter.
Method CONSTRUCTOR on class CL_HRPAD_ERD_DATATREE_NODE has no exception.

Method GET_NODEKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_KEY Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20091228

Method GET_NODEKEY on class CL_HRPAD_ERD_DATATREE_NODE has no exception.

Method GET_NODETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NODETYPE Value transfer Type reference (TYPE) INT4 1 = folder 2 = key value pair node 20091228

Method GET_NODETYPE on class CL_HRPAD_ERD_DATATREE_NODE has no exception.

Method NEXT_NODEKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_KEY Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20091228

Method NEXT_NODEKEY on class CL_HRPAD_ERD_DATATREE_NODE has no exception.

Method SET_NODEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEWID Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20091228

Method SET_NODEID on class CL_HRPAD_ERD_DATATREE_NODE has no exception.
History
Last changed by/on SAP  20110809 
SAP Release Created in