SAP ABAP Class CL_UC_WB_SVERSION_NAV_GUI (Special Versions: Navigation)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCUMV (Package) SEM-BCS: User Interface: Versions, Special Versions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI Internal View of GUI Object 20010914
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI_EXT External View at GUI Object 20010914
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20010911
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_CUST_CTRL Internal View of GUI Object 20010831
Properties
Class CL_UC_WB_SVERSION_NAV_GUI  
Short Description Special Versions: Navigation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCUMV   SEM-BCS: User Interface: Versions, Special Versions 
Created 20010831   SAP 
Last change 20050520   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_UC_HIERARCHY_TREE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UC_CUST_GUI Internal View of GUI Object 20010914
2 IF_UC_CUST_GUI_EXT External View at GUI Object 20010914
3 IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20010911
4 IF_UG_WB_CUST_CTRL Internal View of GUI Object 20010831
Friends
Class CL_UC_WB_SVERSION_NAV_GUI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DD_DISPLAY Instance attribute Private Type reference (TYPE) UC_FLG General indicator, SAP Consolidation 20020430
2 DD_IS_EDIT Instance attribute Private Type reference (TYPE) UC_FLG 'X' General indicator, SAP Consolidation 20020430
3 DO_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Control 20020416
4 DO_CUST Instance attribute Private Object reference (TYPE REF TO) CL_UC_WB_SVERSION_NAV Data Object 20010831
5 DO_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20010911
6 DS_VERS Instance attribute Private Type reference (TYPE) UCU_S_VERSIONS_DETAIL All Versions 20010831
7 DT_GUI_DATA_TXT Instance attribute Private Type reference (TYPE) UCU_T_VERSION_DISP Display Table - Versions 20020425
8 DT_GUI_DATA_VAL Instance attribute Private Type reference (TYPE) UCU_T_VERSION_DISP Display Table - Versions 20020425
9 GC_FCODE_EDIT Constant Private Type reference (TYPE) SYUCOMM 'EDIT' Screens, Function Code That Triggered PAI 20020430
10 GC_FCODE_SHOW Constant Private Type reference (TYPE) SYUCOMM 'SHOW' Screens, Function Code That Triggered PAI 20020430
11 GC_STRUCT_NAME Constant Private Type reference (TYPE) TABNAME 'UCU_S_VERSION_DISP' Table Name 20010911
12 GC_X Constant Private Type reference (TYPE) UC_FLG 'X' True: 'X' 20010911
13 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_UC_WB_SVERSION_NAV_GUI SEM: Navigation Trees in Detail Area 20031121
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010831
2 GET_DISPLAY_MODE Instance method Public Method Get Display Mode 20020430
3 GET_INSTANCE Static method Public Method Get Instance 20020403
4 HANDLE_CONTEXT_MENU_COMMAND Instance method Private Event handling method 20020430
5 HANDLE_CONTEXT_MENU_REQUEST Instance method Private Event handling method 20020430
6 HANDLE_DOUBLE_CLICK Instance method Private Event handling method 20020430
7 SHOW_MESSAGE Instance method Public Method Display Messages 20020606
Events
Class CL_UC_WB_SVERSION_NAV_GUI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_DATA Private See coding 20010831 begin of s_data, o_data type ref to if_ug_wb_nav_main_data, o_tree type ref to if_uc_hierarchy_tree, end of s_data
2 S_INSTANCE Private See coding 20010831 begin of s_instance, idx type ug_seqnr1, o_instance type ref to if_ug_wb_cust_ctrl, end of s_instance
3 S_NODE_DATA Private See coding 20010831 begin of s_node_data, node_key type uc_hier_node_key, r_data type ref to data, end of s_node_data
4 T_DATA Private See coding 20010831 t_data type standard table of s_data with non-unique default key
5 T_INSTANCE Private See coding 20010831 t_instance type hashed table of s_instance with unique key idx
6 T_NODE_DATA Private See coding 20010831 t_node_data type hashed table of s_node_data with unique key node_key
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_EDIT Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20020430

Method GET_DISPLAY_MODE on class CL_UC_WB_SVERSION_NAV_GUI has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_INSTANCE Call by reference Object reference (TYPE REF TO) IF_UG_WB_CUST_CTRL Interne Sicht auf das GUI-Objekt 20020403

Method GET_INSTANCE on class CL_UC_WB_SVERSION_NAV_GUI has no exception.

Method HANDLE_CONTEXT_MENU_COMMAND Signature

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

Method HANDLE_CONTEXT_MENU_COMMAND on class CL_UC_WB_SVERSION_NAV_GUI has no exception.

Method HANDLE_CONTEXT_MENU_REQUEST Signature

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

Method HANDLE_CONTEXT_MENU_REQUEST on class CL_UC_WB_SVERSION_NAV_GUI has no exception.

Method HANDLE_DOUBLE_CLICK Signature

Method HANDLE_DOUBLE_CLICK on class CL_UC_WB_SVERSION_NAV_GUI has no parameter.
Method HANDLE_DOUBLE_CLICK on class CL_UC_WB_SVERSION_NAV_GUI has no exception.

Method SHOW_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE Meldungen 20020606

Method SHOW_MESSAGE on class CL_UC_WB_SVERSION_NAV_GUI has no exception.
History
Last changed by/on SAP  20050520 
SAP Release Created in 3.1A