SAP ABAP Class CNV_00001_CL_GUI_FIELDLIST (Table fields list 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_ALV_GRID ALV List Viewer 20091103
Properties
Class CNV_00001_CL_GUI_FIELDLIST  
Short Description Table fields list control    
Super Class CL_GUI_ALV_GRID ALV List Viewer 
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_CL_GUI_FIELDLIST has no forward declaration.
Interfaces
Class CNV_00001_CL_GUI_FIELDLIST has no interface implemented.
Friends
Class CNV_00001_CL_GUI_FIELDLIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DATA_PROVIDER Instance attribute Protected Object reference (TYPE REF TO) CNV_00001_CTRL_DATA_PROVIDER CWB control tables data provider 20091103
2 DISABLED Instance attribute Protected Type reference (TYPE) AS4FLAG Disabled? 20091103
3 FIELDCAT Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field catalog 20091103
4 FIELDS Instance attribute Protected Type reference (TYPE) TY_T_FIELD List of fields 20091103
5 FIELD_TYPE Instance attribute Protected Type reference (TYPE) CHAR1 FIELD_TYPE_ALL Type of displayed fields 20091103
6 FIELD_TYPE_AGGR Constant Public Type reference (TYPE) CHAR1 'A' Aggregated fields 20091103
7 FIELD_TYPE_ALL Constant Public Type reference (TYPE) CHAR1 SPACE All fields 20091103
8 FIELD_TYPE_CONV Constant Public Type reference (TYPE) CHAR1 'C' Converted fields 20091103
9 FIELD_TYPE_READ Constant Public Type reference (TYPE) CHAR1 'R' Read-only fields 20091103
10 IGNORE_PAI Instance attribute Protected Type reference (TYPE) AS4FLAG Whether PAI should be ignored 20091103
11 LAYOUT Instance attribute Protected Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20091103
12 MC_STYLE_BOLD Constant Protected Type reference (TYPE) RAW4 '00000020' Sytle: bold 20101118
13 MC_STYLE_CHBOX_DISABLED Constant Protected Type reference (TYPE) RAW4 '00500000' Sytle: checkbox disabled 20101118
14 MC_STYLE_CHBOX_ENABLED Constant Protected Type reference (TYPE) RAW4 '00100001' Sytle: checkbox enabled 20101118
15 MC_STYLE_HIGHLIGHT Constant Protected Type reference (TYPE) RAW4 '00000004' Sytle: highlighted 20101119
16 MC_STYLE_LIGHT Constant Protected Type reference (TYPE) RAW4 '00000001' Sytle: light 20101118
17 PACKID Instance attribute Protected Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20091103
18 TABLE Instance attribute Protected Object reference (TYPE REF TO) CNV_00001_TABLE Representation of converted table 20091103
19 TABNAME Instance attribute Protected Type reference (TYPE) TABNAME Table name 20091103
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NEW_FIELD Instance method Protected Method Adds a new field to the list 20091103
2 CONFIGURE_SELECTED_FIELD Instance method Protected Method Configure selected field 20100429
3 CONSTRUCTOR Instance method Public Constructor Constructs field list 20091103
4 FILL_TABLE Instance method Protected Method Fills a table of fields to be displayed 20091103
5 GET_FIELD_TYPE Instance method Public Method Returns type of the fields in the list 20091103
6 IS_LIST_EDITABLE Instance method Protected Method Checks if list is editable 20091103
7 LOAD_TABLE Instance method Public Method Loads data for a given table from CNVTABLES 20091103
8 ON_CONTEXT_MENU_REQUEST Instance method Protected Event handling method Event handler for showing context menu 20091103
9 ON_DOUBLE_CLICK Instance method Protected Event handling method Event handler for double click 20100429
10 ON_HOTSPOT_CLICK Instance method Protected Event handling method Event handler for hot-spot click 20091103
11 ON_TOOLBAR_CREATED Instance method Protected Event handling method Event handler 20091103
12 ON_USER_COMMAND Instance method Protected Event handling method Event handler for button click on toolbar 20091103
13 PREPARE_FIELDCAT Instance method Protected Method Prepares field catalog and layout 20091103
14 REGISTER_EVENTS Instance method Protected Method Registers events 20091103
15 REMOVE_SELECTED_FIELD Instance method Protected Method Removes selected field from the list 20091103
16 SELECT_FIELD Instance method Public Method Sets the current field 20091103
17 SET_DISABLED Instance method Public Method Makes all input fields not editable 20091103
18 SET_IGNORE_PAI Instance method Public Method Sets the mode to ignore PAI event 20091103
19 SHOULD_IGNORE_PAI Instance method Public Method Returns whether PAI should be ignored 20091103
20 TOGGLE_NOTUSE_FOR_FIELD Instance method Protected Method Toggles NOTUSE flag for a given field 20091103
Events
# Event Type Visibility Description Created on
1 FIELD_ADDED Instance Event
(0)
Public
(2)
The field was added to the list 20091103
2 FIELD_CHOSEN Instance Event
(0)
Public
(2)
The field was clicked in the list 20091103
3 FIELD_NOTUSE_CLICKED Instance Event
(0)
Public
(2)
'Ignore' flag was clicked on a field 20091103
4 FIELD_REMOVED Instance Event
(0)
Public
(2)
The field was removed from the field list 20091103
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_FIELD Protected See coding Structure with table field attributes 20091103
2 TY_T_FIELD Protected See coding Table type of ty_field 20091103
Method Signatures

Method ADD_NEW_FIELD Signature

Method ADD_NEW_FIELD on class CNV_00001_CL_GUI_FIELDLIST has no parameter.
Method ADD_NEW_FIELD on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method CONFIGURE_SELECTED_FIELD Signature

Method CONFIGURE_SELECTED_FIELD on class CNV_00001_CL_GUI_FIELDLIST has no parameter.
Method CONFIGURE_SELECTED_FIELD on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLOGPARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Application Log 20091103
2 Importing APPL_EVENTS Call by reference Type reference (TYPE) CHAR01 SPACE Register Events as Application Events 20091103
3 Importing DATA_PROVIDER Call by reference Object reference (TYPE REF TO) CNV_00001_CTRL_DATA_PROVIDER CWB control tables data provider 20091103
4 Importing GRAPHICSPARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Graphics 20091103
5 Importing LIFETIME Call by reference Type reference (TYPE) I Lifetime 20091103
6 Importing NAME Call by reference Type reference (TYPE) STRING Name 20091103
7 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container 20091103
8 Importing PARENTDBG Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Internal, Do not Use 20091103
9 Importing SHELLSTYLE Call by reference Type reference (TYPE) I 0 Control Style 20091103
# Exception Resumable Description Created on
1 ERROR_CNTL_CREATE Error creating control 20091207
2 ERROR_CNTL_INIT Error Initializing Control 20091207
3 ERROR_CNTL_LINK Error Linking Control 20091207
4 ERROR_DP_CREATE Error Creating DataProvider Control 20091207

Method FILL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEL_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Name of the selected field 20101119

Method FILL_TABLE on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method GET_FIELD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TYPE Value transfer Type reference (TYPE) CHAR1 Type of the fields in the list 20091103

Method GET_FIELD_TYPE on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method IS_LIST_EDITABLE Signature

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

Method IS_LIST_EDITABLE on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method LOAD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEL_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Name of the selected field 20101119
2 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20091103
3 Importing TYPE Call by reference Type reference (TYPE) CHAR1 FIELD_TYPE_ALL Specifies which fields should be included 20091103

Method LOAD_TABLE on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method ON_CONTEXT_MENU_REQUEST Signature

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

Method ON_CONTEXT_MENU_REQUEST on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20100429
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20100429
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20100429

Method ON_DOUBLE_CLICK on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method ON_HOTSPOT_CLICK Signature

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

Method ON_HOTSPOT_CLICK on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method ON_TOOLBAR_CREATED Signature

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

Method ON_TOOLBAR_CREATED on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method ON_USER_COMMAND Signature

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

Method ON_USER_COMMAND on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method PREPARE_FIELDCAT Signature

Method PREPARE_FIELDCAT on class CNV_00001_CL_GUI_FIELDLIST has no parameter.
Method PREPARE_FIELDCAT on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method REGISTER_EVENTS Signature

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

Method REMOVE_SELECTED_FIELD Signature

Method REMOVE_SELECTED_FIELD on class CNV_00001_CL_GUI_FIELDLIST has no parameter.
Method REMOVE_SELECTED_FIELD on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method SELECT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD Call by reference Object reference (TYPE REF TO) CNV_00001_FIELD Converted field representation 20091103

Method SELECT_FIELD on class CNV_00001_CL_GUI_FIELDLIST 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_FIELDLIST has no exception.

Method SET_IGNORE_PAI Signature

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

Method SET_IGNORE_PAI on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method SHOULD_IGNORE_PAI Signature

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

Method SHOULD_IGNORE_PAI on class CNV_00001_CL_GUI_FIELDLIST has no exception.

Method TOGGLE_NOTUSE_FOR_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD Call by reference Object reference (TYPE REF TO) CNV_00001_FIELD Converted field representation 20091103

Method TOGGLE_NOTUSE_FOR_FIELD on class CNV_00001_CL_GUI_FIELDLIST has no exception.
Event Signatures

Event FIELD_ADDED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 AGGREGATE Exporting Value transfer Type reference (TYPE) CNV_AGGREGATE Type of aggregate function 20091103
2 DFIES Exporting Value transfer Type reference (TYPE) DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET 20091103
3 FIELDNAME Exporting Value transfer Type reference (TYPE) FIELDNAME Field name 20091103
4 LIST Exporting Value transfer Object reference (TYPE REF TO) CNV_00001_CL_GUI_FIELDLIST Table fields list control 20091103
5 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103

Event FIELD_CHOSEN Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FIELDNAME Exporting Value transfer Type reference (TYPE) FIELDNAME Field name 20091103
2 LIST Exporting Value transfer Object reference (TYPE REF TO) CNV_00001_CL_GUI_FIELDLIST Table fields list control 20091103
3 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103

Event FIELD_NOTUSE_CLICKED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FIELDNAME Exporting Value transfer Type reference (TYPE) FIELDNAME Field name 20091103
2 LIST Exporting Value transfer Object reference (TYPE REF TO) CNV_00001_CL_GUI_FIELDLIST Table fields list control 20091103
3 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103

Event FIELD_REMOVED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FIELDNAME Exporting Value transfer Type reference (TYPE) FIELDNAME Field name 20091103
2 LIST Exporting Value transfer Object reference (TYPE REF TO) CNV_00001_CL_GUI_FIELDLIST Table fields list control 20091103
3 TABNAME Exporting Value transfer Type reference (TYPE) TABNAME Table name 20091103
History
Last changed by/on SAP  20141030 
SAP Release Created in 46C