SAP ABAP Class CL_UC_SVERSION_TREE_GUI (Master Data: Special Versions: GUI)
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 | 20010917 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_CUST_GUI_EXT | External View at GUI Object | 20010917 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20011025 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_CUST_CTRL | Internal View of GUI Object | 20011026 |
Properties
| Class | CL_UC_SVERSION_TREE_GUI | |
| Short Description | Master Data: Special Versions: GUI | |
| 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 | 20010911 | 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 | 20010917 | ||
| 2 | IF_UC_CUST_GUI_EXT | External View at GUI Object | 20010917 | ||
| 3 | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20011025 | ||
| 4 | IF_UG_WB_CUST_CTRL | Internal View of GUI Object | 20011026 |
Friends
Class CL_UC_SVERSION_TREE_GUI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | UC_FLG | 'X' = Complete Tree | 20020528 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | UC_FLG | General indicator, SAP Consolidation | 20020415 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | UC_FLG | 'X' | General indicator, SAP Consolidation | 20020415 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | UC_FLG | 'X' | General Indicator, SAP Consolidation | 20020607 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | UC_FLG | General Indicator, SAP Consolidation | 20020529 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | UC_FLG | General Indicator, SAP Consolidation | 20030411 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | UC_FLG | General Indicator, SAP Consolidation | 20030424 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_UC_AREA | Cons Area | 20011014 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20020416 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Custom Container | 20020416 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Container | 20011026 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Tree | 20011026 | |||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_UC_SVERSION_TREE | Data Object | 20010911 | |||
| 14 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_UC_HIERARCHY_TREE | Object for Tree Structure | 20010913 | |||
| 15 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_UC_VERSIONS_FACTORY | Version Combinations | 20011014 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | UC0_TS_FFIX | Fixed Characteristic Values | 20020426 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | UCU_TS_HIER_ITEN | Items of Nodes | 20011014 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | UCU_T_HIER_NODE | Node Table | 20011026 | |||
| 19 | Constant | Private | Type reference (TYPE) | UC_HIER_NAME | 'COLUMN2' | Name of a Column / Item | 20011026 | ||
| 20 | Constant | Private | Type reference (TYPE) | UC_HIER_NAME | 'COLUMN3' | Name of a Column / Item | 20011026 | ||
| 21 | Constant | Private | Type reference (TYPE) | UC_HIER_NAME | 'COLUMN4' | Name of a Column / Item | 20011026 | ||
| 22 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_UC_SVERSION_TREE_GUI | Instance | 20031121 |
Methods
Events
Class CL_UC_SVERSION_TREE_GUI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DATA | Private | See coding | 20010911 | 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 | 20010911 | 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 | 20010911 | 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 | 20010911 | t_data type standard table of s_data with non-unique default
key
|
||
| 5 | T_INSTANCE | Private | See coding | 20010911 | t_instance type hashed table of s_instance with unique key idx
|
||
| 6 | T_NODE_DATA | Private | See coding | 20010911 | 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_SVERSION_TREE_GUI has no parameter.
Method CONSTRUCTOR on class CL_UC_SVERSION_TREE_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 | 20020415 |
Method GET_DISPLAY_MODE on class CL_UC_SVERSION_TREE_GUI has no exception.
Method GET_GUI_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_VERS_TEXT | Call by reference | Type reference (TYPE) | STRING | Texte der ausgewählten VersKombi | 20011018 | |||
| 2 | I_CONTAINER | Call by reference | Type reference (TYPE) | C | Custom Container | 20020415 |
Method GET_GUI_DATA on class CL_UC_SVERSION_TREE_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 | Workbench: Events und Methoden zur Kommunikation mit der WB | 20011026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige Instanz ID | 20011026 |
Method GET_LOAD_FLG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_LOAD | Call by reference | Type reference (TYPE) | UC_FLG | Allgemeines Kennzeichen SAP Konsolidierung | 20020529 | |||
| 2 | ED_LOAD_GUI | Call by reference | Type reference (TYPE) | UC_FLG | Allgemeines Kennzeichen SAP Konsolidierung | 20030411 |
Method GET_LOAD_FLG on class CL_UC_SVERSION_TREE_GUI has no exception.
Method HANDLE_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Call by reference | Attribute reference (LIKE) | 20011014 | |||||
| 2 | NEW_VALUE | Value transfer | Attribute reference (LIKE) | Text / Wert eines Items | 20011014 | ||||
| 3 | NODE_KEY | Call by reference | Attribute reference (LIKE) | 20011014 |
Method HANDLE_DATA_CHANGED on class CL_UC_SVERSION_TREE_GUI has no exception.
Method HANDLE_ITEM_CTXT_MENU_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | Name des Items | 20011014 | ||||
| 2 | MENU | Value transfer | Attribute reference (LIKE) | Context Menu | 20011014 | ||||
| 3 | NODE_KEY | Call by reference | Attribute reference (LIKE) | 20020403 |
Method HANDLE_ITEM_CTXT_MENU_REQ on class CL_UC_SVERSION_TREE_GUI has no exception.
Method HANDLE_ITEM_CTXT_MENU_SEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Call by reference | Attribute reference (LIKE) | 20011014 | |||||
| 2 | ITEM_NAME | Call by reference | Attribute reference (LIKE) | 20011014 | |||||
| 3 | NODE_KEY | Call by reference | Attribute reference (LIKE) | 20011014 |
Method HANDLE_ITEM_CTXT_MENU_SEL on class CL_UC_SVERSION_TREE_GUI has no exception.
Method HANDLE_NODE_CTXT_MENU_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MENU | Value transfer | Attribute reference (LIKE) | Context Menu | 20011026 | ||||
| 2 | NODE_KEY | Call by reference | Attribute reference (LIKE) | 20020606 |
Method HANDLE_NODE_CTXT_MENU_REQ on class CL_UC_SVERSION_TREE_GUI has no exception.
Method HANDLE_NODE_CTXT_MENU_SEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | Im Kontextmenü ausgewählter Funktionscode | 20011026 | ||||
| 2 | NODE_KEY | Call by reference | Attribute reference (LIKE) | 20020403 |
Method HANDLE_NODE_CTXT_MENU_SEL on class CL_UC_SVERSION_TREE_GUI has no exception.
Method HANDLE_NODE_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Call by reference | Attribute reference (LIKE) | 20011026 |
Method HANDLE_NODE_DOUBLE_CLICK on class CL_UC_SVERSION_TREE_GUI has no exception.
Method HANDLE_ONF4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Call by reference | Attribute reference (LIKE) | 20011014 | |||||
| 2 | NODE_KEY | Call by reference | Attribute reference (LIKE) | 20011014 |
Method HANDLE_ONF4 on class CL_UC_SVERSION_TREE_GUI has no exception.
Method SET_DISPLAY_MODE_EXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IS_EDIT | Call by reference | Type reference (TYPE) | UC_FLG | Allgemeines Kennzeichen SAP Konsolidierung | 20020607 |
Method SET_DISPLAY_MODE_EXT on class CL_UC_SVERSION_TREE_GUI has no exception.
Method SET_GUI_DATA Signature
Method SET_GUI_DATA on class CL_UC_SVERSION_TREE_GUI has no parameter.
Method SET_GUI_DATA on class CL_UC_SVERSION_TREE_GUI has no exception.
Method SET_REGISTERED_EVENTS Signature
Method SET_REGISTERED_EVENTS on class CL_UC_SVERSION_TREE_GUI has no parameter.
Method SET_REGISTERED_EVENTS on class CL_UC_SVERSION_TREE_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_SVERSION_TREE_GUI has no exception.
History
| Last changed by/on | SAP | 20050520 |
| SAP Release Created in | 3.1A |