SAP ABAP Class CL_SALV_GUI_DATA_MANAGER_IDA (Manager of the Data Access: Direct Read or Buffering)
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 - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  TD_SALV_GUI_DATA_MANAGER_IDA AUnit Test Dummy for Data Access Manager 20140525
Properties
Class CL_SALV_GUI_DATA_MANAGER_IDA  
Short Description Manager of the Data Access: Direct Read or Buffering    
Super Class    
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 20140525   SAP 
Last change 20141121    
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 CL_SALV_GUI_DATA_MANAGER_IDA has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 TC_SALV_GUI_AUNIT_FRIEND_IDA 20140525 Friend for AUnit Tests
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CONVERTER_TO_EXTERNAL Instance attribute Private Object reference (TYPE REF TO) LCL_CONVERTER_TO_EXTERNAL 20140526
2 MO_FIELD_CATALOG Instance attribute Protected Object reference (TYPE REF TO) CL_SALV_GUI_FIELD_CATALOG_IDA 20140525
3 MO_IDA_SERVICE Instance attribute Protected Object reference (TYPE REF TO) IF_SALV_IDA_SERVICES 20140525
4 MO_LIST_CHANGE_LOG Instance attribute Private Object reference (TYPE REF TO) LCL_DATA_ACCESS_CHANGE_LOG 20140525
5 MO_LOGGER Instance attribute Private Object reference (TYPE REF TO) IF_SALV_LOGGER 20140525
6 MO_OWN_LIST_OBSERVER Instance attribute Private Object reference (TYPE REF TO) IF_SALV_GUI_GRID_LIST_OBSERV 20140710
7 MS_DATA_BUFFER Instance attribute Protected Type reference (TYPE) LTY_DATA_BUFFER 20140525
8 MS_DATA_BUFFER_GRAND_TOTAL Instance attribute Protected Type reference (TYPE) LTY_DATA_BUFFER 20140525
9 MS_TABLE_INFO Instance attribute Protected Type reference (TYPE) YS_TABLE_INFO 20140525
10 MV_CLEAR_BUFFER_FROM_LINE Instance attribute Protected Type reference (TYPE) SYTABIX 20140525
11 M_BUFFER_SIZE Instance attribute Protected Type reference (TYPE) I 20140525
12 M_FIRST_VISIBLE_ROW Instance attribute Protected Type reference (TYPE) SYTABIX 1 20140525
13 M_NUMBER_OF_VISIBLE_ROWS Instance attribute Protected Type reference (TYPE) SYTABIX 10 20140626
Methods
# Method Level Visibility Method type Description Created on
1 CALC_SUBSEQUENT_ROW_INDEX Instance method Private Method 20140525
2 CLEAR_BUFFER_FROM_TABLE_LINE Instance method Public Method 20140525
3 CONSTRUCTOR Instance method Public Constructor 20140525
4 DELETE_DATA_BUFFER Instance method Public Method 20140525
5 EXPAND_COLLAPSE_GROUP Instance method Public Method 20140525
6 GET_ALL_PARENT_NODES Instance method Public Method 20140525
7 GET_CURRENT_CELL Instance method Public Method 20140525
8 GET_CURRENT_DATASET_BY_REF Instance method Public Method 20140525
9 GET_DATA_PACKAGE Instance method Public Method 20140525
10 GET_FIRST_VISIBLE_ROW Instance method Public Method 20140525
11 GET_GROUPED_VIEW Instance method Public Method 20140525
12 GET_LINES_FOR_DB_ACCESS Instance method Private Method 20140525
13 GET_LINE_EXTERNAL_FORMAT Instance method Public Method 20140525
14 GET_LINE_INFO Instance method Protected Method 20140526
15 GET_LIST_OBSERVER Instance method Public Method 20140525
16 GET_NEXT_DATA_ROW_INDEX Instance method Public Method 20140525
17 GET_PARENT_NODE Instance method Public Method 20140525
18 GET_ROW_BY_KEY Instance method Public Method 20140525
19 GET_TABLE_LINE Instance method Public Method 20140525
20 GET_TABLE_SIZE Instance method Public Method 20140525
21 INSERT_DATA_INTO_BUFFER Instance method Private Method 20140525
22 ON_DATA_CHANGED_BY_IDA Instance method Public Event handling method 20140525
23 READ_DATA Instance method Private Method 20140525
24 READ_DATA_FROM_DB_INTO_BUFFER Instance method Private Method 20140525
25 SET_CURRENT_CELL Instance method Public Method 20140525
26 SET_FIRST_VISIBLE_ROW Instance method Public Method 20140525
27 SET_FOCUS_FOR_SEARCH_HIT Instance method Public Method 20140626
28 SET_MAXIMUM_NUMBER_OF_ROWS Instance method Public Method 20140525
29 SET_NUMBER_OF_VISIBLE_ROWS Instance method Public Method 20140626
30 SUGGEST_FILTER_VALUES Instance method Public Method 20140525
Events
# Event Type Visibility Description Created on
1 NOTIFY_MODEL_CHANGE Instance Event
(0)
Public
(2)
20140525
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_DATA_BUFFER Protected See coding 20140525 BEGIN OF lty_data_buffer, r_result_data TYPE REF TO data, t_result_info TYPE if_salv_ida_types_int=>yt_result_row_info, ts_aggr_exception TYPE if_salv_itab_view_grouped_data=>yts_aggregation_exception, table_start_line TYPE sytabix, table_end_line TYPE sytabix, END OF lty_data_buffer
2 YS_TABLE_INFO Protected See coding 20140525 BEGIN OF ys_table_info, table_start_line TYPE sytabix, table_end_line TYPE sytabix, table_size TYPE sytabix, s_current_cell TYPE if_salv_gui_types_int_ida=>ys_current_cell, END OF ys_table_info
Method Signatures

