SAP ABAP Class CNV_00001_CL_GUI_TABLIST (Column Tree Control)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_COLUMN_TREE Column Tree Control 20091103
Properties
Class CNV_00001_CL_GUI_TABLIST  
Short Description Column Tree Control    
Super Class CL_GUI_COLUMN_TREE Column Tree Control 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_BASIS   Conversion: Basis functions 
Created 20091103   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNV_00001_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CNV_00001_CL_GUI_TABLIST has no interface implemented.
Friends
Class CNV_00001_CL_GUI_TABLIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHECK_MENU Instance attribute Protected Object reference (TYPE REF TO) CL_CTMENU Check Menu 20091103
2 DATA_PROVIDER Instance attribute Protected Object reference (TYPE REF TO) CNV_00001_CTRL_DATA_PROVIDER CWB control tables data provider 20091103
3 DISABLED Instance attribute Protected Type reference (TYPE) AS4FLAG Whether input is disabled 20091103
4 DISPLAY_ADDED_TABLES Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to display manually added tables 20091103
5 DISPLAY_CUST_TABLES Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to display customer tables 20091103
6 DISPLAY_PACK_TABLES Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to display package tables 20091103
7 DISPLAY_STD_TABLES Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to display new standard tables 20091103
8 FILTER_MENU Instance attribute Protected Object reference (TYPE REF TO) CL_CTMENU Filter Menu 20091103
9 FILT_HTML_VIEWER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER HTML viewer 20091103
10 FILT_IGNORED Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091103
11 FILT_READONLY Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091218
12 FILT_TABORIGIN_ADD Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091103
13 FILT_TABORIGIN_CUST Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091103
14 FILT_TABORIGIN_MENU Instance attribute Protected Object reference (TYPE REF TO) CL_CTMENU Filter table origin submenu 20091103
15 FILT_TABORIGIN_PACK Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091103
16 FILT_TABORIGIN_STD Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091103
17 FILT_TABSTATUS_MENU Instance attribute Protected Object reference (TYPE REF TO) CL_CTMENU Filter table status submenu 20091103
18 FILT_TABSTAT_ERROR Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091103
19 FILT_TABSTAT_OK Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091103
20 FILT_TABSTAT_UNKNOWN Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091103
21 FILT_TABSTAT_WARN Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091103
22 ITEM_CTX_MENU Instance attribute Protected Object reference (TYPE REF TO) CL_CTMENU Context menu for clicking on table name 20091103
23 MAINTAINER Instance attribute Protected Object reference (TYPE REF TO) CNV_00001_TABFIELDS_MAINTAINER Maintainer of tables and fields 20091103
24 NODES Instance attribute Protected Type reference (TYPE) TY_T_TREE_TABLE List of tables on tree 20091103
25 ONLY_CUST_TABLES Instance attribute Protected Type reference (TYPE) AS4FLAG Only allow to add new customer tables 20091103
26 PACKID Instance attribute Protected Type reference (TYPE) CNV_PACK CWB Conversion package 20091103
27 RELEV_TABLES Instance attribute Protected Type reference (TYPE) TY_T_RELEV_TABLE Subset of tables - customer and generated tables 20091103
28 RNODES Instance attribute Protected Type reference (TYPE) TY_T_RTREE_TABLE List of tables on tree 20091112
29 SORT_MENU Instance attribute Protected Object reference (TYPE REF TO) CL_CTMENU Sort Menu 20091103
30 SORT_SEQNUM Instance attribute Protected Type reference (TYPE) AS4FLAG Flag (X or blank) 20091103
31 SORT_TABNAME Instance attribute Protected Type reference (TYPE) AS4FLAG 'X' Flag (X or blank) 20091103
32 SPLITTER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Reduced Version of Splitter Container Control 20091103
33 TABLE_TYPES Instance attribute Protected Type reference (TYPE) TY_T_TABLE_TYPE Mapping: table name -> table type 20091103
34 TABNAME_PATTERN Instance attribute Protected Type reference (TYPE) CHAR40 '*' Character field of length 40 20091103
35 TOOLBAR Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20091103
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TABLE Instance method Public Method Adds a table to the list 20091103
2 ADD_TABNAME_NODE Static method Protected Method Adds a node to the given nodes and items tables 20091103
3 ASK_FOR_PATTERN Instance method Protected Method Displays a popup with input box for table name pattern 20091103
4 BATCH_FUNC_SELECTED Instance method Protected Method One of batch functions was selected 20100324
5 BUILD Instance method Public Method Build the tree control 20091103
6 CHANGES_CANCELLED Instance method Protected Event handling method Event handler for cancellation of changes 20091103
7 CHECK_ALL_TABLES Instance method Protected Method Checks all tables 20091103
8 CHECK_SELECTED_TABLE Instance method Protected Method Checks selected table 20091103
9 CONSTRUCTOR Instance method Public Constructor Constructs a table list 20091103
10 CREATE_BTC_SUBMENU Instance method Protected Method Creates a batch processing submenu 20100324
11 CREATE_CHECK_MENU Instance method Protected Method Creates check menu for toolbar 20091103
12 CREATE_FILTER_MENU Instance method Protected Method Creates filter menu for toolbar 20091103
13 CREATE_FILTER_PART Instance method Protected Method Creates filter html viewer 20091103
14 CREATE_FLAG_SUBMENU Instance method Protected Method Creates a submenu for FLAG domain (two lines) 20100324
15 CREATE_SORT_MENU Instance method Protected Method Creates sort menu for toolbar 20091103
16 CREATE_SUMUP_SUBMENU Instance method Protected Method Creates a submenu for SUMUP 20100324
17 CREATE_TOOLBAR Instance method Protected Method Creates toolbar 20091103
18 DATA_CHANGED Instance method Protected Event handling method Event handler for the event of changing data 20091103
19 DEL_TABLE Instance method Public Method Delete a table from the list 20091103
20 DISABLE_EDIT_BUTTONS Instance method Public Method Disables all edit buttons 20100128
21 DISPLAY_TABLE_SELECTED Instance method Protected Method Raises a TABLE_DISP_SELECTED event 20091103
22 EDIT_TABLE_SELECTED Instance method Protected Method Raises a TABLE_EDIT_SELECTED event 20091103
23 ENABLE_EDIT_BUTTONS Instance method Public Method Enables all edit buttons 20100128
24 FILL_TREE Instance method Protected Method Fills the tree with regard to all filters 20091103
25 GET_ACTIVE_PACKAGE Instance method Protected Method Gets the number of the active CWB package 20091103
26 GET_DEFAULT_SEQNUM Instance method Protected Method Calculates the default SEQNUM for newly added table 20091103
27 GET_SELECTED_TABLE_NAME Instance method Protected Method Returns the selected table name 20091103
28 IS_FILTER_SET Instance method Protected Method Returns whether some filter is set 20091103
29 IS_TABLE_READONLY Instance method Public Method Returns whether table is readonly 20091126
30 ITEM_CTX_MENU_SELECTED Instance method Public Event handling method Event handler for selection of a context menu item 20091103
31 ITEM_RIGHT_CLICKED Instance method Public Event handling method Event handler for right click on table name 20091103
32 LOAD_TABLES Instance method Protected Method Loads tables from CNVTABLES for given package 20091103
33 NODE_CTX_MENU_SELECTED Instance method Public Event handling method Event handler for selection of a context menu for a row 20091103
34 NODE_RIGHT_CLICKED Instance method Public Event handling method Event handler for right click on the whole row 20091103
35 NODE_SELECTED Instance method Public Event handling method Event handler for double clicking the whole row 20091103
36 NOTUSE_CLICKED Instance method Protected Event handling method NOTUSE checkbox was clicked 20091103
37 PASSES_FILTERS Instance method Protected Method Checks if a given table passes all defined filters 20091103
38 RAISE_TABLE_SELECTED Instance method Public Method Raises table selection event 20091103
39 REFRESH Instance method Public Method Refreshes the list 20091103
40 REGISTER_EVENTS Instance method Protected Method Registers toolbar and tree events 20091103
41 SAVE_SELECTED Instance method Protected Method Save table was selected 20091103
42 SET_DISABLED Instance method Public Method Sets 'disabled' flag 20091103
43 SET_NOTUSE_INTERNALLY Instance method Protected Event handling method Event handler for NOTUSE click 20091103
44 SHOW_SIMILAR_TABLES Instance method Protected Method Shows settings for similar tables 20100316
45 TABLE_SAVED Instance method Protected Event handling method Event handler for event of saving a table 20091103
46 TABLE_SELECTED Instance method Public Event handling method Event handler for double click on table name 20091103
47 TABLE_STATUS_UPDATED Instance method Protected Event handling method Event handler for status change 20091103
48 TOOLBAR_BUTTON_CLICKED Instance method Public Event handling method Event handler for button click event 20091103
49 TOOLBAR_DROPDOWN_CLICKED Instance method Public Event handling method Event handler for dropdown event 20091103
50 UPDATE_DYNAMIC_PARTS Instance method Protected Method Updates dynamic parts of menus 20091103
51 _ADD_TABLE Instance method Protected Method Adds a table to me->added_tables (internal use) 20091103
Events
# Event Type Visibility Description Created on
1 TABLE_ADDED Instance Event
(0)
Public
(2)
Table was selected to be added to the control 20091103
2 TABLE_CHECK_SELECTED Instance Event
(0)
Public
(2)
Check of table status was selected 20091103
3 TABLE_DELETED Instance Event
(0)
Public
(2)
Tables was selected to be deleted from the control 20091103
4 TABLE_DISP_SELECTED Instance Event
(0)
Public
(2)
Table was selected for display 20091103
5 TABLE_DOUBLE_CLICKED Instance Event
(0)
Public
(2)
Table name was double clicked 20091103
6 TABLE_EDIT_SELECTED Instance Event
(0)
Public
(2)
Table was selected for edit 20091103
7 TABLE_NOTUSE_CHANGED Instance Event
(0)
Public
(2)
The NOTUSE flag for the table was changed 20091103
8 TABLE_SAVE_SELECTED Instance Event
(0)
Public
(2)
Save table selected 20091103
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CNVTABLE Protected Type reference (TYPE) CNVTABLES Conversion: Tables for processing by package 20091103
2 TY_ITEM Protected Type reference (TYPE) MTREEITM Tree Control Item For Report SAPTREV* 20091103
3 TY_NODE Protected Type reference (TYPE) TREEV_NODE Tree Control: Attributes of a Node 20091103
4 TY_RELEV_TABLE Protected See coding Properties of conversion relevant table 20091103
5 TY_TABLE_TYPE Protected See coding Mapping: table name -> type of the table 20091103
6 TY_TREE_TABLE Protected See coding Tree table 20091103
7 TY_TTYPE Protected See coding Type of the table 20091103
8 TY_T_CNVTABLE Protected Type reference (TYPE) CNV_00001_TABLES_STT Conversion: Tables for processing by package 20091103
9 TY_T_ITEM Protected See coding Item 20091103
10 TY_T_NODE Protected Type reference (TYPE) TREEV_NTAB Tree Control: Node Table 20091103
11 TY_T_RELEV_TABLE Protected See coding List of conversion relevant tables 20091103
12 TY_T_RTREE_TABLE Protected See coding TY_T_RTREE_TABLE 20091112
13 TY_T_TABLE_TYPE Protected See coding Mapping table: table name -> type of the table 20091103
14 TY_T_TREE_TABLE Protected See coding TY_T_TREE_TABLE 20091103
Method Signatures

