SAP ABAP Class CL_CNV_00001_SMAINT_GUI_FLDLST (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 20110406
Properties
Class CL_CNV_00001_SMAINT_GUI_FLDLST  
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 20110406   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_CNV_00001_API_STATIC Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_CNV_00001_SMAINT_GUI_FLDLST has no interface implemented.
Friends
Class CL_CNV_00001_SMAINT_GUI_FLDLST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DISABLED Instance attribute Protected Type reference (TYPE) AS4FLAG Disabled? 20110406
2 FIELDCAT Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field catalog 20110406
3 FIELDS Instance attribute Protected Type reference (TYPE) TY_T_FIELD List of fields 20110406
4 FIELD_TYPE Instance attribute Protected Type reference (TYPE) CHAR1 FIELD_TYPE_CONV Type of displayed fields 20110406
5 FIELD_TYPE_AGGR Constant Public Type reference (TYPE) CHAR1 'A' Aggregated fields 20110406
6 FIELD_TYPE_CONV Constant Public Type reference (TYPE) CHAR1 'C' Converted fields 20110406
7 FIELD_TYPE_READ Constant Public Type reference (TYPE) CHAR1 'R' Read-only fields 20110406
8 IGNORE_PAI Instance attribute Protected Type reference (TYPE) AS4FLAG Whether PAI should be ignored 20110406
9 LAYOUT Instance attribute Protected Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20110406
10 MC_STYLE_BOLD Constant Protected Type reference (TYPE) RAW4 '00000020' Sytle: bold 20110406
11 MC_STYLE_CHBOX_DISABLED Constant Protected Type reference (TYPE) RAW4 '00500000' Sytle: checkbox disabled 20110406
12 MC_STYLE_CHBOX_ENABLED Constant Protected Type reference (TYPE) RAW4 '00100001' Sytle: checkbox enabled 20110406
13 MC_STYLE_HIGHLIGHT Constant Protected Type reference (TYPE) RAW4 '00000004' Sytle: highlighted 20110406
14 MC_STYLE_LIGHT Constant Protected Type reference (TYPE) RAW4 '00000001' Sytle: light 20110406
15 PACKID Instance attribute Protected Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20110406
16 TABLE Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_00001_API_TABLE Representation of converted table 20110406
17 VIEW_MODE Instance attribute Public Type reference (TYPE) CNV_00001_VISIBILITY View mode ('E'-expert, 'C'-extended, ' '-standard) 20110413
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NEW_FIELD Instance method Protected Method Adds a new field to the list 20110406
2 CONFIGURE_SELECTED_FIELD Instance method Protected Method Configure selected field 20110406
3 CONSTRUCTOR Instance method Public Constructor Constructs field list 20110406
4 DISPLAY Instance method Public Method Displays the selected fields 20110406
5 FILL_TABLE Instance method Protected Method Fills a table of fields to be displayed 20110406
6 GET_FIELD_TYPE Instance method Public Method Returns type of the fields in the list 20110406
7 IS_FIELD_EDITABLE Instance method Protected Method Returns whether field is editable 20110413
8 IS_LIST_EDITABLE Instance method Protected Method Checks if list is editable 20110406
9 ON_CONTEXT_MENU_REQUEST Instance method Protected Event handling method Event handler for showing context menu 20110406
10 ON_DOUBLE_CLICK Instance method Protected Event handling method Event handler for double click 20110406
11 ON_HOTSPOT_CLICK Instance method Protected Event handling method Event handler for hot-spot click 20110406
12 ON_TOOLBAR_CREATED Instance method Protected Event handling method Event handler 20110406
13 ON_USER_COMMAND Instance method Protected Event handling method Event handler for button click on toolbar 20110406
14 PREPARE_FIELDCAT Instance method Protected Method Prepares field catalog and layout 20110406
15 REGISTER_EVENTS Instance method Protected Method Registers events 20110406
16 REMOVE_SELECTED_FIELD Instance method Protected Method Removes selected field from the list 20110406
17 SELECT_FIELD Instance method Public Method Sets the current field 20110406
18 SET_DISABLED Instance method Public Method Makes all input fields not editable 20110406
19 SET_IGNORE_PAI Instance method Public Method Sets the mode to ignore PAI event 20110406
20 SHOULD_IGNORE_PAI Instance method Public Method Returns whether PAI should be ignored 20110406
21 TOGGLE_NOTUSE_FOR_FIELD Instance method Protected Method Toggles NOTUSE flag for a given field 20110406
Events
# Event Type Visibility Description Created on
1 FIELD_ADDED Instance Event
(0)
Public
(2)
The field was added to the list 20110406
2 FIELD_CHOSEN Instance Event
(0)
Public
(2)
The field was clicked in the list 20110406
3 FIELD_NOTUSE_CLICKED Instance Event
(0)
Public
(2)
'Ignore' flag was clicked on a field 20110406
4 FIELD_REMOVED Instance Event
(0)
Public
(2)
The field was removed from the field list 20110406
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_FIELD Protected See coding Structure with table field attributes 20110406
2 TY_T_FIELD Protected See coding Table type of ty_field 20110406
Method Signatures

Method ADD_NEW_FIELD Signature

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

Method CONFIGURE_SELECTED_FIELD Signature

Method CONFIGURE_SELECTED_FIELD on class CL_CNV_00001_SMAINT_GUI_FLDLST has no parameter.
Method CONFIGURE_SELECTED_FIELD on class CL_CNV_00001_SMAINT_GUI_FLDLST 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 20110406
2 Importing APPL_EVENTS Call by reference Type reference (TYPE) CHAR01 SPACE Register Events as Application Events 20110406
3 Importing GRAPHICSPARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Graphics 20110406
4 Importing LIFETIME Call by reference Type reference (TYPE) I Lifetime 20110406
5 Importing NAME Call by reference Type reference (TYPE) STRING Name 20110406
6 Importing PACKID Call by reference Type reference (TYPE) CNV_PACK package number 20110406
7 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container 20110406
8 Importing PARENTDBG Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Internal, Do not Use 20110406
9 Importing SHELLSTYLE Call by reference Type reference (TYPE) I 0 Control Style 20110406
10 Importing VIEW_MODE Call by reference Type reference (TYPE) CNV_00001_VISIBILITY IF_CNV_00001_API_STATIC=>VIEW_STANDARD View mode ('E'-expert, 'C'-extended, ' '-standard) 20110413
# Exception Resumable Description Created on
1 ERROR_CNTL_CREATE Error creating control 20110406
2 ERROR_CNTL_INIT Error Initializing Control 20110406
3 ERROR_CNTL_LINK Error Linking Control 20110406
4 ERROR_DP_CREATE Error Creating DataProvider Control 20110406

Method DISPLAY 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 20110406
2 Importing TABLE Call by reference Object reference (TYPE REF TO) CL_CNV_00001_API_TABLE Table name 20110406
3 Importing TYPE Call by reference Type reference (TYPE) CHAR1 FIELD_TYPE_CONV Specifies which fields should be included 20110406

Method DISPLAY on class CL_CNV_00001_SMAINT_GUI_FLDLST has no exception.

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 20110406

Method FILL_TABLE on class CL_CNV_00001_SMAINT_GUI_FLDLST 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 20110406

Method GET_FIELD_TYPE on class CL_CNV_00001_SMAINT_GUI_FLDLST has no exception.

Method IS_FIELD_EDITABLE 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) CL_CNV_00001_API_FIELD Conv.-relevant field representation 20110413
2 Returning RET Value transfer Type reference (TYPE) FLAG General Flag 20110413

