SAP ABAP Class CL_FCC_DEP_TREE (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_DEP_TREE  
Short Description 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 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FCC_DEP_TREE has no interface implemented.
Friends
Class CL_FCC_DEP_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_PREDECESSOR_TYPE Constant Private Type reference (TYPE) CHAR1 'P' Single-Character Flag 20111107
2 C_SUCCESSOR_TYPE Constant Private Type reference (TYPE) CHAR1 'S' Single-Character Flag 20111107
3 MD_LOCK_UPDATE Instance attribute Private Type reference (TYPE) XFELD Checkbox 20110611
4 MR_DEP_TREE_CACHE Instance attribute Private Object reference (TYPE REF TO) CL_FCC_DEP_TREE_CACHE Root of Cache Tree 20111107
5 MT_BUFFER_SCM Instance attribute Private See coding SCMA Buffer 20111107
6 MT_EXPANDED_LINE Instance attribute Private Type reference (TYPE) FCC_T_DEP_PATH_ID Hashed table of fcc_dep_path_id 20110927
7 MT_ITEMS_STATUS Instance attribute Private Type reference (TYPE) FCC_PATH_ITEMS Expand.. to Restore Selection 20110926
8 MT_SELECTED_LINE Instance attribute Private Type reference (TYPE) FCC_T_DEP_PATH_ID Hashed table of fcc_dep_path_id 20110927
9 M_ACTIVE_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Cache current active container 20110722
10 M_BUFFER_ACT Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20111107
11 M_CHANGE_MODE Instance attribute Private Type reference (TYPE) I Changes Allowed or not 20110611
12 M_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20110611
13 M_DEPS Instance attribute Private Type reference (TYPE) FCC_PATH_ITEMS ITAB 20110611
14 M_DEP_TO_EXPAND Instance attribute Private Object reference (TYPE REF TO) CL_FCC_DEPENDENCY Predecessor or Successor to expand 20110722
15 M_DRAG_BEHAVIOUR Instance attribute Private Object reference (TYPE REF TO) CL_DRAGDROP Behavior for Drag and Drop 20110611
16 M_EDIT Instance attribute Private Object reference (TYPE REF TO) CL_FCC_CFC Enhancement of CFC 20110611
17 M_FIRST_INIT_DONE Instance attribute Private Type reference (TYPE) I First_Init_Done 20110611
18 M_IS_VISIBLE Instance attribute Private Type reference (TYPE) CHAR1 20110611
19 M_ITEMS Instance attribute Private Type reference (TYPE) FCC_ITEMS 20110611
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TOOLBAR_BUTTON Instance method Private Method Add and Change Toolbar Button 20120210
2 APPEND_SEL_EXP_ITEM Instance method Private Method Save to a table if the item was selected or expanded 20110629
3 BUILD_DEP_CACHE_TREE Instance method Private Method 20111108
4 BUILD_FIELDCATALOG Instance method Private Method Create Field Catalog 20110611
5 BUILD_HEADER Instance method Private Method Generate Header 20110611
6 CHOOSE_DEPENDENCY_TYPE Instance method Private Method Choose Dependency Type 20110630
7 CONSTRUCTOR Instance method Public Constructor Constructor 20110611
8 CREATE_DISPLAY_FOLD_PRE_SUC Instance method Private Method Create predecessor or successor folder 20110627
9 CREATE_DISPLAY_ITEM Instance method Private Method Create Output Tree for a Task 20110628
10 CREATE_DISPLAY_ITEM_INTERNAL Instance method Private Method Add a tree node for item to display 20110611
11 CREATE_DISPLAY_ITEM_PRE_SUC Instance method Private Method Add a tree node for dependency item to display 20110627
12 CREATE_DISP_ITEM_RECURSIVELY Instance method Private Method Create dependency tree item recursively 20110627
13 CREATE_ITEM_DEPENDENCIES Instance method Private Method Create predecessor or successor folder and items 20111107
14 CREATE_ROOT_ITEM Instance method Private Method Create Root Node 20110611
15 DISPLAY_DEP Instance method Private Method Fill Tree Control 20110611
16 EXPAND_ITEM Instance method Private Method 20120117
17 EXPAND_PRE_SUC_TASK Instance method Private Method Expand pre suc folder 20110722
18 GET_CHANGE_MODE Instance method Public Method Return of is_change_mode 20110611
19 GET_SEL_DEP Instance method Private Method Determine Dependency Object for a Node 20110611
20 GET_SEL_DEPS Instance method Private Method Determine Dependency Object for a Node 20110611
21 HANDLE_ACTIVATED Instance method Private Event handling method 20110611
22 HANDLE_DATA_CHANGE_BEGIN Instance method Private Event handling method 20110611
23 HANDLE_DATA_CHANGE_FINISHED Instance method Private Event handling method 20110611
24 HANDLE_DEP_HOTSPOT_CLICK Instance method Private Event handling method React to Expand_PRE_SUC_TASK 20110726
25 HANDLE_DROP Instance method Private Event handling method Handle Drop 20110611
26 HANDLE_EXPAND_NC Instance method Private Event handling method Event handler when expanding a node without children 20111107
27 HANDLE_HEADER_CHANGED Instance method Private Event handling method React to Event Header_Changed 20110611
28 HANDLE_ITEM_DOUBLE_CLICKED Instance method Private Event handling method React to Double-Clicked Events 20110611
29 HANDLE_LOAD_DATA Instance method Private Event handling method React to load data event 20110611
30 HANDLE_NODE_CM_REQ Instance method Private Event handling method Before Context Menu for Tree Appears 20110611
31 HANDLE_NODE_CM_SEL Instance method Private Event handling method Context Menu f. Node -> Selected 20110611
32 HANDLE_NODE_DOUBLE_CLICK Instance method Private Event handling method Double-Clicks on Nodes 20110611
33 HANDLE_REFRESH Instance method Private Event handling method Reload 20110611
34 HANDLE_SET_CHANGE_MODE Instance method Private Event handling method Set Change Mode or not 20110611
35 HANDLE_STORE_DATA Instance method Private Event handling method React to the Save Event 20110611
36 INITIALLIZE_DEP_TREE_CACHE Instance method Private Method 20111109
37 INITIAL_DISPLAY Instance method Private Method Initial Display 20120210
38 INSERT_DEPENDENCIES Instance method Private Method 20111109
39 NEW_PATH_ID Instance method Private Method 20110927
40 ON_CHANGE_ITEM Instance method Private Event handling method Triggered by Deletion of a Node 20110611
41 ON_DELETE_ITEM Instance method Private Event handling method Triggered by Deletion of a Node 20110611
42 REFRESH_DISPLAY_ITEM Instance method Private Method Non-Recursive Method to Create a Node 20110611
43 REGISTER_EVENTS Instance method Private Method Register Events 20110611
44 SET_DATA_CHANGED Instance method Private Method 20110611
45 UPDATE_CONTROL Instance method Public Method After Loading or Recreating a Profile 20110611
Events
Class CL_FCC_DEP_TREE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LT_SCMATREED Public See coding buffer for table scmatreed 20110922 lt_scmatreed TYPE SORTED TABLE OF scmatreed WITH NON-UNIQUE KEY profile node_id
Method Signatures

Method ADD_TOOLBAR_BUTTON Signature

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

Method APPEND_SEL_EXP_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXP Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20110629
2 Changing CT_SEL Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20110629
3 Importing IR_DEP Call by reference Object reference (TYPE REF TO) CL_FCC_DEPENDENCY Dependency Object 20110629
4 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20110629
5 Importing IS_PATH_ITEM Call by reference Type reference (TYPE) FCC_PATH_ITEM Path + TFC_ITEM 20110927
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20110629

Method APPEND_SEL_EXP_ITEM on class CL_FCC_DEP_TREE has no exception.

Method BUILD_DEP_CACHE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DEP Call by reference Object reference (TYPE REF TO) CL_FCC_DEPENDENCY Dependency Object 20111108
2 Importing IR_PARENT_NODE Call by reference Object reference (TYPE REF TO) CL_FCC_DEP_TREE_CACHE Cache for Dependency Tree Display 20111108

Method BUILD_DEP_CACHE_TREE on class CL_FCC_DEP_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_DEP_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_DEP_TREE has no exception.

Method CHOOSE_DEPENDENCY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) CHAR1 Single-Character Indicator 20110630

