SAP ABAP Class CL_SALV_GUI_GRID_V_TABLE_IDA (cl_salv_gui_grid_ida_viewtable)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_IDA_IMPL (Package) ALV: Development for IDA No Translation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_ALV_GRID_BASE Basis Class for ALV Grid 20131009
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ALV_RU_GRID_BASE_FRIEND Friend of CL_GUI_ALV_GRID_BASE 20131009
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_GUI_GRID_VIEW_IDA Interface for UI-Views: BeforeAction,Update,... 20131009
Properties
Class CL_SALV_GUI_GRID_V_TABLE_IDA  
Short Description cl_salv_gui_grid_ida_viewtable    
Super Class CL_GUI_ALV_GRID_BASE Basis Class for ALV Grid 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_IDA_IMPL   ALV: Development for IDA No Translation 
Created 20131009   SAP 
Last change 20141120    
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
# Interface Abstract Final Description Created on
1 IF_ALV_RU_GRID_BASE_FRIEND Friend of CL_GUI_ALV_GRID_BASE 20131009
2 IF_SALV_GUI_GRID_VIEW_IDA Interface for UI-Views: BeforeAction,Update,... 20131009
Friends
Class CL_SALV_GUI_GRID_V_TABLE_IDA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_SWITCH Constant Private See coding 20131009
2 MO_GRID_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_SALV_GUI_GRID_TABLE_MODEL 20131009
3 MO_LAYOUT_OBSERVER Instance attribute Private Object reference (TYPE REF TO) IF_SALV_GUI_GRID_LAYOUT_OBSERV 20131009
4 MO_LIST_OBSERVER Instance attribute Private Object reference (TYPE REF TO) IF_SALV_GUI_GRID_LIST_OBSERV 20140525
5 MO_LOGGER Instance attribute Private Object reference (TYPE REF TO) IF_SALV_LOGGER 20140413
6 MO_MODEL_OBSERVER Instance attribute Private Object reference (TYPE REF TO) IF_SALV_GUI_GRID_MODEL_OBSERV 20131009
7 MO_USER_ACTION Instance attribute Private Object reference (TYPE REF TO) CL_SALV_GUI_USER_ACTION 20131009
8 MT_COL_POS_TABLE Instance attribute Private Type reference (TYPE) LVC_T_COLL ALV control: Column layout of table 20140224
9 MT_LVC_COLL Instance attribute Private Type reference (TYPE) LVC_T_COLL 20140507
10 MT_LVC_DATA Instance attribute Private Type reference (TYPE) LVC_T_DATA 20131009
11 MT_LVC_INFO Instance attribute Private Type reference (TYPE) LVC_T_INFO 20131009
12 MV_ACTION Instance attribute Private Type reference (TYPE) SYUCOMM 20140714
13 MV_BEFORE_SEND_CALLED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20140505
14 MV_EVENTID Instance attribute Private Type reference (TYPE) I 20140713
15 M_CONTROL_HEIGHT Instance attribute Private Type reference (TYPE) I 20140626
16 M_LINES_IN_LIST Instance attribute Private Type reference (TYPE) SYTABIX 20131009
17 M_LINES_SELECTED Instance attribute Private Type reference (TYPE) SYTABIX 20131009
18 M_SELECTION_MODE Instance attribute Private Type reference (TYPE) STRING 20131009
19 M_X_Y_LIST_SIZE Instance attribute Private Type reference (TYPE) SYTABIX 20131009
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_COLUMN_WIDTH Instance method Private Method 20140506
2 CLEAR_CACHE Instance method Private Method 20131009
3 CONSTRUCTOR Instance method Public Constructor 20131009
4 IS_CACHE_STILL_VALID Instance method Private Method 20131009
5 IS_FRONTEND_UPDATE_REQUIRED Instance method Private Method 20131009
6 REGISTER_EVENTS Instance method Public Method 20131009
7 SET_COLUMN_ORDER_AND_WIDTH Instance method Private Method 20140225
8 SET_NEW_SELECTION Instance method Private Method 20131009
9 SET_ROW_FRAGMENT_FOR_WEB_GUI Instance method Private Method 20131009
10 SHOW_F1 Instance method Private Method 20140602
11 _SET_ROWS_FRAGMENTS Instance method Private Method 20131009
Events
Class CL_SALV_GUI_GRID_V_TABLE_IDA has no event.
Types
Class CL_SALV_GUI_GRID_V_TABLE_IDA has no local type.
Method Signatures

