SAP ABAP Class CNV_00001_TABFIELDS_MAINTAINER (Maintainer of tables and fields)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Properties
Class CNV_00001_TABFIELDS_MAINTAINER  
Short Description Maintainer of tables and fields    
Super Class    
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
Class CNV_00001_TABFIELDS_MAINTAINER has no forward declaration.
Interfaces
Class CNV_00001_TABFIELDS_MAINTAINER has no interface implemented.
Friends
Class CNV_00001_TABFIELDS_MAINTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGED Instance attribute Protected Type reference (TYPE) AS4FLAG Whether data has changed 20091103
2 CURRENT_FIELD_VIEW Instance attribute Protected Type reference (TYPE) CHAR1 FIELD_VIEW_CONVERTED Which fields are currently shown 20101119
3 DATA_PROVIDER Instance attribute Protected Object reference (TYPE REF TO) CNV_00001_CTRL_DATA_PROVIDER CWB control tables data provider 20091103
4 DISPLAY Instance attribute Public Type reference (TYPE) AS4FLAG SPACE Display or edit mode 20091103
5 FIELD_VIEW_AGGREGATED Constant Public Type reference (TYPE) CHAR1 'A' Converted fields 20101119
6 FIELD_VIEW_CONVERTED Constant Public Type reference (TYPE) CHAR1 'C' Converted fields 20101119
7 FIELD_VIEW_READONLY Constant Public Type reference (TYPE) CHAR1 'R' Converted fields 20101119
8 PACKID Instance attribute Protected Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20091103
9 SELFIELD_REF Instance attribute Protected Object reference (TYPE REF TO) CNV_00001_FIELD Converted field representation 20091103
10 SELTAB_REF Instance attribute Protected Object reference (TYPE REF TO) CNV_00001_TABLE Representation of selected table 20091103
11 SHOW_ADD_DEL Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show add and delete functions 20100305
12 SHOW_AGGR_TAB Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show aggregated fields tab 20091130
13 SHOW_BATCH_FUNCTS Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show batch processing functions 20100323
14 SHOW_CONV_TAB Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show converted fields tab 20091130
15 SHOW_CTRL_TABLES_TAB Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show control table entries tab 20091127
16 SHOW_DUPL_TAB Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show duplicate handling tab 20091130
17 SHOW_FIELD_SEQNUM Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show field seqnum 20091216
18 SHOW_MAIN_TAB Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show main settings tab 20091130
19 SHOW_OTHR_TAB Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show other settings tab 20091130
20 SHOW_OVERVIEW_TAB Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show overview tab 20091127
21 SHOW_PRIO_HANDLING Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show priority handling 20100224
22 SHOW_READ_TAB Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show read-only tab 20091130
23 SHOW_SORT_MENU Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show sort menu 20091216
24 SHOW_TAB_SEQNUM Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to show table seqnum in tablist 20091216
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_REFERENCES Instance method Public Method Clears reference to field and table 20091103
2 CLEAR_SELECTED_FIELD Instance method Public Method Clears the field selection 20091103
3 CONSTRUCTOR Instance method Public Constructor Constructs a table / fields maintainer 20091103
4 DATA_CHANGED Instance method Public Event handling method Event handler for data changed 20091103
5 FIELD_ADDED Instance method Public Event handling method Event handler for field adding 20091103
6 FIELD_CHOSEN Instance method Public Event handling method Event handler for choosing a field of a table 20091103
7 FIELD_NOTUSE_CLICKED Instance method Public Event handling method Event handler for field notuse click 20091103
8 FIELD_REMOVED Instance method Public Event handling method Event handler for field removing 20091103
9 GET_DATA_PROVIDER Instance method Public Method Returns a data provider 20091103
10 GET_SELECTED_FIELD Instance method Public Method Returns the reference to selected field 20091103
11 GET_SELECTED_TABLE Instance method Public Method Returns the reference to selected table 20091103
12 IS_ADD_DEL_SHOWN Instance method Public Method Whether to show add and delete functions 20100305
13 IS_AGGR_TAB_SHOWN Instance method Public Method Whether to show aggregated fields tab 20091130
14 IS_BATCH_PROCESSING_SHOWN Instance method Public Method Whether to show batch processing functions 20100323
15 IS_CONV_TAB_SHOWN Instance method Public Method Whether to show converted fields tab 20091130
16 IS_CTRL_TABLES_TAB_SHOWN Instance method Public Method Returns whether the tab with control table entries is shown 20091127
17 IS_DATA_CHANGED Instance method Public Method Returns whether data was changed without saving 20091103
18 IS_DUPL_TAB_SHOWN Instance method Public Method Whether to show duplicate handling tab 20091130
19 IS_FIELD_SEQNUM_SHOWN Instance method Public Method Whether to show seqnum in field details 20091216
20 IS_LOCKED Instance method Public Method Whether the data is locked by other user 20091103
21 IS_MAIN_TAB_SHOWN Instance method Public Method Whether to show main settings tab 20091130
22 IS_OTHR_TAB_SHOWN Instance method Public Method Whether to show other settings tab 20091130
23 IS_OVERVIEW_TAB_SHOWN Instance method Public Method Returns whether the tab with overview is shown 20091127
24 IS_PRIO_HANDLING_SHOWN Instance method Public Method Whether to show priority handling 20100224
25 IS_READ_TAB_SHOWN Instance method Public Method Whether to show read-only tab 20091130
26 IS_SORT_MENU_SHOWN Instance method Public Method Whether to show sort menu in table list 20091216
27 IS_TABLE_SEQNUM_SHOWN Instance method Public Method Whether to show seqnum in table list 20091216
28 SAVE_ALL Instance method Public Method Saves all changed tables to the database 20091103
29 SELECT_FIRST_FIELD Instance method Public Method Selects the first field of the current view 20101119
30 SET_CHANGED Instance method Public Method Sets the 'changed' flag 20091103
31 SET_CURRENT_FIELD_VIEW Instance method Public Method Sets the field view 20101119
32 SET_SELTAB_REF Instance method Public Method Assigns a reference to the selected table 20091103
33 START Instance method Public Method Starts a maintainer 20091103
34 TABLE_ADDED Instance method Public Event handling method Event handler for adding a table to the table list control 20091103
35 TABLE_CHECK_SELECTED Instance method Public Event handling method Event handler for table status check 20091103
36 TABLE_DELETED Instance method Public Event handling method Event handler for deleting a table from table list control 20091103
37 TABLE_DISP_SELECTED Instance method Public Event handling method Event handler for displaying a table in a list control 20091103
38 TABLE_DOUBLE_CLICKED Instance method Public Event handling method Event handler for selecting a table in a list control 20091103
39 TABLE_EDIT_SELECTED Instance method Public Event handling method Event handler for editing a table in a list control 20091103
40 TABLE_NOTUSE_CHANGED Instance method Public Event handling method Event handler for changing NOTUSE flag 20091103
41 TABLE_SAVE_SELECTED Instance method Public Event handling method Event handler for table save 20091103
42 TRY_LOCK Instance method Public Method Checks if the data is locked by other user 20091103
Events
Class CNV_00001_TABFIELDS_MAINTAINER has no event.
Types
Class CNV_00001_TABFIELDS_MAINTAINER has no local type.
Method Signatures