Method CHOOSE_DEPENDENCY_TYPE on class CL_FCC_DEP_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 PCITEMS Call by reference Type reference (TYPE) FCC_ITEMS Knotenelement 20110611
3 Importing PEDIT Call by reference Object reference (TYPE REF TO) CL_FCC_APPLICATION_FRAME Erweiterung v. CFC 20110611

Method CONSTRUCTOR on class CL_FCC_DEP_TREE has no exception.

Method CREATE_DISPLAY_FOLD_PRE_SUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXP Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20110629
2 Changing CT_SEL Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20110629
3 Changing CV_NEW_PATH_ID Call by reference Type reference (TYPE) FCC_DEP_PATH_ID Path ID for dependency 20110927
4 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20110627
5 Importing IR_NODE_CACHE Call by reference Object reference (TYPE REF TO) CL_FCC_DEP_TREE_CACHE Cache for Dependency Tree Display 20111107
6 Importing IV_DEP_TYPE Call by reference Type reference (TYPE) I 20110627
7 Importing IV_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20110627
8 Importing IV_PARENT_PATH_ID Call by reference Type reference (TYPE) FCC_DEP_PATH_ID Path ID for dependency 20110927
9 Changing RV_NKEY Value transfer Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20110627

Method CREATE_DISPLAY_FOLD_PRE_SUC on class CL_FCC_DEP_TREE has no exception.