Method ADD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REFRESH Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20091103

Method ADD_TABLE on class CNV_00001_CL_GUI_TABLIST has no exception.

Method ADD_TABNAME_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDED Call by reference Type reference (TYPE) AS4FLAG Whether table is newly added 20091103
2 Importing CHANGED Call by reference Type reference (TYPE) AS4FLAG SPACE Whether table data was changed 20091103
3 Importing DELETED Call by reference Type reference (TYPE) AS4FLAG Whether table is deleted 20091103
4 Importing DISABLED Call by reference Type reference (TYPE) AS4FLAG whether the control is disabled 20091103
5 Changing ITEMTAB Call by reference Type reference (TYPE) TY_T_ITEM Item table 20091103
6 Changing NODETAB Call by reference Type reference (TYPE) TY_T_NODE Node table 20091103
7 Importing NOTUSE Call by reference Type reference (TYPE) CNV_NOT Conversion: Indicator for non-use 20091103
8 Importing ORIGIN Call by reference Type reference (TYPE) CNV_00001_TABORIGIN Origin of a table data (package, new standard or new cust.) 20091218
9 Importing READONLY Call by reference Type reference (TYPE) AS4FLAG Whether table is displayed read-only 20091126
10 Importing ROOTKEY Call by reference Type reference (TYPE) TV_NODEKEY Node key 20091103
11 Importing SEQNUM Call by reference Type reference (TYPE) CNVTABLES-SEQNUM Conversion: Structure for sequence of tables 20091103
12 Importing STATUS Call by reference Type reference (TYPE) CNV_00001_MSGTYPE SPACE Message type 20091103
13 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20091103
# Exception Resumable Description Created on
1 TABLE_NOT_FOUND Table not found in DDIC 20091103