Method CHANGE_COLUMN_WIDTH Signature

Method CHANGE_COLUMN_WIDTH on class CL_SALV_GUI_GRID_V_TABLE_IDA has no parameter.
Method CHANGE_COLUMN_WIDTH on class CL_SALV_GUI_GRID_V_TABLE_IDA has no exception.

Method CLEAR_CACHE Signature

Method CLEAR_CACHE on class CL_SALV_GUI_GRID_V_TABLE_IDA has no parameter.
Method CLEAR_CACHE on class CL_SALV_GUI_GRID_V_TABLE_IDA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_GRID_OBSERVER Call by reference Object reference (TYPE REF TO) IF_SALV_GUI_GRID_MODEL_OBSERV 20131009
2 Importing IO_GUI_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER 20140610
3 Importing IO_GUI_GRID_MODEL Call by reference Object reference (TYPE REF TO) IF_SALV_GUI_GRID_TABLE_MODEL 20131009
4 Importing IO_LAYOUT_OBSERVER Call by reference Object reference (TYPE REF TO) IF_SALV_GUI_GRID_LAYOUT_OBSERV 20131009
5 Importing IO_LIST_OBSERVER Call by reference Object reference (TYPE REF TO) IF_SALV_GUI_GRID_LIST_OBSERV 20140525
6 Importing IO_USER_ACTION Call by reference Object reference (TYPE REF TO) CL_SALV_GUI_USER_ACTION 20131009

Method CONSTRUCTOR on class CL_SALV_GUI_GRID_V_TABLE_IDA has no exception.

Method IS_CACHE_STILL_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CLEAR_CACHE Call by reference Type reference (TYPE) ABAP_BOOL 20131009
2 Importing I_NEW_FIRSTLINE Call by reference Type reference (TYPE) SYTABIX 20131009
3 Importing I_NEW_LASTLINE Call by reference Type reference (TYPE) SYTABIX 20131009

Method IS_CACHE_STILL_VALID on class CL_SALV_GUI_GRID_V_TABLE_IDA has no exception.

Method IS_FRONTEND_UPDATE_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20131009

Method IS_FRONTEND_UPDATE_REQUIRED on class CL_SALV_GUI_GRID_V_TABLE_IDA has no exception.

Method REGISTER_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE_MOVE_CURRENT_CELL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20140403

Method REGISTER_EVENTS on class CL_SALV_GUI_GRID_V_TABLE_IDA has no exception.

Method SET_COLUMN_ORDER_AND_WIDTH Signature

Method SET_COLUMN_ORDER_AND_WIDTH on class CL_SALV_GUI_GRID_V_TABLE_IDA has no parameter.
Method SET_COLUMN_ORDER_AND_WIDTH on class CL_SALV_GUI_GRID_V_TABLE_IDA has no exception.

Method SET_NEW_SELECTION Signature

Method SET_NEW_SELECTION on class CL_SALV_GUI_GRID_V_TABLE_IDA has no parameter.
Method SET_NEW_SELECTION on class CL_SALV_GUI_GRID_V_TABLE_IDA has no exception.

Method SET_ROW_FRAGMENT_FOR_WEB_GUI Signature

Method SET_ROW_FRAGMENT_FOR_WEB_GUI on class CL_SALV_GUI_GRID_V_TABLE_IDA has no parameter.
Method SET_ROW_FRAGMENT_FOR_WEB_GUI on class CL_SALV_GUI_GRID_V_TABLE_IDA has no exception.

Method SHOW_F1 Signature

Method SHOW_F1 on class CL_SALV_GUI_GRID_V_TABLE_IDA has no parameter.
Method SHOW_F1 on class CL_SALV_GUI_GRID_V_TABLE_IDA has no exception.

Method _SET_ROWS_FRAGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_TABLE Call by reference Type reference (TYPE) LVC_T_DATA 20131009
2 Importing FRAGMENTS Call by reference Type reference (TYPE) STRING 20131009
# Exception Resumable Description Created on
1 ERROR 20131009
History
Last changed by/on SAP  20141120 
SAP Release Created in 740