Method CREATE_DISPLAY_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXP Call by reference Type reference (TYPE) LVC_T_NKEY 20110628
2 Changing CT_SEL Call by reference Type reference (TYPE) LVC_T_NKEY 20110628
3 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX 20110628
4 Importing IR_NODE_CACHE Call by reference Object reference (TYPE REF TO) CL_FCC_DEP_TREE_CACHE Cache for Dependency Tree Display 20111107
5 Importing IV_AS_PARENT Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20111108
6 Importing PARENTNODE Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20110628

Method CREATE_DISPLAY_ITEM on class CL_FCC_DEP_TREE has no exception.

Method CREATE_DISPLAY_ITEM_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXP Call by reference Type reference (TYPE) LVC_T_NKEY 20110611
2 Changing CT_SEL Call by reference Type reference (TYPE) LVC_T_NKEY 20110611
3 Changing CV_NEW_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20110629
4 Changing CV_NEW_PATH_ID Call by reference Type reference (TYPE) FCC_DEP_PATH_ID Path ID for dependency 20110927
5 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX 20110611
6 Importing IR_NODE_CACHE Call by reference Object reference (TYPE REF TO) CL_FCC_DEP_TREE_CACHE Cache for Dependency Tree Display 20111107
7 Importing I_STATUS_FROM_DB Value transfer Type reference (TYPE) XFELD ' ' Status aus der DB aktualisieren? 20110611
8 Importing PARENTNODE Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20110611

Method CREATE_DISPLAY_ITEM_INTERNAL on class CL_FCC_DEP_TREE has no exception.

Method CREATE_DISPLAY_ITEM_PRE_SUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXP Call by reference Type reference (TYPE) LVC_T_NKEY 20110627
2 Changing CT_SEL Call by reference Type reference (TYPE) LVC_T_NKEY 20110627
3 Changing CV_NKEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20110629
4 Importing IR_DEP Call by reference Object reference (TYPE REF TO) CL_FCC_DEPENDENCY 20110627
5 Importing IR_NODE_CACHE Call by reference Object reference (TYPE REF TO) CL_FCC_DEP_TREE_CACHE Cache for Dependency Tree Display 20111107
6 Importing IV_DEP_PATH_ID Call by reference Type reference (TYPE) FCC_DEP_PATH_ID Path ID for dependency 20110927
7 Importing IV_HAS_CHILDREN Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20111107
8 Importing IV_PARENTNODE Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20110627
9 Importing IV_STATUS_FROM_DB Value transfer Type reference (TYPE) XFELD ' ' Refresh Status from Database? 20110627

Method CREATE_DISPLAY_ITEM_PRE_SUC on class CL_FCC_DEP_TREE has no exception.