Method ASK_FOR_PATTERN Signature

Method ASK_FOR_PATTERN on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method ASK_FOR_PATTERN on class CNV_00001_CL_GUI_TABLIST has no exception.

Method BATCH_FUNC_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) SYUCOMM Screens, function code triggered by PAI 20100324

Method BATCH_FUNC_SELECTED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method BUILD Signature

Method BUILD on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method BUILD on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CHANGES_CANCELLED Signature

Method CHANGES_CANCELLED on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method CHANGES_CANCELLED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CHECK_ALL_TABLES Signature

Method CHECK_ALL_TABLES on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method CHECK_ALL_TABLES on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CHECK_SELECTED_TABLE Signature

Method CHECK_SELECTED_TABLE on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method CHECK_SELECTED_TABLE on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_PROVIDER Call by reference Object reference (TYPE REF TO) CNV_00001_CTRL_DATA_PROVIDER CWB control tables data provider 20091103
2 Importing MAINTAINER Call by reference Object reference (TYPE REF TO) CNV_00001_TABFIELDS_MAINTAINER Maintainer of tables and fields 20091103
3 Importing NODE_SELECTION_MODE Call by reference Type reference (TYPE) I CL_GUI_COLUMN_TREE=>NODE_SEL_MODE_SINGLE Single or multiple selection 20091103
4 Importing NOTUSE_COLUMN_HEADER Call by reference Type reference (TYPE) TV_HEADING Column title for field NOTUSE 20091103
5 Importing NOTUSE_COLUMN_WIDTH Call by reference Type reference (TYPE) I Column width for field NOTUSE 20091103
6 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20091103
7 Importing SEQNUM_COLUMN_HEADER Call by reference Type reference (TYPE) TV_HEADING Column name for field SEQNUM 20091103
8 Importing SEQNUM_COLUMN_WIDTH Call by reference Type reference (TYPE) I Column width for field SEQNUM 20091103
9 Importing TABNAME_COLUMN_HEADER Call by reference Type reference (TYPE) TV_HEADING Column name for field TABNAME 20091103
10 Importing TABNAME_COLUMN_WIDTH Call by reference Type reference (TYPE) I Column width for field TABNAME 20091103
# Exception Resumable Description Created on
1 ACTIVE_PACKAGE_NOT_FOUND Active package doesn't exist 20091207

