SAP ABAP Class CL_FCC_VAL_TREE (Display Dependencies)
Hierarchy
FCCO (Software Component) Financial Closing Cockpit 200
   CA-GTF-FCC (Application Component) Financial Closing cockpit Add-on
     FCC_CLOSING (Package) Financial Closing Cockpit - SAPGUI and backend
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_ALV_TREE ALV Tree Control 20110611
Properties
Class CL_FCC_VAL_TREE  
Short Description Display Dependencies    
Super Class CL_GUI_ALV_TREE ALV Tree Control 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FCC0    
Program status     
Category 0   
Package FCC_CLOSING   Financial Closing Cockpit - SAPGUI and backend 
Created 20110611   SAP 
Last change 20141107    
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 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FCC_VAL_TREE has no interface implemented.
Friends
Class CL_FCC_VAL_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CHANGE_MODE Instance attribute Private Type reference (TYPE) I Changes Allowed or not 20110611
2 M_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20110611
3 M_DRAG_BEHAVIOUR Instance attribute Private Object reference (TYPE REF TO) CL_DRAGDROP Behavior for Drag and Drop 20110611
4 M_EDIT Instance attribute Public Object reference (TYPE REF TO) CL_FCC_CFC Enhancement of CFC 20110611
5 M_FIRST_INIT_DONE Instance attribute Private Type reference (TYPE) I First_Init_Done 20110611
6 M_IS_VISIBLE Instance attribute Private Type reference (TYPE) CHAR1 20110611
7 M_NODE Instance attribute Public Object reference (TYPE REF TO) CL_FCC_NODE Node Element 20110611
8 M_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar 20110611
9 M_VALS Instance attribute Public Type reference (TYPE) FCC_IVAL_OUT Save Values 20110611
10 SM_ICON_MINUS Constant Private Type reference (TYPE) TV_IMAGE '@P6@' Area Not More Closely Defined, Possibly Used for Patchlevels 20110611
11 SM_ICON_PLUS Constant Private Type reference (TYPE) TV_IMAGE '@P8@' Area Not More Closely Defined, Possibly Used for Patchlevels 20110611
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TOOLBAR_BUTTON Instance method Private Method Modify Toolbar 20110611
2 BUILD_FIELDCATALOG Instance method Private Method Create Field Catalog 20110611
3 BUILD_HEADER Instance method Private Method Generate Header 20110611
4 BUILD_HTML_HEADER Instance method Private Method Create HTML Header 20110611
5 CONSTRUCTOR Instance method Public Constructor Constructor 20110611
6 CREATE_DISPLAY_ITEM Instance method Private Method Non-Recursive Method to Create a Node 20110611
7 DISPLAY_DEP Instance method Private Method Fill Tree Control 20110611
8 GET_CHANGE_MODE Instance method Private Method Return of is_change_mode 20110611
9 GET_DOM_NAME Instance method Private Method Return Domain Name 20110611
10 GET_NODE Instance method Private Method Determine CNode 20110611
11 HANDLE_ACTIVATED Instance method Private Event handling method 20110611
12 HANDLE_DEF_CTX_MNU_REQ Instance method Private Event handling method Default Context Menu 20110611
13 HANDLE_DEF_CTX_MNU_SEL Instance method Private Event handling method DEFAULT_CONTEXT_MENU_SELECT 20110611
14 HANDLE_FUNCTION_SELECTED Instance method Private Event handling method HANDLE_FUNCTION_SELECTED 20110611
15 HANDLE_ITEM_CM_REQ Instance method Private Event handling method Before Context Menu to Item 20110611
16 HANDLE_ITEM_CM_SEL Instance method Private Event handling method Context Menu f. Item Clicked 20110611
17 HANDLE_ITEM_DOUBLE_CLICKED Instance method Private Event handling method React to Double-Clicked Events 20110611
18 HANDLE_LOAD_DATA Instance method Private Event handling method React to load data event 20110611
19 HANDLE_REFRESH Instance method Private Event handling method Reload 20110611
20 HANDLE_SET_CHANGE_MODE Instance method Private Event handling method Set Change Mode or not 20110611
21 HANDLE_STORE_DATA Instance method Private Event handling method React to the Save Event 20110611
22 ON_DELETE_ITEM Instance method Private Event handling method Triggered by Deletion of a Node 20110611
23 ON_NEW_VAL Instance method Private Method Insert New Value 20110611
24 REGISTER_EVENTS Instance method Private Method Register Events 20110611
25 SET_DATA_CHANGED Instance method Private Method 20110611
26 SET_HEADER_INFO Instance method Private Method For HTML Header 20110611
27 SET_NODE Instance method Private Method Set M_Node 20110611
28 UPDATE_CONTROL Instance method Public Method After Loading or Recreating a Profile 20110611
Events
Class CL_FCC_VAL_TREE has no event.
Types
Class CL_FCC_VAL_TREE has no local type.
Method Signatures

Method ADD_TOOLBAR_BUTTON Signature