Method CALC_SUBSEQUENT_ROW_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DIRECTION_BACKWARD Call by reference Type reference (TYPE) ABAP_BOOL 20140525
2 Importing ROW_INDEX Call by reference Type reference (TYPE) SYTABIX 20140525
3 Exporting SUBSEQUENT_ROW_INDEX Value transfer Type reference (TYPE) SYTABIX 20140525

Method CALC_SUBSEQUENT_ROW_INDEX on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method CLEAR_BUFFER_FROM_TABLE_LINE Signature

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

Method CLEAR_BUFFER_FROM_TABLE_LINE on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FIELD_CATALOG Call by reference Object reference (TYPE REF TO) CL_SALV_GUI_FIELD_CATALOG_IDA 20140525
2 Importing IO_IDA_SERVICE Call by reference Object reference (TYPE REF TO) IF_SALV_IDA_SERVICES 20140525
3 Importing I_BUFFER_SIZE Call by reference Type reference (TYPE) I 200 20140525

Method CONSTRUCTOR on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method DELETE_DATA_BUFFER Signature

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

Method DELETE_DATA_BUFFER on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method EXPAND_COLLAPSE_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_IS_COLLAPSED Call by reference Type reference (TYPE) ABAP_BOOL 20140525
2 Importing I_UI_LINE_NUMBER Value transfer Type reference (TYPE) I 20140525

Method EXPAND_COLLAPSE_GROUP on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_ALL_PARENT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALL_PARENT_NODES Call by reference Type reference (TYPE) IF_SALV_ITAB_VIEW_GROUPED_DATA=>YT_PARENT_NODE_RESULT_INDEX 20140525
2 Importing I_CHILD_NODE Value transfer Type reference (TYPE) I 20140525

Method GET_ALL_PARENT_NODES on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_CURRENT_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CURRENT_CELL Value transfer Type reference (TYPE) IF_SALV_GUI_TYPES_INT_IDA=>YS_CURRENT_CELL 20140525

Method GET_CURRENT_CELL on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_CURRENT_DATASET_BY_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20140525

Method GET_CURRENT_DATASET_BY_REF on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_DATA_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLEAR_BUFFERED_DATA Value transfer Type reference (TYPE) ABAP_BOOL 20140525
2 Importing FROM_TABLE_LINE Value transfer Type reference (TYPE) SYTABIX 20140525
3 Exporting R_RESULT_DATA Call by reference Object reference (TYPE REF TO) DATA 20140525
4 Importing TO_TABLE_LINE Value transfer Type reference (TYPE) SYTABIX 20140525
5 Exporting TS_AGGREGATION_EXCEPTION Call by reference Type reference (TYPE) IF_SALV_ITAB_VIEW_GROUPED_DATA=>YTS_AGGREGATION_EXCEPTION 20140525
6 Exporting T_RESULT_INFO Call by reference Type reference (TYPE) IF_SALV_IDA_TYPES_INT=>YT_RESULT_ROW_INFO 20140525

Method GET_DATA_PACKAGE on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_FIRST_VISIBLE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FIRST_VISIBLE_ROW Value transfer Type reference (TYPE) SYTABIX 20140525