Method CREATE_DISP_ITEM_RECURSIVELY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXP Call by reference Type reference (TYPE) LVC_T_NKEY 20110627
2 Changing CT_SEL Call by reference Type reference (TYPE) LVC_T_NKEY 20110627
3 Importing IR_DEP Call by reference Object reference (TYPE REF TO) CL_FCC_DEPENDENCY 20110627
4 Importing IR_NODE_CACHE Call by reference Object reference (TYPE REF TO) CL_FCC_DEP_TREE_CACHE Cache for Dependency Tree Display 20111107
5 Importing IV_AS_PARENT Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20111108
6 Importing IV_PARENTNODE Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20110627
7 Importing IV_PARENT_PATH_ID Call by reference Type reference (TYPE) FCC_DEP_PATH_ID Path ID for dependency 20110927
8 Importing IV_STATUS_FROM_DB Value transfer Type reference (TYPE) XFELD ' ' Refresh Status from Database? 20110627

Method CREATE_DISP_ITEM_RECURSIVELY on class CL_FCC_DEP_TREE has no exception.

Method CREATE_ITEM_DEPENDENCIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXP Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20111107
2 Changing CT_SEL Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20111107
3 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20111107
4 Importing IR_NODE_CACHE Call by reference Object reference (TYPE REF TO) CL_FCC_DEP_TREE_CACHE Cache for Dependency Tree Display 20111107
5 Importing IV_DEP_TYPE Call by reference Type reference (TYPE) I 20111107
6 Importing IV_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20111107
7 Importing IV_PARENT_PATH_ID Call by reference Type reference (TYPE) FCC_DEP_PATH_ID Path ID for dependency 20111107

Method CREATE_ITEM_DEPENDENCIES on class CL_FCC_DEP_TREE has no exception.

Method CREATE_ROOT_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NKEY Value transfer Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20110611

Method CREATE_ROOT_ITEM on class CL_FCC_DEP_TREE has no exception.

Method DISPLAY_DEP Signature

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

Method EXPAND_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20120117
2 Importing IS_PATH_ITEM Call by reference Type reference (TYPE) FCC_PATH_ITEM Path + TFC_ITEM 20120117
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20120117

Method EXPAND_ITEM on class CL_FCC_DEP_TREE has no exception.

Method EXPAND_PRE_SUC_TASK Signature

Method EXPAND_PRE_SUC_TASK on class CL_FCC_DEP_TREE has no parameter.
Method EXPAND_PRE_SUC_TASK on class CL_FCC_DEP_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_DEP_TREE has no exception.

Method GET_SEL_DEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DEP Call by reference Object reference (TYPE REF TO) CL_FCC_DEPENDENCY 20110611
2 Exporting ER_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Knotenelement 20110611
3 Exporting ER_ROOT_NODE Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX 20110611
4 Exporting ES_PATH_ITEM Call by reference Type reference (TYPE) FCC_PATH_ITEM Path + TFC_ITEM 20110927
5 Importing ID_NODE Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20110611

Method GET_SEL_DEP on class CL_FCC_DEP_TREE has no exception.

Method GET_SEL_DEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20110611
2 Exporting ET_DEP Call by reference Type reference (TYPE) FCC_DEPENDENCIES ITAB zu CDEPENDENCY 20110611
3 Exporting ET_ITEMS Call by reference Type reference (TYPE) FCC_ITEMS Knotenelement 20110611

Method GET_SEL_DEPS on class CL_FCC_DEP_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 Value transfer Attribute reference (LIKE) 20110611

Method HANDLE_ACTIVATED on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_DATA_CHANGE_BEGIN Signature

Method HANDLE_DATA_CHANGE_BEGIN on class CL_FCC_DEP_TREE has no parameter.
Method HANDLE_DATA_CHANGE_BEGIN on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_DATA_CHANGE_FINISHED Signature

Method HANDLE_DATA_CHANGE_FINISHED on class CL_FCC_DEP_TREE has no parameter.
Method HANDLE_DATA_CHANGE_FINISHED on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_DEP_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DEP Value transfer Attribute reference (LIKE) 20110726
2 Importing IR_ITEM Value transfer Attribute reference (LIKE) 20110726
3 Importing SENDER Value transfer Attribute reference (LIKE) 20110726

Method HANDLE_DEP_HOTSPOT_CLICK on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_DROP Signature

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

