SAP ABAP Class CL_CCM_CFG_NAVIGATION_AREA (ConfigMgmt Navigation Area Controller)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM-EQM-CC (Application Component) Configuration Control
     DI_CCM (Package) Configuration Control
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CCM_CFG_CONTROL_AREA ConfigMgmt Screen Area Controller 20010704
Properties
Class CL_CCM_CFG_NAVIGATION_AREA  
Short Description ConfigMgmt Navigation Area Controller    
Super Class CL_CCM_CFG_CONTROL_AREA ConfigMgmt Screen Area Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DI_CCM   Configuration Control 
Created 20010704   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CCM_CFG_NAVIGATION_AREA has no forward declaration.
Interfaces
Class CL_CCM_CFG_NAVIGATION_AREA has no interface implemented.
Friends
Class CL_CCM_CFG_NAVIGATION_AREA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPL_LAYER_CONFMGR Instance attribute Private Object reference (TYPE REF TO) CL_CCM_CONFIGURATION_MANAGER Entry Class of Configuration Manager Application Layer 20010712
2 AS_MAINTND_CONFIG Instance attribute Private Object reference (TYPE REF TO) CL_CCM_AS_MAINTND_CONFIG CCM: As-Maintained Configuration 20010817
3 ENTRY_EQUI Instance attribute Private Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010903
4 ENTRY_FLOC Instance attribute Private Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010903
5 HTML_VIEWER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER HTML Control Proxy Class 20010714
6 LS_NODE_LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYN Node Layout of ALV Tree Control 20011024
7 LV_ROOT_GUI_ELEMENT Instance attribute Private Object reference (TYPE REF TO) CL_CCM_MAINTENANCE_ELEMENT CCM: Maintenance Element 20010730
8 L_CCM_LAYOUT Instance attribute Private Type reference (TYPE) CCM_FIELDCAT_NAVIGATION_AREA 20010820
9 NAVIGATION_AREA Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV Tree Control 20010704
10 NODE_ITEMS Instance attribute Private See coding 20010705
11 TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20010711
12 TOOLBAR_ITEMS Instance attribute Private See coding 20010711
13 T_CCM_LAYOUT Instance attribute Private See coding T_CCM_LAYOUT 20010820
14 WA_TOOLBAR_ITEMS Instance attribute Private Type reference (TYPE) TOOLBAR_STRUC 20010711
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE_TO_PARENT Instance method Private Method Add Subordinate Node 20010713
2 ADD_PARENT_TO_NODE Instance method Private Method Add Superior Node 20010713
3 AS_MAINTAINED_CONFIG_LOAD Instance method Public Method 20010824
4 CONSTRUCTOR Instance method Public Constructor 20010704
5 COPY_TREE Instance method Private Method Copy Tree 20010713
6 DELETE_TREE Instance method Private Method Delete Tree 20010716
7 GET_CHILDREN Instance method Private Method Read Lower-Level Nodes 20010713
8 GET_ENTRY_NODE Instance method Public Method 20010903
9 GET_PARENT Instance method Private Method Read Higher- and Lower-Level Nodes 20010713
10 GET_TREE Instance method Private Method Read Tree and Filter 20010716
11 ON_CHANGE_BOMITEM Instance method Public Event handling method Change BOM Item 20060228
12 ON_CHANGE_EQUIPMENT Instance method Public Event handling method 20010821
13 ON_CHANGE_HOLE Instance method Public Event handling method 20010821
14 ON_DELETE_HOLE Instance method Public Event handling method 20010810
15 ON_DROPDOWN_CLICKED Instance method Private Event handling method 20060531
16 ON_EXPAND_NC Instance method Private Event handling method Event Handler to Expand Lower-Level Nodes 20010802
17 ON_FUNCTION_SELECTED Instance method Private Event handling method Event Handler for on_function_selected 20010711
18 ON_ITEM_CONTEXT_MENU_REQUESTED Instance method Private Event handling method Show the available context menus on the item 20010928
19 ON_ITEM_CONTEXT_MENU_SELECTED Instance method Private Event handling method React to user selection on the item for context menu 20010928
20 ON_ITEM_DOUBLE_CLICK Instance method Private Event handling method Event Handler for Item Double-Click 20010717
21 ON_NEW_HOLE Instance method Public Event handling method 20010822
22 ON_NODE_CONTEXT_MENU_REQUESTED Instance method Private Event handling method Show Available Context Menus 20010823
23 ON_NODE_CONTEXT_MENU_SELECTED Instance method Private Event handling method React to user selection for context menu 20010823
24 ON_NODE_DOUBLE_CLICK Instance method Private Event handling method Event Handler for ON_NODE_DOUBLE_CLICK 20010705
25 ON_UPDATE_NAVIGATION_AREA Instance method Public Method 20010821
26 PATH_TO_ROOT Instance method Private Method Read Path to Root 20010717
27 SCROLL_TO_NODE Instance method Public Method 20010919
28 UPDATE_NAVIGATION_ON_UPDATE Instance method Private Method Update navigation area ALV tree on modify hole 20010820
29 XXX_CONVERSION_ROUTINE Instance method Private Method get_data and conversion exit routine 20010924
30 _CREATE_BOM_HOLE Instance method Private Method 20060217
31 _CREATE_HOLE Instance method Private Method Create hole 20010921
32 _GET_CHILDREN Instance method Private Method Read Lower-Level Nodes 20010921
33 _GET_PARENT Instance method Private Method Read Higher- and Lower-Level Nodes 20010921
34 _GET_PATH_TO_ROOT Instance method Private Method Read Path to Root 20010921
35 _GET_TREE Instance method Private Method Read Tree 20010919
36 _GET_TREE_FN_SELECTED Instance method Private Method Read Tree 20010921
37 _ON_LOADING_AREA_OPEN_TREE Instance method Private Method Event Handler for SUBSCR2_LOAD 20010817
38 _ON_NODE_DETAIL Instance method Private Method Show Details of Node 20010821
Events
# Event Type Visibility Description Created on
1 CREATE_BOM_HOLE Instance Event
(0)
Public
(2)
20060217
2 CREATE_HOLE Instance Event
(0)
Public
(2)
20010711
3 NODE_DELETED Instance Event
(0)
Public
(2)
20010822
4 NODE_DETAIL Instance Event
(0)
Public
(2)
20010705
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NODE_ITEM Private See coding 20010705 BEGIN OF node_item, node_key TYPE lvc_nkey, equi_ref TYPE REF TO cl_ccm_equipment, floc_ref TYPE REF TO cl_ccm_funcloc, hole_ref TYPE REF TO cl_ccm_hole, bom_ref TYPE REF TO cl_ccm_bomitem, END OF node_item
2 NODE_ITEM_TARGET Private See coding NODE_ITEM_TARGET 20010815 BEGIN OF node_item_target, node_key TYPE lvc_nkey, mpl_ref TYPE REF TO cl_ccm_mpl_node, END OF node_item_target
3 TOOLBAR_STRUC Private See coding TOOLBAR_STRUC 20010711 BEGIN OF toolbar_struc, fcode TYPE ui_func, icon TYPE iconname, type TYPE tb_btype, text TYPE text40, tip TYPE iconquick, END OF toolbar_struc
4 TYPE_NODE_ITEMS Private See coding TYPE_NODE_ITEMS 20010914 type_node_items TYPE TABLE OF node_item
Method Signatures