Method IS_FIELD_EDITABLE on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) 20110406

Method IS_LIST_EDITABLE on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) 20110406

Method ON_CONTEXT_MENU_REQUEST on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) 20110406
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20110406
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20110406

Method ON_DOUBLE_CLICK on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) 20110406
2 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 20110406
3 Importing E_ROW_ID Value transfer Attribute reference (LIKE) 20110406

Method ON_HOTSPOT_CLICK on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) 20110406
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20110406

Method ON_TOOLBAR_CREATED on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) 20110406

Method ON_USER_COMMAND on class CL_CNV_00001_SMAINT_GUI_FLDLST has no exception.

Method PREPARE_FIELDCAT Signature

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

Method REGISTER_EVENTS Signature

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

Method REMOVE_SELECTED_FIELD Signature

Method REMOVE_SELECTED_FIELD on class CL_CNV_00001_SMAINT_GUI_FLDLST has no parameter.
Method REMOVE_SELECTED_FIELD on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) CL_CNV_00001_API_FIELD Converted field representation 20110406

Method SELECT_FIELD on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) 20110406

Method SET_DISABLED on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) 20110406

Method SET_IGNORE_PAI on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) 20110406

Method SHOULD_IGNORE_PAI on class CL_CNV_00001_SMAINT_GUI_FLDLST 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) CL_CNV_00001_API_FIELD Converted field representation 20110406

Method TOGGLE_NOTUSE_FOR_FIELD on class CL_CNV_00001_SMAINT_GUI_FLDLST 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 20110406
2 DFIES Exporting Value transfer Type reference (TYPE) DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET 20110406
3 FIELD Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_API_FIELD Field name 20110412
4 LIST Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_SMAINT_GUI_FLDLST Table fields list control 20110406
5 TABLE Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_API_TABLE Table name 20110406

Event FIELD_CHOSEN Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FIELD Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_API_FIELD Field name 20110406
2 LIST Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_SMAINT_GUI_FLDLST Table fields list control 20110406
3 TABLE Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_API_TABLE Table name 20110406

Event FIELD_NOTUSE_CLICKED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FIELD Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_API_FIELD Field name 20110406
2 LIST Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_SMAINT_GUI_FLDLST Table fields list control 20110406
3 TABLE Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_API_TABLE Table name 20110406

Event FIELD_REMOVED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FIELD Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_API_FIELD Field name 20110406
2 LIST Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_SMAINT_GUI_FLDLST Table fields list control 20110406
3 TABLE Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_API_TABLE Table name 20110406
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620