Method ADD_TOOLBAR_BUTTON on class CL_FCC_VAL_TREE has no parameter.
Method ADD_TOOLBAR_BUTTON on class CL_FCC_VAL_TREE has no exception.

Method BUILD_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20110611

Method BUILD_FIELDCATALOG on class CL_FCC_VAL_TREE has no exception.

Method BUILD_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PHEADER Call by reference Type reference (TYPE) TREEV_HHDR Tree Control: Eigenschaften des Hierarchie Headers 20110611

Method BUILD_HEADER on class CL_FCC_VAL_TREE has no exception.

Method BUILD_HTML_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PT_LIST_COMMENTARY Call by reference Type reference (TYPE) SLIS_T_LISTHEADER 20110611

Method BUILD_HTML_HEADER on class CL_FCC_VAL_TREE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20110611
2 Importing PCNODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611
3 Importing PEDIT Call by reference Object reference (TYPE REF TO) CL_FCC_CFC Erweiterung v. CFC 20110611

Method CONSTRUCTOR on class CL_FCC_VAL_TREE has no exception.

Method CREATE_DISPLAY_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PCNODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Abhängigkeitsobjekt 20110611

Method CREATE_DISPLAY_ITEM on class CL_FCC_VAL_TREE has no exception.

Method DISPLAY_DEP Signature

Method DISPLAY_DEP on class CL_FCC_VAL_TREE has no parameter.
Method DISPLAY_DEP on class CL_FCC_VAL_TREE has no exception.

Method GET_CHANGE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PCHANGEABLE Value transfer Type reference (TYPE) I 20110611

Method GET_CHANGE_MODE on class CL_FCC_VAL_TREE has no exception.

Method GET_DOM_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PNAME Value transfer Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20110611
2 Importing PORGTYPE Call by reference Type reference (TYPE) FCC_ORGTYPE Strukturdatetyp f. FastClose 20110611

Method GET_DOM_NAME on class CL_FCC_VAL_TREE has no exception.

Method GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PCNODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611
2 Importing PNKEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20110611

Method GET_NODE on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_ACTIVATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE_CONTAINER Call by reference Attribute reference (LIKE) 20110611

Method HANDLE_ACTIVATED on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_DEF_CTX_MNU_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MENU Call by reference Attribute reference (LIKE) 20110611

Method HANDLE_DEF_CTX_MNU_REQ on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_DEF_CTX_MNU_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20110611

Method HANDLE_DEF_CTX_MNU_SEL on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20110611

Method HANDLE_FUNCTION_SELECTED on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_ITEM_CM_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20110611
2 Importing MENU Call by reference Attribute reference (LIKE) 20110611
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20110611

Method HANDLE_ITEM_CM_REQ on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_ITEM_CM_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20110611
2 Importing FIELDNAME Value transfer Attribute reference (LIKE) 20110611
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20110611

Method HANDLE_ITEM_CM_SEL on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_ITEM_DOUBLE_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODES Value transfer Attribute reference (LIKE) 20110611

Method HANDLE_ITEM_DOUBLE_CLICKED on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_LOAD_DATA Signature

Method HANDLE_LOAD_DATA on class CL_FCC_VAL_TREE has no parameter.
Method HANDLE_LOAD_DATA on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_REFRESH Signature

Method HANDLE_REFRESH on class CL_FCC_VAL_TREE has no parameter.
Method HANDLE_REFRESH on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_SET_CHANGE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHANGE_MODE Call by reference Attribute reference (LIKE) 20110611

Method HANDLE_SET_CHANGE_MODE on class CL_FCC_VAL_TREE has no exception.

Method HANDLE_STORE_DATA Signature

Method HANDLE_STORE_DATA on class CL_FCC_VAL_TREE has no parameter.
Method HANDLE_STORE_DATA on class CL_FCC_VAL_TREE has no exception.

Method ON_DELETE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_BASIC_NODE Value transfer Attribute reference (LIKE) Basisknoten 20110611

Method ON_DELETE_ITEM on class CL_FCC_VAL_TREE has no exception.

Method ON_NEW_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_JUST_DISPLAY Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20110611
2 Importing PNKEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20110611

Method ON_NEW_VAL on class CL_FCC_VAL_TREE has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_FCC_VAL_TREE has no parameter.
Method REGISTER_EVENTS on class CL_FCC_VAL_TREE has no exception.

Method SET_DATA_CHANGED Signature

Method SET_DATA_CHANGED on class CL_FCC_VAL_TREE has no parameter.
Method SET_DATA_CHANGED on class CL_FCC_VAL_TREE has no exception.

Method SET_HEADER_INFO Signature

Method SET_HEADER_INFO on class CL_FCC_VAL_TREE has no parameter.
Method SET_HEADER_INFO on class CL_FCC_VAL_TREE has no exception.

Method SET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PCNODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method SET_NODE on class CL_FCC_VAL_TREE has no exception.

Method UPDATE_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PCNODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method UPDATE_CONTROL on class CL_FCC_VAL_TREE has no exception.
History
Last changed by/on SAP  20141107 
SAP Release Created in 607