SAP ABAP Class CL_CLS_OTYGR_NAVIGATOR (Navigator for object type groups)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-CLS (Application Component) Classification Toolset
     SPAK_TOOL_CLASSIFICATION_SOTGR (Package) Transaction SOTGR
Properties
Class CL_CLS_OTYGR_NAVIGATOR  
Short Description Navigator for object type groups    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class CLASSIFICATION_TOOL    
Program status     
Category 0   
Package SPAK_TOOL_CLASSIFICATION_SOTGR   Transaction SOTGR 
Created 20050518   SAP 
Last change 20110908   SAP 
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 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 TPAKB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 TPCHK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CLS_OTYGR_NAVIGATOR has no interface implemented.
Friends
Class CL_CLS_OTYGR_NAVIGATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALVTREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_TREE Tree 20050518
2 ALVTREEBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar 20050518
3 ELEMENTS Instance attribute Private Type reference (TYPE) CLS_OBJECT_TYPE_GROUP_ELEMENTS Datenzugriff für Baumanzeige 20050518
4 INSTALLED_DLVUNITS Instance attribute Private Type reference (TYPE) DLVUNITS Table of Delivery Units 20050822
5 KEY_INDEX Instance attribute Private Type reference (TYPE) KEY_INDEX_T 20050518
6 LEAVE_ON_DOUBLECLICK Instance attribute Private Type reference (TYPE) ABAP_BOOL 20050822
7 LIST Instance attribute Private Type reference (TYPE) CLS_TYPE_GRID_LINES Objektliste 20050518
8 NO_OF_ROOTS Instance attribute Private Type reference (TYPE) I 20050518
9 OTYGR_SELECTED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20050822
10 OVERVIEW_GROUPS Static Attribute Private Type reference (TYPE) TY_GROUPS Table of the object type group 20050822
11 ROOT Instance attribute Private Type reference (TYPE) CLS_OBJECT_TYPE_GROUP Object type group 20050518
12 SELECTED_OTYGR Instance attribute Private Type reference (TYPE) CLS_OBJECT_TYPE_GROUP Object type group 20050822
13 TEMP_MESSAGE Instance attribute Private Type reference (TYPE) SCX_T100KEY T100 Key with Parameters Mapped to Attribute Names 20050615
14 TYPE_GROUPS_ONLY Instance attribute Private Type reference (TYPE) ABAP_BOOL 20050916
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE Instance method Private Method Hinzufügen eines Knotens 20050518
2 BUILD_TREE Instance method Public Method Objekt anzeigen 20050518
3 CHANGE_ALVTREE_TOOLBAR Instance method Private Method 20050518
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050822
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050518
6 DISPLAY_OVERVIEW Instance method Public Method 20050822
7 DISPLAY_TITLE Instance method Private Method 20050518
8 EXCLUDE_TB_FUNCTIONS Instance method Private Method 20050518
9 FREE Instance method Public Method 20050518
10 GET_SELECTED_OTYGR Instance method Public Method 20050822
11 HANDLE_EXPAND_NC Instance method Private Event handling method 20050518
12 HANDLE_ITEM_CM_REQ Instance method Private Event handling method 20050518
13 HANDLE_ITEM_CM_SEL Instance method Private Event handling method 20050518
14 HANDLE_ITEM_DOUBLE_CLICK Instance method Private Event handling method 20050518
15 HANDLE_NODE_CM_REQ Instance method Private Event handling method 20050518
16 HANDLE_NODE_CM_SEL Instance method Private Event handling method 20050518
17 HANDLE_NODE_DOUBLE_CLICK Instance method Private Event handling method 20050518
18 HANDLE_ON_DROPDOWN_CLICKED Instance method Private Event handling method 20050822
19 HANDLE_ON_FUNCTION_SELECTED Instance method Private Event handling method 20050518
20 HIER_HEADER Instance method Private Method 20050518
21 REGISTER_ALVTREE_EVENTS Instance method Private Method 20050518
22 SET_VISIBLE Instance method Public Method Set Control Visible or Invisible 20050518
Events
# Event Type Visibility Description Created on
1 NAVIGATION_REQUEST Instance Event
(0)
Public
(2)
20050518
2 SHOW_GRID Instance Event
(0)
Public
(2)
20050518
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_GROUPS Private See coding 20050822 ty_groups type sorted table of ty_group_info with unique key name
2 TY_GROUP_INFO Private See coding 20050822 begin of TY_GROUP_INFO, name type cls_object_type_group, descr type string, end of ty_group_info
Method Signatures

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20050518
2 Importing IM_TYPE Call by reference Type reference (TYPE) CLS_OBJECT_TYPE_GROUP Type 20050518
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20050518