Method CREATE_BTC_SUBMENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MENU Value transfer Object reference (TYPE REF TO) CL_CTMENU Submenu 20100324

Method CREATE_BTC_SUBMENU on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CREATE_CHECK_MENU Signature

Method CREATE_CHECK_MENU on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method CREATE_CHECK_MENU on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CREATE_FILTER_MENU Signature

Method CREATE_FILTER_MENU on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method CREATE_FILTER_MENU on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CREATE_FILTER_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20091103

Method CREATE_FILTER_PART on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CREATE_FLAG_SUBMENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE1 Call by reference Type reference (TYPE) SYUCOMM Screens, function code triggered by PAI 20100324
2 Importing FCODE2 Call by reference Type reference (TYPE) SYUCOMM Screens, function code triggered by PAI 20100324
3 Returning MENU Value transfer Object reference (TYPE REF TO) CL_CTMENU Context Menu 20100324
4 Importing TEXT1 Call by reference Type reference (TYPE) CHAR40 Character field of length 40 20100324
5 Importing TEXT2 Call by reference Type reference (TYPE) CHAR40 Character field of length 40 20100324

Method CREATE_FLAG_SUBMENU on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CREATE_SORT_MENU Signature

Method CREATE_SORT_MENU on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method CREATE_SORT_MENU on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CREATE_SUMUP_SUBMENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MENU Value transfer Object reference (TYPE REF TO) CL_CTMENU Context Menu 20100324