Method ADD_NODE_TO_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BOM_REF Call by reference Object reference (TYPE REF TO) CL_CCM_BOMITEM CCM: Wartungsobjektstücklistenposition 20060214
2 Importing EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010713
3 Importing FLAG_FOLDER Call by reference Type reference (TYPE) C Flag to indicate whether folder or not 20010717
4 Importing FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010713
5 Importing HOLE_REF Call by reference Object reference (TYPE REF TO) CL_CCM_HOLE CCM: Maintenance Object "Hole" 20010724
6 Importing PARENT_EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010713
7 Importing PARENT_FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010713

Method ADD_NODE_TO_PARENT on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ADD_PARENT_TO_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010713
2 Importing FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010713
3 Importing PARENT_EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010713
4 Importing PARENT_FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010713

Method ADD_PARENT_TO_NODE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method AS_MAINTAINED_CONFIG_LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY_EQUIPMENT_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010824
2 Importing ENTRY_FUNCLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010824
3 Importing EV_AS_MAINTND_CONFIG Call by reference Object reference (TYPE REF TO) CL_CCM_AS_MAINTND_CONFIG CCM: As Maintained Configuration 20010824

Method AS_MAINTAINED_CONFIG_LOAD on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPL_LAYER_CONFMGR Call by reference Object reference (TYPE REF TO) CL_CCM_CONFIGURATION_MANAGER Entry class of configuration manager application layer 20010712
2 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20010704

Method CONSTRUCTOR on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method COPY_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY Root of (sub)tree to be copied 20010713
2 Importing TARGET_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY Destination 20010713

Method COPY_TREE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method DELETE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE_NODE Call by reference Type reference (TYPE) LVC_NKEY Root of tree to be deleted 20010716