Method BUILD_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEMENTS Call by reference Type reference (TYPE) CLS_OBJECT_TYPE_GROUP_ELEMENTS Typen 20050518
2 Importing IM_TYPE_GROUPS_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050916
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20050518

Method CHANGE_ALVTREE_TOOLBAR Signature

Method CHANGE_ALVTREE_TOOLBAR on class CL_CLS_OTYGR_NAVIGATOR has no parameter.
Method CHANGE_ALVTREE_TOOLBAR on class CL_CLS_OTYGR_NAVIGATOR has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CLS_OTYGR_NAVIGATOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CLS_OTYGR_NAVIGATOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20050518
2 Importing IM_LEAVE_ON_DOUBLECLICK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050822
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20050518

Method DISPLAY_OVERVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TYPE_GROUPS_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050916
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20050822
2 CX_PAK_INVALID_DATA Invalid data 20050822
3 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050822
4 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20050822

Method DISPLAY_TITLE Signature

Method DISPLAY_TITLE on class CL_CLS_OTYGR_NAVIGATOR has no parameter.
Method DISPLAY_TITLE on class CL_CLS_OTYGR_NAVIGATOR has no exception.

Method EXCLUDE_TB_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_EXCLUDE Call by reference Type reference (TYPE) UI_FUNCTIONS 20050518

Method EXCLUDE_TB_FUNCTIONS on class CL_CLS_OTYGR_NAVIGATOR has no exception.

Method FREE Signature

Method FREE on class CL_CLS_OTYGR_NAVIGATOR has no parameter.
Method FREE on class CL_CLS_OTYGR_NAVIGATOR has no exception.

Method GET_SELECTED_OTYGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OTYGR_SELECTED Call by reference Type reference (TYPE) ABAP_BOOL 20050822
2 Exporting EX_SELECTED_OTYGR Value transfer Type reference (TYPE) CLS_OBJECT_TYPE_GROUP 20050822

Method GET_SELECTED_OTYGR on class CL_CLS_OTYGR_NAVIGATOR 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) 20050518

Method HANDLE_EXPAND_NC on class CL_CLS_OTYGR_NAVIGATOR 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 Value transfer Attribute reference (LIKE) 20050518
2 Importing MENU Value transfer Attribute reference (LIKE) 20050518
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20050518

Method HANDLE_ITEM_CM_REQ on class CL_CLS_OTYGR_NAVIGATOR 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) 20050518
2 Importing FIELDNAME Value transfer Attribute reference (LIKE) 20050518
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20050518

Method HANDLE_ITEM_CM_SEL on class CL_CLS_OTYGR_NAVIGATOR has no exception.

Method HANDLE_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) 20050518
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20050518

Method HANDLE_ITEM_DOUBLE_CLICK on class CL_CLS_OTYGR_NAVIGATOR 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) 20050518
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20050518

Method HANDLE_NODE_CM_REQ on class CL_CLS_OTYGR_NAVIGATOR 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) 20050518
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20050518

Method HANDLE_NODE_CM_SEL on class CL_CLS_OTYGR_NAVIGATOR 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) 20050518

Method HANDLE_NODE_DOUBLE_CLICK on class CL_CLS_OTYGR_NAVIGATOR has no exception.

Method HANDLE_ON_DROPDOWN_CLICKED Signature

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

Method HANDLE_ON_DROPDOWN_CLICKED on class CL_CLS_OTYGR_NAVIGATOR has no exception.

Method HANDLE_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) 20050518

Method HANDLE_ON_FUNCTION_SELECTED on class CL_CLS_OTYGR_NAVIGATOR has no exception.

Method HIER_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR 20050518

Method HIER_HEADER on class CL_CLS_OTYGR_NAVIGATOR has no exception.

Method REGISTER_ALVTREE_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATION Call by reference Type reference (TYPE) CHAR1 'X' 20050518
# Exception Resumable Description Created on
1 CTRL_ERROR 20050518

Method SET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VISIBLE Value transfer Type reference (TYPE) C Visible 20050518
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20050518
Event Signatures

Event NAVIGATION_REQUEST Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 GROUP_NAME Exporting Value transfer Type reference (TYPE) CLS_OBJECT_TYPE_GROUP Object type group 20050518

Event SHOW_GRID Signature
Event SHOW_GRID on class CL_CLS_OTYGR_NAVIGATOR has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710