SAP ABAP Class CL_PS_HLP_GANTT_TREE (Gantt Tree Controller)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PS-ST (Application Component) Structures
     PS_HLP_MD (Package) Handling Large Projects:-Master Data
Properties
Class CL_PS_HLP_GANTT_TREE  
Short Description Gantt Tree Controller    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PS_HLP_MD   Handling Large Projects:-Master Data 
Created 20101122   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PS_HLP_GANTT_TREE has no forward declaration.
Interfaces
Class CL_PS_HLP_GANTT_TREE has no interface implemented.
Friends
Class CL_PS_HLP_GANTT_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_GANTT_TREE Instance attribute Private Type reference (TYPE) PSHLP_UI_GNTTCHRT_TREE_DATA_TT Gantt Tree: Table of Project Elements 20101122
2 MT_HIERARCHY Instance attribute Private Type reference (TYPE) PSHLP_HIER_TAB_TYP Table type for PS hierarchy 20101122
3 SC_FALSE_TXT Constant Public Type reference (TYPE) STRING 'FALSE' 20101208
4 SC_TRUE_TXT Constant Public Type reference (TYPE) STRING 'TRUE' 20101208
Methods
# Method Level Visibility Method type Description Created on
1 ARE_CHILDREN_LOADED Instance method Public Method 20101122
2 COLLAPSE_ROW Instance method Public Method 20101122
3 CONVERT_HLP_TREE2GANTT_TREE Instance method Private Method 20101122
4 EXPAND Instance method Public Method 20101122
5 EXPAND_ALL Instance method Public Method 20101122
6 GET_LOADED_TREE_ELEMENTS Instance method Public Method 20101122
7 GET_TOP_OBJECT Instance method Public Method 20101122
8 GET_VISIBLE_TREE_ELEMENTS Instance method Public Method 20101122
9 INITIALIZE Instance method Public Method 20101122
10 UPDATE_TEXTS Instance method Public Method 20110225
Events
Class CL_PS_HLP_GANTT_TREE has no event.
Types
Class CL_PS_HLP_GANTT_TREE has no local type.
Method Signatures

Method ARE_CHILDREN_LOADED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJ_EVENT Call by reference Type reference (TYPE) PSHLP_OBJ_EVENT_ST Identification of Object 20101122
2 Returning RV_CHILDREN_LOADED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101122

Method ARE_CHILDREN_LOADED on class CL_PS_HLP_GANTT_TREE has no exception.

Method COLLAPSE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_VISIBLE_TREE Call by reference Type reference (TYPE) PSHLP_UI_GNTTCHRT_TREE_DATA_TT Tree Data in Gantt Format 20110217
2 Importing IS_OBJ_EVENT Call by reference Type reference (TYPE) PSHLP_OBJ_EVENT_ST Identification of Object 20101122
3 Importing IV_COLLAPSE_ALL Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110217

Method COLLAPSE_ROW on class CL_PS_HLP_GANTT_TREE has no exception.

Method CONVERT_HLP_TREE2GANTT_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HLP_TREE Call by reference Type reference (TYPE) PSHLP_HIER_TAB_TYP Table type for PS hierarchy 20101122
2 Importing IV_INDEX_TO_START_INSERT Call by reference Type reference (TYPE) I 20101209
3 Importing IV_PARENT_GUID Call by reference Type reference (TYPE) J_OBJNR Object Number 20101122
4 Returning RT_GANTT_TREE Value transfer Type reference (TYPE) PSHLP_UI_GNTTCHRT_TREE_DATA_TT Gantt Tree: Table of Project Elements 20101122

Method CONVERT_HLP_TREE2GANTT_TREE on class CL_PS_HLP_GANTT_TREE has no exception.

Method EXPAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJ_EVENT Call by reference Type reference (TYPE) PSHLP_OBJ_EVENT_ST Identification of Object 20101122
2 Returning RT_HIERARCHY Value transfer Type reference (TYPE) PSHLP_HIER_TAB_TYP Gantt Tree: Table of Project Elements 20101122

Method EXPAND on class CL_PS_HLP_GANTT_TREE has no exception.

Method EXPAND_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEL_GUID Call by reference Type reference (TYPE) J_OBJNR Object Number 20101214
2 Returning RT_HIERARCHY Value transfer Type reference (TYPE) PSHLP_HIER_TAB_TYP Gantt Tree: Table of Project Elements 20101122

Method EXPAND_ALL on class CL_PS_HLP_GANTT_TREE has no exception.

Method GET_LOADED_TREE_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HIER Value transfer Type reference (TYPE) PSHLP_HIER_TAB_TYP Table type for PS hierarchy 20101122
2 Exporting ET_TREE_DATA Value transfer Type reference (TYPE) PSHLP_UI_GNTTCHRT_TREE_DATA_TT Gantt Tree: Table of Project Elements 20101122
3 Importing IV_LEVEL Call by reference Type reference (TYPE) SEU_LEVEL Node level 20101122

Method GET_LOADED_TREE_ELEMENTS on class CL_PS_HLP_GANTT_TREE has no exception.

Method GET_TOP_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_TOP_OBJECT Value transfer Type reference (TYPE) PSHLP_HIERARCHY_ST Hierarchy structure for PS 20101122

Method GET_TOP_OBJECT on class CL_PS_HLP_GANTT_TREE has no exception.

Method GET_VISIBLE_TREE_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_VIS_TREE Call by reference Type reference (TYPE) PSHLP_UI_GANTT_TREE_DATA_TT Gantt Tree: Table of Project Elements 20101122
2 Importing IS_PARENT Call by reference Type reference (TYPE) PSHLP_UI_GANTT_TREE_DATA_ST Gantt Tree: Project Element Data 20101122
3 Importing IT_TREE_ALL Call by reference Type reference (TYPE) PSHLP_UI_GANTT_TREE_DATA_TT Gantt Tree: Table of Project Elements 20101122

Method GET_VISIBLE_TREE_ELEMENTS on class CL_PS_HLP_GANTT_TREE has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GANTT_TREE Call by reference Type reference (TYPE) PSHLP_UI_GNTTCHRT_TREE_DATA_TT Gantt Tree: Table of Project Elements 20101208
2 Exporting ET_HIERARCHY Call by reference Type reference (TYPE) PSHLP_HIER_TAB_TYP Table type for PS hierarchy 20101208

Method INITIALIZE on class CL_PS_HLP_GANTT_TREE has no exception.

Method UPDATE_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_UPDATED_TEXTS Call by reference Type reference (TYPE) PSHLP_HIER_TAB_TYP Table of CO Object Numbers 20110301

Method UPDATE_TEXTS on class CL_PS_HLP_GANTT_TREE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 606