Method CREATE_SUMUP_SUBMENU on class CNV_00001_CL_GUI_TABLIST has no exception.

Method CREATE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20091103

Method CREATE_TOOLBAR on class CNV_00001_CL_GUI_TABLIST has no exception.

Method DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABNAME Value transfer Attribute reference (LIKE) 20091103

Method DATA_CHANGED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method DEL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REFRESH Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20091103
2 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Table to be deleted from the list 20091103

Method DEL_TABLE on class CNV_00001_CL_GUI_TABLIST has no exception.

Method DISABLE_EDIT_BUTTONS Signature

Method DISABLE_EDIT_BUTTONS on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method DISABLE_EDIT_BUTTONS on class CNV_00001_CL_GUI_TABLIST has no exception.

Method DISPLAY_TABLE_SELECTED Signature

Method DISPLAY_TABLE_SELECTED on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method DISPLAY_TABLE_SELECTED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method EDIT_TABLE_SELECTED Signature

Method EDIT_TABLE_SELECTED on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method EDIT_TABLE_SELECTED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method ENABLE_EDIT_BUTTONS Signature

Method ENABLE_EDIT_BUTTONS on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method ENABLE_EDIT_BUTTONS on class CNV_00001_CL_GUI_TABLIST has no exception.

Method FILL_TREE Signature

Method FILL_TREE on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method FILL_TREE on class CNV_00001_CL_GUI_TABLIST has no exception.

Method GET_ACTIVE_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PACKID Value transfer Type reference (TYPE) CNV_PACK Conversion: Conversion packages 20091103

Method GET_ACTIVE_PACKAGE on class CNV_00001_CL_GUI_TABLIST has no exception.

Method GET_DEFAULT_SEQNUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQNUM Value transfer Type reference (TYPE) CNVTABLES-SEQNUM Conversion: Sequence Number 20091103

Method GET_DEFAULT_SEQNUM on class CNV_00001_CL_GUI_TABLIST has no exception.

Method GET_SELECTED_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TABNAME Value transfer Type reference (TYPE) TABNAME Table name 20091103

Method GET_SELECTED_TABLE_NAME on class CNV_00001_CL_GUI_TABLIST has no exception.

Method IS_FILTER_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SET Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20091103

Method IS_FILTER_SET on class CNV_00001_CL_GUI_TABLIST has no exception.

Method IS_TABLE_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RES Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20091126
2 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20091126

Method IS_TABLE_READONLY on class CNV_00001_CL_GUI_TABLIST has no exception.

Method ITEM_CTX_MENU_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) 20091103
2 Importing ITEM_NAME Call by reference Type reference (TYPE) 20091103
3 Importing NODE_KEY Call by reference Type reference (TYPE) 20091103

Method ITEM_CTX_MENU_SELECTED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method ITEM_RIGHT_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Type reference (TYPE) 20091103
2 Importing MENU Call by reference Type reference (TYPE) >INVALID< 20091103
3 Importing NODE_KEY Call by reference Type reference (TYPE) 20091103