Method HANDLE_DROP on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_EXPAND_NC Signature

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

Method HANDLE_EXPAND_NC on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_HEADER_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HDR Value transfer Attribute reference (LIKE) 20110611
2 Importing IS_HDR_OLD Value transfer Attribute reference (LIKE) 20110611
3 Importing IS_INSTANCE Value transfer Attribute reference (LIKE) 20110611
4 Importing IS_INSTANCE_OLD Value transfer Attribute reference (LIKE) 20110611

Method HANDLE_HEADER_CHANGED on class CL_FCC_DEP_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 IR_DEP Value transfer Attribute reference (LIKE) 20110721
2 Importing IT_ITEMS Value transfer Attribute reference (LIKE) 20110611
3 Importing IT_NODES Value transfer Attribute reference (LIKE) 20110611
4 Importing SENDER Value transfer Attribute reference (LIKE) 20110611

Method HANDLE_ITEM_DOUBLE_CLICKED on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_LOAD_DATA Signature

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

Method HANDLE_LOAD_DATA on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_NODE_CM_REQ Signature

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

Method HANDLE_NODE_CM_REQ on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_NODE_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 NODE_KEY Value transfer Attribute reference (LIKE) 20110611

Method HANDLE_NODE_CM_SEL on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

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

Method HANDLE_NODE_DOUBLE_CLICK on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_REFRESH Signature

Method HANDLE_REFRESH on class CL_FCC_DEP_TREE has no parameter.
Method HANDLE_REFRESH on class CL_FCC_DEP_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 Value transfer Attribute reference (LIKE) 20110611

Method HANDLE_SET_CHANGE_MODE on class CL_FCC_DEP_TREE has no exception.

Method HANDLE_STORE_DATA Signature

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

Method HANDLE_STORE_DATA on class CL_FCC_DEP_TREE has no exception.

Method INITIALLIZE_DEP_TREE_CACHE Signature

Method INITIALLIZE_DEP_TREE_CACHE on class CL_FCC_DEP_TREE has no parameter.
Method INITIALLIZE_DEP_TREE_CACHE on class CL_FCC_DEP_TREE has no exception.

Method INITIAL_DISPLAY Signature

Method INITIAL_DISPLAY on class CL_FCC_DEP_TREE has no parameter.
Method INITIAL_DISPLAY on class CL_FCC_DEP_TREE has no exception.

Method INSERT_DEPENDENCIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DEP Call by reference Object reference (TYPE REF TO) CL_FCC_DEPENDENCY Dependency Object 20111109
2 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20111109
3 Importing IS_PATH_ITEM Call by reference Type reference (TYPE) FCC_PATH_ITEM Path + TFC_ITEM 20111109
4 Importing IT_ITEMS Call by reference Type reference (TYPE) FCC_ITEMS Item table 20111109

Method INSERT_DEPENDENCIES on class CL_FCC_DEP_TREE has no exception.

Method NEW_PATH_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ITEM_ID Call by reference Type reference (TYPE) FCC_DEP_PATH_ID Path ID for dependency 20110927
2 Importing IV_PARENT_PATH_ID Call by reference Type reference (TYPE) FCC_DEP_PATH_ID Path ID for dependency 20110927
3 Returning RV_NEW_ID Value transfer Type reference (TYPE) FCC_DEP_PATH_ID Path ID for dependency 20110927

Method NEW_PATH_ID on class CL_FCC_DEP_TREE has no exception.

Method ON_CHANGE_ITEM Signature

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

Method ON_CHANGE_ITEM on class CL_FCC_DEP_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
2 Importing P_MOVE Value transfer Attribute reference (LIKE) 20110611

Method ON_DELETE_ITEM on class CL_FCC_DEP_TREE has no exception.

Method REFRESH_DISPLAY_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DEP Call by reference Object reference (TYPE REF TO) CL_FCC_DEPENDENCY 20110611
2 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX 20110611

Method REFRESH_DISPLAY_ITEM on class CL_FCC_DEP_TREE has no exception.

Method REGISTER_EVENTS Signature

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

Method SET_DATA_CHANGED Signature

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

Method UPDATE_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PCITEMS Call by reference Type reference (TYPE) FCC_ITEMS Knotenelement 20110611

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