SAP ABAP Class /TDAG/CP_IMDSCL_CTL_ALV (Basic view Controller for ALV based Views)
Hierarchy
TDAGBCA (Software Component) TechniData Basic Components
   EHS (Application Component) Environment, Health and Safety
     /TDAG/CP_IMDS (Package) IMDS Advanced Interface Integration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /TDAG/CP_IMDSCL_VIEW_CTRL Basis View Controller class 20100519
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /TDAG/CP_IMDSCL_CTL_CUSC_ALV View controller for the ALV sub view within the Customer MD 20100519
2 Inheritance (c INHERITING FROM c_ref)  /TDAG/CP_IMDSCL_CTL_SUPC_ALV View controller for the ALV sub view within the Customer MD 20100714
Properties
Class /TDAG/CP_IMDSCL_CTL_ALV  
Short Description Basic view Controller for ALV based Views    
Super Class /TDAG/CP_IMDSCL_VIEW_CTRL Basis View Controller class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /TDAG/CP_IMDS   IMDS Advanced Interface Integration 
Created 20100519   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /TDAG/CP_IMDSCL_CTL_ALV has no interface implemented.
Friends
Class /TDAG/CP_IMDSCL_CTL_ALV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ALV_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV custom control 20100520
2 MS_LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYO Grid Layout and Options 20100521
3 MT_COMPL_FIELDCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT Complete data structure field catalog 20100520
4 MT_EXCEPT_QINFO Instance attribute Private Type reference (TYPE) LVC_T_QINF Exceptional Infos 20100621
5 MT_F4_FIELDS Instance attribute Private Type reference (TYPE) LVC_T_F4 Explicit fields with F4 help 20100722
6 MV_DELAYED_SEL_CHANGE Instance attribute Private Type reference (TYPE) ABAP_BOOL abap_false Send delayed selection change event 20100729
7 MV_STYLE_FIELD Instance attribute Private Type reference (TYPE) LVC_FNAME Style table field name 20100521
8 MV_VARIANT_SAVE_OPT Instance attribute Private Type reference (TYPE) CHAR01 SPACE Display Variant Save Option 20100528
Methods
# Method Level Visibility Method type Description Created on
1 ADD_F4_FIELD Instance method Protected Method Adds a explicit field with F4 help 20100722
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100521
3 GET_COMPL_FIELDCAT Instance method Private Method Get the complete field catalog 20100520
4 GET_FIELD_ATTRIBUTES Instance method Protected Method Sets the options for the given field of the field catalog 20100521
5 GET_SELECTED_CELLS Instance method Protected Method Get the current selected Cells 20101216
6 GET_SELECTED_ROWS Instance method Protected Method Returns the currently selected rows 20100723
7 GET_STYLE_TAB Instance method Private Method Get initial style table 20100520
8 GET_TOOLBAR_BUTTONS Instance method Protected Method Get the custom toolbar buttons 20100521
9 GET_TOOLBAR_EXCLUDE Instance method Protected Method Set toolbar functions which have not to be shown 20100521
10 ON_BEFORE_USER_COMMAND Instance method Protected Event handling method On Event Before User Command 20100528
11 ON_BUTTON_CLICK Instance method Protected Event handling method Handles the Button Click Event 20101125
12 ON_DATA_CHANGED Instance method Protected Event handling method Handles data change 20100722
13 ON_DELAYED_SEL_CALLBACK Instance method Protected Event handling method Handler for the delayed selection changed callback 20100726
14 ON_DOUBLE_CLICK Instance method Protected Event handling method Handler for DoubleClick Event 20100531
15 ON_F4 Instance method Protected Event handling method Handler for F4 requests 20100722
16 ON_HANDLE_TOOLBAR Instance method Private Event handling method Toolbar Event Handler 20100521
17 ON_HOTSPOT_CLICK Instance method Protected Event handling method Handler for Hotspot Click Event 20100531
18 ON_USER_COMMAND Instance method Protected Event handling method On Event User Command 20100525
19 REFRESH_TOOLBAR Instance method Protected Method Refresh the toolbar 20100521
Events
Class /TDAG/CP_IMDSCL_CTL_ALV has no event.
Types
Class /TDAG/CP_IMDSCL_CTL_ALV has no local type.
Method Signatures

Method ADD_F4_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME Fieldname 20100722

