SAP ABAP Class CL_UC_DE_TREE_NAV_GUI_WD (Additional Financial Data: Navigation Tree)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCFT (Package) SEM-BCS: Data Collection
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20040930
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_GUI_WD FinBasis Workbench: GUI Class for Web Dynpro 20040930
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_MENU_WD FinBasis Workbench: Menu / Toolbar in WebDynpro 20050405
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_VIEW_WD FinBasis Workbench: Communication WebDynpro - Data Class 20040930
Properties
Class CL_UC_DE_TREE_NAV_GUI_WD  
Short Description Additional Financial Data: Navigation Tree    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCFT   SEM-BCS: Data Collection 
Created 20040930   SAP 
Last change 20060208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 UCF6 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20040930
2 IF_UG_WB_GUI_WD FinBasis Workbench: GUI Class for Web Dynpro 20040930
3 IF_UG_WB_MENU_WD FinBasis Workbench: Menu / Toolbar in WebDynpro 20050405
4 IF_UG_WB_VIEW_WD FinBasis Workbench: Communication WebDynpro - Data Class 20040930
Friends
Class CL_UC_DE_TREE_NAV_GUI_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DF_DELETE_MD Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20050909
2 DF_INITIALIZE Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041105
3 DF_INTDE Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041005
4 DF_IS_EDIT Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041005
5 DO_CUST Instance attribute Private Object reference (TYPE REF TO) CL_UC_DE_TREE_NAV Additional Financial Data: Navigation Tree 20041005
6 DO_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_UC_MODEL Model (Metadata) 20050909
7 DO_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_WD_POPUP_TO_CONFIRM Web Dynpro: Interface for Confirmation Popup 20050909
8 DO_WINDOW Instance attribute Private Object reference (TYPE REF TO) IF_WD_WINDOW 20041007
9 DS_COI_SETT Instance attribute Private Type reference (TYPE) UCF_S_COI_GLOBAL_SETT C/I: Global Settings 20041005
10 DT_TREE_FACE Instance attribute Private Type reference (TYPE) T_FACE_ELEM 20041005
11 D_CHANGE_DISABLE Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041005
12 D_CREATE_DISABLE Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041005
13 D_DATATYPE Instance attribute Private Type reference (TYPE) UC_DATASTREAMTYPE Type of Data Stream in a Data Basis 20041005
14 D_DELETE_DISABLE Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041005
15 D_DISPLAY_DISABLE Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041005
16 D_NODE_ID Instance attribute Private Type reference (TYPE) UC_NID Surrogate ID for Hierarchy Node 20041007
17 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) IF_UG_WB_GUI_WD FinBasis Workbench: GUI Class for Web Dynpro 20041005
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20050304
2 GET_COI_SETTINGS Instance method Private Method 20041005
3 INITIALIZE_TREE Instance method Public Method 20041109
4 ONACTIONEXECUTE Instance method Public Method 20041005
5 ONACTIONPOPUP Instance method Public Method 20041005
6 SET_TREE_FACE Instance method Private Method 20041005
7 SUPPLY_COIAC Instance method Public Method 20041007
8 TREE_ADD_LEAVES Instance method Private Method 20050908
Events
Class CL_UC_DE_TREE_NAV_GUI_WD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CONTEXT Private See coding 20050908 begin of s_context, column1 TYPE string, column2 TYPE string, column3 TYPE string, column3_ TYPE string, column4 TYPE string, column5 TYPE string, column6 TYPE string, column7 TYPE string, column8 TYPE string, column9 TYPE string, column10 TYPE string, column11 TYPE string, column12 TYPE string, node TYPE string, parent TYPE string, is_expanded TYPE uc_flg, is_leaf TYPE uc_flg, end of s_context
2 S_FACE_ELEM Private See coding 20041005 begin of s_face_elem, datatype TYPE uc_datastreamtype, fname TYPE uc_fieldname, seqnr TYPE uc_seqnr, head TYPE uc_hier_heading, tooltyp TYPE uc_hier_heading, end of s_face_elem
3 T_CONTEXT Private See coding 20050908 t_context type standard table of s_context
4 T_FACE_ELEM Private See coding 20041005 t_face_elem type sorted table of s_face_elem with unique key datatype seqnr
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_COI_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE Meldungen 20041005

Method GET_COI_SETTINGS on class CL_UC_DE_TREE_NAV_GUI_WD has no exception.

Method INITIALIZE_TREE Signature

Method INITIALIZE_TREE on class CL_UC_DE_TREE_NAV_GUI_WD has no parameter.
Method INITIALIZE_TREE on class CL_UC_DE_TREE_NAV_GUI_WD has no exception.

Method ONACTIONEXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_WDUCOMM Call by reference Type reference (TYPE) STRING 20050405
2 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20050909
3 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Schnittstelle für die dynamische Verwendung von Knoten 20041115
4 Importing IO_VIEW_CONT Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20050909
5 Importing IO_WDEVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20041005

Method ONACTIONEXECUTE on class CL_UC_DE_TREE_NAV_GUI_WD has no exception.

Method ONACTIONPOPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Schnittstelle für die dynamische Verwendung von Knoten 20041005
2 Importing IO_WDEVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20041005

Method ONACTIONPOPUP on class CL_UC_DE_TREE_NAV_GUI_WD has no exception.

Method SET_TREE_FACE Signature

Method SET_TREE_FACE on class CL_UC_DE_TREE_NAV_GUI_WD has no parameter.
Method SET_TREE_FACE on class CL_UC_DE_TREE_NAV_GUI_WD has no exception.

Method SUPPLY_COIAC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Schnittstelle für die dynamische Verwendung von Knoten 20041007

Method SUPPLY_COIAC on class CL_UC_DE_TREE_NAV_GUI_WD has no exception.

Method TREE_ADD_LEAVES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CONTEXT Call by reference Type reference (TYPE) T_CONTEXT 20050908
2 Importing ID_PARENT Call by reference Type reference (TYPE) UC_NID Surrogatschlüssel für Hierarchieknoten 20050908
3 Importing ID_PARENT_ACQ Call by reference Type reference (TYPE) UC_NID Surrogatschlüssel für Hierarchieknoten 20050912
4 Importing IT_DE_TREE Call by reference Type reference (TYPE) UCF_TS_DE_ACTIVITY SEM-BCS: Zusatzmeldedaten Vorgänge mit Texte 20050908
5 Importing IT_REPUNITS Call by reference Type reference (TYPE) UC0_TS_VALUE Feldwerte 20050912

Method TREE_ADD_LEAVES on class CL_UC_DE_TREE_NAV_GUI_WD has no exception.
History
Last changed by/on SAP  20060208 
SAP Release Created in 600