Method GET_FIRST_VISIBLE_ROW on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_GROUPED_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning O_GROUPED_VIEW Value transfer Object reference (TYPE REF TO) IF_SALV_ITAB_VIEW_GROUPED_DATA 20140525

Method GET_GROUPED_VIEW on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_LINES_FOR_DB_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LINE_FROM_DB Call by reference Type reference (TYPE) SYTABIX 20140525
2 Exporting E_LINE_TO_DB Call by reference Type reference (TYPE) SYTABIX 20140525
3 Exporting E_NO_DB_ACCESS Call by reference Type reference (TYPE) ABAP_BOOL 20140525
4 Importing I_LINE_FROM Call by reference Type reference (TYPE) SYTABIX 20140525
5 Importing I_LINE_TO Call by reference Type reference (TYPE) SYTABIX 20140525

Method GET_LINES_FOR_DB_ACCESS on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_LINE_EXTERNAL_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA_EXT Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_INT_IDA=>YT_DATA_EXTERNAL_FORMAT 20140525
2 Importing IS_SELECTED_DATA Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_INT_IDA=>YS_SELECTED_DATA 20140525
3 Importing IT_FIELDS Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_IDA=>YT_FIELD_NAME 20140525
4 Importing IV_UI_LINE_NUMBER Call by reference Type reference (TYPE) SYTABIX 20140525

Method GET_LINE_EXTERNAL_FORMAT on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_LINE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA_COUNT Call by reference Type reference (TYPE) SYTABIX 20140526
2 Exporting GROUP_LEVEL Call by reference Type reference (TYPE) I 20140526
3 Exporting IS_EXPANDED Call by reference Type reference (TYPE) ABAP_BOOL 20140526
4 Importing ROW_INDEX Call by reference Type reference (TYPE) SYTABIX 20140526
5 Exporting ROW_TYPE Call by reference Type reference (TYPE) IF_SALV_ITAB_VIEW_GROUPED_DATA=>Y_ROW_TYPE 20140526

Method GET_LINE_INFO on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_LIST_OBSERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20140525
2 Importing PROVIDE_ALL_FORMER_CHANGES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20140525
3 Returning RO_OBSERVER Value transfer Object reference (TYPE REF TO) IF_SALV_GUI_GRID_LIST_OBSERV 20140525

Method GET_LIST_OBSERVER on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_NEXT_DATA_ROW_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_INDEX Call by reference Type reference (TYPE) SYTABIX 20140702
2 Exporting EV_RESULT_RESIZED Call by reference Type reference (TYPE) ABAP_BOOL 20140702
3 Importing GROUP_LEVEL_SIZE Call by reference Type reference (TYPE) I 0 20140525
4 Importing IS_DIRECTION_BACKWARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20140525
5 Importing START_ROW_INDEX Call by reference Type reference (TYPE) SYTABIX 20140526

Method GET_NEXT_DATA_ROW_INDEX on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_PARENT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PARENT_NODE Call by reference Type reference (TYPE) I 20140525
2 Importing I_CHILD_NODE Value transfer Type reference (TYPE) I 20140525
3 Importing I_GROUP_LEVEL Call by reference Type reference (TYPE) I 20140525

Method GET_PARENT_NODE on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method GET_ROW_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) DATA 20140525
2 Importing IS_KEY_ROW Call by reference Type reference (TYPE) DATA 20140525
3 Importing IT_REQUESTED_COLUMNS Call by reference Type reference (TYPE) IF_SALV_SERVICE_TYPES=>YT_COLUMN_NAME 20140525
4 Importing IV_ALL_COLUMNS Call by reference Type reference (TYPE) ABAP_BOOL 20140525
# Exception Resumable Description Created on
1 CX_SALV_IDA_CONTRACT_VIOLATION 20140525
2 CX_SALV_IDA_SEL_ROW_DELETED 20140525

Method GET_TABLE_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SELECTED_DATA Value transfer Type reference (TYPE) IF_SALV_GUI_TYPES_INT_IDA=>YS_SELECTED_DATA 20140525
2 Importing I_UI_LINE_NUMBER Value transfer Type reference (TYPE) I 20140525
3 Returning RR_TABLE_LINE Value transfer Object reference (TYPE REF TO) DATA 20140525
# Exception Resumable Description Created on
1 CX_SALV_IDA_CONTRACT_VIOLATION 20140525

Method GET_TABLE_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TABLE_SIZE Value transfer Type reference (TYPE) SYTABIX 20140525