Method DELETE_TREE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BOMITEMS Call by reference Type reference (TYPE) TT_CCM_BITEM_NODE_STRUCTURE CCM: Stücklistenposition Knotentabelle 20060214
2 Changing CT_EQUIPMENTS Call by reference Type reference (TYPE) TT_CCM_EQUI_NODE_STRUCTURE CCM_equi_NODE_STRUCTURE 20010716
3 Changing CT_FUNCLOCS Call by reference Type reference (TYPE) TT_CCM_FLOC_NODE_STRUCTURE CCM_FLOC_NODE_STRUCTURE 20010716
4 Changing CT_HOLES Call by reference Type reference (TYPE) TT_CCM_HOLE_NODE_STRUCTURE CCM_HOLE_NODE_STRUCTURE 20010920
5 Importing EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010713
6 Importing FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010713

Method GET_CHILDREN on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method GET_ENTRY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENTRY_EQUI Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010903
2 Exporting ENTRY_FLOC Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010903

Method GET_ENTRY_NODE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010713
2 Exporting EV_PARENT_EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Parent Equipment 20010717
3 Exporting EV_PARENT_FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location Parent FLoc 20010717
4 Importing FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010713

Method GET_PARENT on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method GET_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPAND_NKEYS Call by reference Type reference (TYPE) LVC_T_NKEY Nodes to be expanded 20010919
2 Importing EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010716
3 Importing FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010716
4 Importing IV_EXPLODE Call by reference Type reference (TYPE) C Explode ('Y': yes, 'N': no, 'U': prompt user) 20010919
5 Importing IV_LOAD_CONFIG Call by reference Type reference (TYPE) C 'X': Call application layer for load 20010920
6 Importing KEY Call by reference Type reference (TYPE) LVC_NKEY ALV tree control: Node-key 20010719

Method GET_TREE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_CHANGE_BOMITEM Signature

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

Method ON_CHANGE_BOMITEM on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_CHANGE_EQUIPMENT Signature

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

Method ON_CHANGE_EQUIPMENT on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_CHANGE_HOLE Signature

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

Method ON_CHANGE_HOLE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_DELETE_HOLE Signature

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

Method ON_DELETE_HOLE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_DROPDOWN_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20060531
2 Importing POSX Call by reference Attribute reference (LIKE) 20060531
3 Importing POSY Call by reference Attribute reference (LIKE) 20060531

Method ON_DROPDOWN_CLICKED on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_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) 20010802

Method ON_EXPAND_NC on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_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) 20010712

Method ON_FUNCTION_SELECTED on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_ITEM_CONTEXT_MENU_REQUESTED Signature

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

Method ON_ITEM_CONTEXT_MENU_REQUESTED on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_ITEM_CONTEXT_MENU_SELECTED Signature

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

Method ON_ITEM_CONTEXT_MENU_SELECTED on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_ITEM_DOUBLE_CLICK Signature

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

Method ON_ITEM_DOUBLE_CLICK on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_NEW_HOLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOMITEM_REF Call by reference Attribute reference (LIKE) 20060302
2 Importing IV_EQUI_REF Call by reference Attribute reference (LIKE) 20010822
3 Importing IV_FLOC_REF Call by reference Attribute reference (LIKE) 20010822
4 Importing IV_HOLE_REF Call by reference Attribute reference (LIKE) 20010822

Method ON_NEW_HOLE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_NODE_CONTEXT_MENU_REQUESTED Signature

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

Method ON_NODE_CONTEXT_MENU_REQUESTED on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_NODE_CONTEXT_MENU_SELECTED Signature

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

Method ON_NODE_CONTEXT_MENU_SELECTED on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_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) 20010705

Method ON_NODE_DOUBLE_CLICK on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method ON_UPDATE_NAVIGATION_AREA Signature

Method ON_UPDATE_NAVIGATION_AREA on class CL_CCM_CFG_NAVIGATION_AREA has no parameter.
Method ON_UPDATE_NAVIGATION_AREA on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method PATH_TO_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPAND_NODES Call by reference Type reference (TYPE) TYPE_NODE_ITEMS Nodes to be expanded 20010914
2 Importing EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010717
3 Importing FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010717

Method PATH_TO_ROOT on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method SCROLL_TO_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BOM_REF Call by reference Object reference (TYPE REF TO) CL_CCM_BOMITEM CCM: Wartungsobjektstücklistenposition 20060327
2 Importing EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010919
3 Importing FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Object Equipment 20010919
4 Importing HOLE_REF Call by reference Object reference (TYPE REF TO) CL_CCM_HOLE CCM: Maintenance Object "Hole" 20010919
5 Importing MPL_NODE_REF Call by reference Object reference (TYPE REF TO) CL_CCM_MPL_NODE ConfigMgmt MPL node 20010919