Method ADD_F4_FIELD on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER 20100521
2 Importing IS_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO Grid Layout and Options 20100521
3 Importing IT_EXCEPT_QINFO Call by reference Type reference (TYPE) LVC_T_QINF Table for Exception Quickinfo 20100621
4 Importing IV_CONTAINER_NAME Call by reference Type reference (TYPE) C 20100521
5 Importing IV_CUSTOM_CTRL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100521
6 Importing IV_DELAYED_SEL_CHANGE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Enable/Disable delayed selection change event handling 20100729
7 Importing IV_DYNPRO Call by reference Type reference (TYPE) SYDYNNR 20100521
8 Importing IV_GRID_TITLE Call by reference Type reference (TYPE) LVC_TITLE Grid title 20100521
9 Importing IV_PROGRAM Call by reference Type reference (TYPE) SYREPID 20100521
10 Importing IV_ROW_COLOR_FIELD Call by reference Type reference (TYPE) LVC_FNAME Row Color field name 20100531
11 Importing IV_SEL_MODE Call by reference Type reference (TYPE) LVC_LIBOX 'B' Grid Selection mode 20100521
12 Importing IV_STYLE_FIELD Call by reference Type reference (TYPE) LVC_FNAME Cell Style field name 20100521
13 Importing IV_VARIANT_SAVE_OPT Call by reference Type reference (TYPE) CHAR01 SPACE Displ. Variant Save Option (X, U, A, space) 20100528
# Exception Resumable Description Created on
1 FAILED 20100521

Method GET_COMPL_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20100520

Method GET_COMPL_FIELDCAT on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method GET_FIELD_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FCAT_FIELD Call by reference Object reference (TYPE REF TO) LVC_S_FCAT Reference to catalog field 20100521

Method GET_FIELD_ATTRIBUTES on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method GET_SELECTED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CELL Call by reference Type reference (TYPE) LVC_T_CELL Selected Cells 20101216

Method GET_SELECTED_CELLS on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method GET_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROW_NO Call by reference Type reference (TYPE) LVC_T_ROID Assignment of Row Number to Row ID 20100723

Method GET_SELECTED_ROWS on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method GET_STYLE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_STYLE_TAB Value transfer Type reference (TYPE) LVC_T_STYL ALV Control: Style Table for Cells 20100520

Method GET_STYLE_TAB on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method GET_TOOLBAR_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BUTTON_TABLE Call by reference Object reference (TYPE REF TO) TTB_BUTTON Reference to button table 20100521

Method GET_TOOLBAR_BUTTONS on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method GET_TOOLBAR_EXCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXCLUDE_FUNCS Call by reference Type reference (TYPE) UI_FUNCTIONS Function Code Table 20100521

Method GET_TOOLBAR_EXCLUDE on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method ON_BEFORE_USER_COMMAND Signature

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

Method ON_BEFORE_USER_COMMAND on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method ON_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_COL_ID Call by reference Attribute reference (LIKE) 20101125
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20101125

Method ON_BUTTON_CLICK on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method ON_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Call by reference Attribute reference (LIKE) 20100722
2 Importing E_ONF4 Call by reference Attribute reference (LIKE) 20100722
3 Importing E_ONF4_AFTER Call by reference Attribute reference (LIKE) 20100722
4 Importing E_ONF4_BEFORE Call by reference Attribute reference (LIKE) 20100722
5 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20100722

Method ON_DATA_CHANGED on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method ON_DELAYED_SEL_CALLBACK Signature

Method ON_DELAYED_SEL_CALLBACK on class /TDAG/CP_IMDSCL_CTL_ALV has no parameter.
Method ON_DELAYED_SEL_CALLBACK on class /TDAG/CP_IMDSCL_CTL_ALV 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 Call by reference Attribute reference (LIKE) 20100531
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20100531
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20100531

Method ON_DOUBLE_CLICK on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method ON_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Attribute reference (LIKE) 20100722
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20100722
3 Importing ET_BAD_CELLS Call by reference Attribute reference (LIKE) 20100722
4 Importing E_DISPLAY Call by reference Attribute reference (LIKE) 20100722
5 Importing E_FIELDNAME Call by reference Attribute reference (LIKE) 20100722
6 Importing E_FIELDVALUE Call by reference Attribute reference (LIKE) 20100722

Method ON_F4 on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method ON_HANDLE_TOOLBAR Signature

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

Method ON_HANDLE_TOOLBAR on class /TDAG/CP_IMDSCL_CTL_ALV 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 Call by reference Attribute reference (LIKE) 20100531
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20100531
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20100531

Method ON_HOTSPOT_CLICK on class /TDAG/CP_IMDSCL_CTL_ALV 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 Call by reference Attribute reference (LIKE) 20100525

Method ON_USER_COMMAND on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.

Method REFRESH_TOOLBAR Signature

Method REFRESH_TOOLBAR on class /TDAG/CP_IMDSCL_CTL_ALV has no parameter.
Method REFRESH_TOOLBAR on class /TDAG/CP_IMDSCL_CTL_ALV has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200_600