Method CLEAR_REFERENCES Signature

Method CLEAR_REFERENCES on class CNV_00001_TABFIELDS_MAINTAINER has no parameter.
Method CLEAR_REFERENCES on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method CLEAR_SELECTED_FIELD Signature

Method CLEAR_SELECTED_FIELD on class CNV_00001_TABFIELDS_MAINTAINER has no parameter.
Method CLEAR_SELECTED_FIELD on class CNV_00001_TABFIELDS_MAINTAINER 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 20091207
2 Importing PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20091207
3 Importing SHOW_ADD_DEL Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show add and delete functions 20100305
4 Importing SHOW_AGGR_TAB Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show aggregated fields tab 20091207
5 Importing SHOW_BATCH_FUNCTS Call by reference Type reference (TYPE) AS4FLAG 'x' Whether to show batch processing functions 20100323
6 Importing SHOW_CONV_TAB Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show converted fields tab 20091207
7 Importing SHOW_CTRL_TABLES_TAB Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show control table entries tab 20091207
8 Importing SHOW_DUPL_TAB Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show duplicate handling tab 20091207
9 Importing SHOW_FIELD_SEQNUM Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show seqnum in field details 20091216
10 Importing SHOW_MAIN_TAB Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show main settings tab 20091207
11 Importing SHOW_OTHR_TAB Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show other settings tab 20091207
12 Importing SHOW_OVERVIEW_TAB Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show overview tab 20091207
13 Importing SHOW_PRIO_HANDLING Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show priority handling 20100224
14 Importing SHOW_READ_TAB Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show read-only tab 20091207
15 Importing SHOW_SORT_MENU Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show sort menu 20091216
16 Importing SHOW_TAB_SEQNUM Call by reference Type reference (TYPE) AS4FLAG 'X' Whether to show seqnum in table list 20091216

Method CONSTRUCTOR on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method DATA_CHANGED Signature

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