Method ITEM_RIGHT_CLICKED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method LOAD_TABLES Signature

Method LOAD_TABLES on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method LOAD_TABLES on class CNV_00001_CL_GUI_TABLIST has no exception.

Method NODE_CTX_MENU_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) 20091103
2 Importing NODE_KEY Call by reference Type reference (TYPE) 20091103

Method NODE_CTX_MENU_SELECTED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method NODE_RIGHT_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MENU Call by reference Type reference (TYPE) 20091103
2 Importing NODE_KEY Call by reference Type reference (TYPE) 20091103

Method NODE_RIGHT_CLICKED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method NODE_SELECTED 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) 20091103

Method NODE_SELECTED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method NOTUSE_CLICKED Signature

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

Method NOTUSE_CLICKED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method PASSES_FILTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PASSED Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20091103
2 Importing RTABLE Call by reference Type reference (TYPE) TY_RELEV_TABLE Table definition 20091103

Method PASSES_FILTERS on class CNV_00001_CL_GUI_TABLIST has no exception.

Method RAISE_TABLE_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20091103

Method RAISE_TABLE_SELECTED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method REFRESH Signature

Method REFRESH on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method REFRESH on class CNV_00001_CL_GUI_TABLIST has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method REGISTER_EVENTS on class CNV_00001_CL_GUI_TABLIST has no exception.

Method SAVE_SELECTED Signature

Method SAVE_SELECTED on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method SAVE_SELECTED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method SET_DISABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISABLED Call by reference Type reference (TYPE) AS4FLAG Flag (X or blank) 20091103

Method SET_DISABLED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method SET_NOTUSE_INTERNALLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTUSE Value transfer Attribute reference (LIKE) 20091103
2 Importing TABNAME Value transfer Attribute reference (LIKE) 20091103

Method SET_NOTUSE_INTERNALLY on class CNV_00001_CL_GUI_TABLIST has no exception.

Method SHOW_SIMILAR_TABLES Signature

Method SHOW_SIMILAR_TABLES on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method SHOW_SIMILAR_TABLES on class CNV_00001_CL_GUI_TABLIST has no exception.

Method TABLE_SAVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABNAME Value transfer Type reference (TYPE) 20091103

Method TABLE_SAVED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method TABLE_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Type reference (TYPE) 20091103
2 Importing NODE_KEY Call by reference Type reference (TYPE) 20091103

Method TABLE_SELECTED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method TABLE_STATUS_UPDATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STATUS Value transfer Type reference (TYPE) 20091103
2 Importing TABNAME Value transfer Type reference (TYPE) 20091103

Method TABLE_STATUS_UPDATED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method TOOLBAR_BUTTON_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) 20091103

Method TOOLBAR_BUTTON_CLICKED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method TOOLBAR_DROPDOWN_CLICKED Signature

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

Method TOOLBAR_DROPDOWN_CLICKED on class CNV_00001_CL_GUI_TABLIST has no exception.

Method UPDATE_DYNAMIC_PARTS Signature

Method UPDATE_DYNAMIC_PARTS on class CNV_00001_CL_GUI_TABLIST has no parameter.
Method UPDATE_DYNAMIC_PARTS on class CNV_00001_CL_GUI_TABLIST has no exception.

Method _ADD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20091103
2 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20091103

Method _ADD_TABLE on class CNV_00001_CL_GUI_TABLIST has no exception.
Event Signatures

Event TABLE_ADDED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103

Event TABLE_CHECK_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103

Event TABLE_DELETED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103

Event TABLE_DISP_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103

Event TABLE_DOUBLE_CLICKED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103

Event TABLE_EDIT_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103

Event TABLE_NOTUSE_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 NOTUSE Exporting Value transfer Type reference (TYPE) CNV_NOT Conversion: Indicator for non-use 20091103
2 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103

Event TABLE_SAVE_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103
History
Last changed by/on SAP  20141030 
SAP Release Created in 46C