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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UC_FLG | General indicator, SAP Consolidation | 20020430 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UC_FLG | 'X' | General indicator, SAP Consolidation | 20020430 | |
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Control | 20020416 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_UC_WB_SVERSION_NAV | Data Object | 20010831 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20010911 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UCU_S_VERSIONS_DETAIL | All Versions | 20010831 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UCU_T_VERSION_DISP | Display Table - Versions | 20020425 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UCU_T_VERSION_DISP | Display Table - Versions | 20020425 | ||
9 | ![]() |
Constant | Private | Type reference (TYPE) | SYUCOMM | 'EDIT' | Screens, Function Code That Triggered PAI | 20020430 | |
10 | ![]() |
Constant | Private | Type reference (TYPE) | SYUCOMM | 'SHOW' | Screens, Function Code That Triggered PAI | 20020430 | |
11 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'UCU_S_VERSION_DISP' | Table Name | 20010911 | |
12 | ![]() |
Constant | Private | Type reference (TYPE) | UC_FLG | 'X' | True: 'X' | 20010911 | |
13 | ![]() |
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 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20010831 |
2 | ![]() |
Instance method | Public | Method | Get Display Mode | 20020430 |
3 | ![]() |
Static method | Public | Method | Get Instance | 20020403 |
4 | ![]() |
Instance method | Private | Event handling method | 20020430 | |
5 | ![]() |
Instance method | Private | Event handling method | 20020430 | |
6 | ![]() |
Instance method | Private | Event handling method | 20020430 | |
7 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 |