Method SCROLL_TO_NODE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method UPDATE_NAVIGATION_ON_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EQUI_REF Value transfer Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010820
2 Importing IV_FLOC_REF Value transfer Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010820
3 Importing IV_HOLE_REF Value transfer Object reference (TYPE REF TO) CL_CCM_HOLE CCM: Maintenance Object "Hole" 20010820

Method UPDATE_NAVIGATION_ON_UPDATE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method XXX_CONVERSION_ROUTINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_NAME Call by reference Type reference (TYPE) C object id 20010924
2 Importing IV_EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010924
3 Importing IV_FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010924

Method XXX_CONVERSION_ROUTINE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method _CREATE_BOM_HOLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPAND_NKEYS Call by reference Type reference (TYPE) LVC_T_NKEY 20060217
2 Importing IV_NODE_ITEM Call by reference Type reference (TYPE) NODE_ITEM 20060217

Method _CREATE_BOM_HOLE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method _CREATE_HOLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPAND_NKEYS Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20010921
2 Importing IV_NODE_ITEM Call by reference Type reference (TYPE) NODE_ITEM Selected node 20010921

Method _CREATE_HOLE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method _GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPAND_NKEYS Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20010921
2 Importing IV_NODE_ITEM Call by reference Type reference (TYPE) NODE_ITEM Selected node 20010921

Method _GET_CHILDREN on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method _GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPAND_NKEYS Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20010921
2 Importing IV_NODE_ITEM Call by reference Type reference (TYPE) NODE_ITEM Selected node 20010921

Method _GET_PARENT on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method _GET_PATH_TO_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPAND_NKEYS Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20010921
2 Importing IV_NODE_ITEM Call by reference Type reference (TYPE) NODE_ITEM Selected node 20010921

Method _GET_PATH_TO_ROOT on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method _GET_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPAND_NKEYS Call by reference Type reference (TYPE) LVC_T_NKEY Nodes to be expanded 20010919
2 Importing EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010919
3 Importing FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010919
4 Importing KEY Call by reference Type reference (TYPE) LVC_NKEY ALV tree control: Node-key 20010919

Method _GET_TREE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method _GET_TREE_FN_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPAND_NKEYS Call by reference Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20010921
2 Importing IV_NODE_ITEM Call by reference Type reference (TYPE) NODE_ITEM Selected node 20010921

Method _GET_TREE_FN_SELECTED on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method _ON_LOADING_AREA_OPEN_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY_EQUIPMENT_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010817
2 Importing ENTRY_FUNCLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010817
3 Importing EV_AS_MAINTND_CONFIG Call by reference Object reference (TYPE REF TO) CL_CCM_AS_MAINTND_CONFIG CCM: As Maintained Configuration 20010817

Method _ON_LOADING_AREA_OPEN_TREE on class CL_CCM_CFG_NAVIGATION_AREA has no exception.

Method _ON_NODE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV tree control: Node-key 20010821

Method _ON_NODE_DETAIL on class CL_CCM_CFG_NAVIGATION_AREA has no exception.
Event Signatures

Event CREATE_BOM_HOLE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 AS_MAINTND_CONFIG Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_AS_MAINTND_CONFIG 20060217
2 BOMITEM_REF Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_BOMITEM 20060217
3 EQUI_REF Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_EQUIPMENT 20060217

Event CREATE_HOLE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 AS_MAINTND_CONFIG Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_AS_MAINTND_CONFIG CCM: As Maintained Configuration 20010817
2 BOMITEM_REF Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_BOMITEM 20060217
3 EQUI_REF Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_EQUIPMENT Equipment 20010712
4 FLOC_REF Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_FUNCLOC Functional location 20010712

Event NODE_DELETED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 HOLE_REF Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_HOLE CCM: Maintenance Object "Hole" 20011016

Event NODE_DETAIL Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 AS_MAINTND_CONFIG Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_AS_MAINTND_CONFIG CCM: As Maintained Configuration 20010822
2 BOMITEM_REF Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_BOMITEM 20060217
3 EQUI_REF Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_EQUIPMENT Equipment 20010712
4 FLOC_REF Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_FUNCLOC Functional location 20010712
5 HOLE_REF Exporting Value transfer Object reference (TYPE REF TO) CL_CCM_HOLE CCM: Maintenance Object "Hole" 20010725
History
Last changed by/on SAP  20130531 
SAP Release Created in 46C2