Method DATA_CHANGED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method FIELD_ADDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGGREGATE Call by reference Type reference (TYPE) 20091103
2 Importing DFIES Call by reference Type reference (TYPE) 20091103
3 Importing FIELDNAME Call by reference Type reference (TYPE) 20091103
4 Importing LIST Call by reference Type reference (TYPE) 20091103
5 Importing TABNAME Call by reference Type reference (TYPE) 20091103

Method FIELD_ADDED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method FIELD_CHOSEN Signature

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

Method FIELD_CHOSEN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method FIELD_NOTUSE_CLICKED Signature

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

Method FIELD_NOTUSE_CLICKED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method FIELD_REMOVED Signature

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

Method FIELD_REMOVED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method GET_DATA_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA_PROVIDER Call by reference Object reference (TYPE REF TO) CNV_00001_CTRL_DATA_PROVIDER CWB control tables data provider 20091103

Method GET_DATA_PROVIDER on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method GET_SELECTED_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FIELD Call by reference Object reference (TYPE REF TO) CNV_00001_FIELD Converted field representation 20091103
2 Exporting TABLE Call by reference Object reference (TYPE REF TO) CNV_00001_TABLE Representation of converted table 20091103

Method GET_SELECTED_FIELD on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method GET_SELECTED_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TABLE Call by reference Object reference (TYPE REF TO) CNV_00001_TABLE Representation of converted table 20091103

Method GET_SELECTED_TABLE on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_ADD_DEL_SHOWN 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) 20100305

Method IS_ADD_DEL_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_AGGR_TAB_SHOWN Signature

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

Method IS_AGGR_TAB_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_BATCH_PROCESSING_SHOWN 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) 20100323

Method IS_BATCH_PROCESSING_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_CONV_TAB_SHOWN Signature

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

Method IS_CONV_TAB_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_CTRL_TABLES_TAB_SHOWN Signature

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

Method IS_CTRL_TABLES_TAB_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_DATA_CHANGED Signature

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

Method IS_DATA_CHANGED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_DUPL_TAB_SHOWN Signature

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

Method IS_DUPL_TAB_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_FIELD_SEQNUM_SHOWN 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) 20091216

Method IS_FIELD_SEQNUM_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

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

Method IS_LOCKED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_MAIN_TAB_SHOWN Signature

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

Method IS_MAIN_TAB_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_OTHR_TAB_SHOWN Signature

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

Method IS_OTHR_TAB_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_OVERVIEW_TAB_SHOWN Signature

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

Method IS_OVERVIEW_TAB_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_PRIO_HANDLING_SHOWN 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) 20100224

Method IS_PRIO_HANDLING_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_READ_TAB_SHOWN Signature

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

Method IS_READ_TAB_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_SORT_MENU_SHOWN 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) 20091216

Method IS_SORT_MENU_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method IS_TABLE_SEQNUM_SHOWN 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) 20091216

Method IS_TABLE_SEQNUM_SHOWN on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method SAVE_ALL Signature

Method SAVE_ALL on class CNV_00001_TABFIELDS_MAINTAINER has no parameter.
# Exception Resumable Description Created on
1 ACTION_CANCELLED Action cancelled by user 20091103
2 ERROR_SAVING_TO_DB There was an error when writing to the database 20091103

Method SELECT_FIRST_FIELD Signature

Method SELECT_FIRST_FIELD on class CNV_00001_TABFIELDS_MAINTAINER has no parameter.
Method SELECT_FIRST_FIELD on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method SET_CHANGED Signature

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

Method SET_CHANGED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method SET_CURRENT_FIELD_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD_VIEW Call by reference Type reference (TYPE) CHAR1 Single-character flag 20101119

Method SET_CURRENT_FIELD_VIEW on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method SET_SELTAB_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELTAB_REF Call by reference Object reference (TYPE REF TO) CNV_00001_TABLE Representation of selected table 20091103

Method SET_SELTAB_REF on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20091103

Method START on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method TABLE_ADDED Signature

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

Method TABLE_ADDED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

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

Method TABLE_CHECK_SELECTED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method TABLE_DELETED Signature

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

Method TABLE_DELETED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

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

Method TABLE_DISP_SELECTED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method TABLE_DOUBLE_CLICKED Signature

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

Method TABLE_DOUBLE_CLICKED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

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

Method TABLE_EDIT_SELECTED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method TABLE_NOTUSE_CHANGED Signature

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

Method TABLE_NOTUSE_CHANGED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

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

Method TABLE_SAVE_SELECTED on class CNV_00001_TABFIELDS_MAINTAINER has no exception.

Method TRY_LOCK Signature

Method TRY_LOCK on class CNV_00001_TABFIELDS_MAINTAINER has no parameter.
# Exception Resumable Description Created on
1 SYSTEM_ERROR System error occured 20091103
History
Last changed by/on SAP  20141030 
SAP Release Created in 46C