Method GET_TABLE_SIZE on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method INSERT_DATA_INTO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_AGGREGATION_EXCEPTION Call by reference Type reference (TYPE) IF_SALV_ITAB_VIEW_GROUPED_DATA=>YTS_AGGREGATION_EXCEPTION 20140525
2 Importing IT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20140525
3 Importing IT_RESULT_INFO Call by reference Type reference (TYPE) IF_SALV_IDA_TYPES_INT=>YT_RESULT_ROW_INFO 20140525
4 Importing I_LINE_FROM Call by reference Type reference (TYPE) SYTABIX 20140525
5 Importing I_LINE_TO Call by reference Type reference (TYPE) SYTABIX 20140525

Method INSERT_DATA_INTO_BUFFER on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method ON_DATA_CHANGED_BY_IDA Signature

Method ON_DATA_CHANGED_BY_IDA on class CL_SALV_GUI_DATA_MANAGER_IDA has no parameter.
Method ON_DATA_CHANGED_BY_IDA on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method READ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_AGGREGATION_EXCEPTION Call by reference Type reference (TYPE) IF_SALV_ITAB_VIEW_GROUPED_DATA=>YTS_AGGREGATION_EXCEPTION 20140525
2 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE 20140525
3 Exporting ET_RESULT_INFO Call by reference Type reference (TYPE) IF_SALV_IDA_TYPES_INT=>YT_RESULT_ROW_INFO 20140525
4 Importing I_FROM_TABLE_LINE Value transfer Type reference (TYPE) SYTABIX 20140525
5 Importing I_TO_TABLE_LINE Value transfer Type reference (TYPE) SYTABIX 20140525

Method READ_DATA on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method READ_DATA_FROM_DB_INTO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LINE_FROM Call by reference Type reference (TYPE) SYTABIX 20140525
2 Importing I_LINE_TO Call by reference Type reference (TYPE) SYTABIX 20140525

Method READ_DATA_FROM_DB_INTO_BUFFER on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method SET_CURRENT_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CURRENT_CELL Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_INT_IDA=>YS_CURRENT_CELL 20140525

Method SET_CURRENT_CELL on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method SET_FIRST_VISIBLE_ROW Signature

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

Method SET_FIRST_VISIBLE_ROW on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method SET_FOCUS_FOR_SEARCH_HIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CURRENT_CELL Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_INT_IDA=>YS_CURRENT_CELL 20140626
2 Importing IV_DIRECTION_UP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20140626

Method SET_FOCUS_FOR_SEARCH_HIT on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method SET_MAXIMUM_NUMBER_OF_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUMBER_OF_ROWS Value transfer Type reference (TYPE) I 20140525
2 Importing IV_UNRESTRICTED Value transfer Type reference (TYPE) ABAP_BOOL 20140525
# Exception Resumable Description Created on
1 CX_SALV_PARAM_OUT_OF_BOUNDS 20140525

Method SET_NUMBER_OF_VISIBLE_ROWS Signature

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

Method SET_NUMBER_OF_VISIBLE_ROWS on class CL_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method SUGGEST_FILTER_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_INTERNAL_VALUE Call by reference Object reference (TYPE REF TO) DATA 20140525
2 Exporting ET_EXTERNAL_VALUE Call by reference Type reference (TYPE) IF_SALV_SERVICE_TYPES=>YT_EXTERNAL_VALUE 20140525
3 Exporting ET_FILTER_RULE Call by reference Type reference (TYPE) IF_SALV_SERVICE_TYPES=>YT_FILTER_RULE 20140525
4 Exporting E_MORE_ENTRIES_AVAILABLE Call by reference Type reference (TYPE) ABAP_BOOL 20140525
5 Importing I_FILTER_COLUMN Call by reference Type reference (TYPE) IF_SALV_SERVICE_TYPES=>Y_COLUMN_NAME 20140525
6 Importing I_MAX_ENTRIES Call by reference Type reference (TYPE) IF_SALV_SERVICE_TYPES=>Y_ROW_INDEX IF_SALV_SERVICE_TYPES=>CS_ROW_INDEX-TABLE_SIZE 20140525
7 Importing I_RESPECT_FILTER_ON_OTHER_COLS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20140525
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION 20140525
2 CX_SALV_COLUMN_DETECTION 20140525
3 CX_SALV_COLUMN_UNKNOWN 20140525
Event Signatures

Event NOTIFY_MODEL_CHANGE Signature
Event NOTIFY_MODEL_CHANGE on class CL_SALV_GUI_DATA_MANAGER_IDA has no parameter.
History
Last changed by/on SAP  20141121 
SAP Release Created in