Hierarchy

⤷

⤷

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 | ![]() |
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
Methods
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 | ![]() |
IS_DIRECTION_BACKWARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140525 | |||
2 | ![]() |
ROW_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20140525 | |||
3 | ![]() |
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 | ![]() |
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 | ![]() |
IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_SALV_GUI_FIELD_CATALOG_IDA | 20140525 | |||
2 | ![]() |
IO_IDA_SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_SALV_IDA_SERVICES | 20140525 | |||
3 | ![]() |
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 | ![]() |
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 | ![]() |
CH_IS_COLLAPSED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140525 | |||
2 | ![]() |
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 | ![]() |
ET_ALL_PARENT_NODES | Call by reference | Type reference (TYPE) | IF_SALV_ITAB_VIEW_GROUPED_DATA=>YT_PARENT_NODE_RESULT_INDEX | 20140525 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
CLEAR_BUFFERED_DATA | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140525 | |||
2 | ![]() |
FROM_TABLE_LINE | Value transfer | Type reference (TYPE) | SYTABIX | 20140525 | |||
3 | ![]() |
R_RESULT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20140525 | |||
4 | ![]() |
TO_TABLE_LINE | Value transfer | Type reference (TYPE) | SYTABIX | 20140525 | |||
5 | ![]() |
TS_AGGREGATION_EXCEPTION | Call by reference | Type reference (TYPE) | IF_SALV_ITAB_VIEW_GROUPED_DATA=>YTS_AGGREGATION_EXCEPTION | 20140525 | |||
6 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
E_LINE_FROM_DB | Call by reference | Type reference (TYPE) | SYTABIX | 20140525 | |||
2 | ![]() |
E_LINE_TO_DB | Call by reference | Type reference (TYPE) | SYTABIX | 20140525 | |||
3 | ![]() |
E_NO_DB_ACCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140525 | |||
4 | ![]() |
I_LINE_FROM | Call by reference | Type reference (TYPE) | SYTABIX | 20140525 | |||
5 | ![]() |
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 | ![]() |
ET_DATA_EXT | Call by reference | Type reference (TYPE) | IF_SALV_GUI_TYPES_INT_IDA=>YT_DATA_EXTERNAL_FORMAT | 20140525 | |||
2 | ![]() |
IS_SELECTED_DATA | Call by reference | Type reference (TYPE) | IF_SALV_GUI_TYPES_INT_IDA=>YS_SELECTED_DATA | 20140525 | |||
3 | ![]() |
IT_FIELDS | Call by reference | Type reference (TYPE) | IF_SALV_GUI_TYPES_IDA=>YT_FIELD_NAME | 20140525 | |||
4 | ![]() |
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 | ![]() |
DATA_COUNT | Call by reference | Type reference (TYPE) | SYTABIX | 20140526 | |||
2 | ![]() |
GROUP_LEVEL | Call by reference | Type reference (TYPE) | I | 20140526 | |||
3 | ![]() |
IS_EXPANDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140526 | |||
4 | ![]() |
ROW_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20140526 | |||
5 | ![]() |
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 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20140525 | |||
2 | ![]() |
PROVIDE_ALL_FORMER_CHANGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20140525 | ||
3 | ![]() |
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 | ![]() |
EV_RESULT_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20140702 | |||
2 | ![]() |
EV_RESULT_RESIZED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140702 | |||
3 | ![]() |
GROUP_LEVEL_SIZE | Call by reference | Type reference (TYPE) | I | 0 | 20140525 | ||
4 | ![]() |
IS_DIRECTION_BACKWARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140525 | ||
5 | ![]() |
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 | ![]() |
E_PARENT_NODE | Call by reference | Type reference (TYPE) | I | 20140525 | |||
2 | ![]() |
I_CHILD_NODE | Value transfer | Type reference (TYPE) | I | 20140525 | |||
3 | ![]() |
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 | ![]() |
ES_DATA | Call by reference | Type reference (TYPE) | DATA | 20140525 | |||
2 | ![]() |
IS_KEY_ROW | Call by reference | Type reference (TYPE) | DATA | 20140525 | |||
3 | ![]() |
IT_REQUESTED_COLUMNS | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_COLUMN_NAME | 20140525 | |||
4 | ![]() |
IV_ALL_COLUMNS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20140525 | ||
2 | ![]() |
20140525 |
Method GET_TABLE_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SELECTED_DATA | Value transfer | Type reference (TYPE) | IF_SALV_GUI_TYPES_INT_IDA=>YS_SELECTED_DATA | 20140525 | |||
2 | ![]() |
I_UI_LINE_NUMBER | Value transfer | Type reference (TYPE) | I | 20140525 | |||
3 | ![]() |
RR_TABLE_LINE | Value transfer | Object reference (TYPE REF TO) | DATA | 20140525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20140525 |
Method GET_TABLE_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ITS_AGGREGATION_EXCEPTION | Call by reference | Type reference (TYPE) | IF_SALV_ITAB_VIEW_GROUPED_DATA=>YTS_AGGREGATION_EXCEPTION | 20140525 | |||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20140525 | |||
3 | ![]() |
IT_RESULT_INFO | Call by reference | Type reference (TYPE) | IF_SALV_IDA_TYPES_INT=>YT_RESULT_ROW_INFO | 20140525 | |||
4 | ![]() |
I_LINE_FROM | Call by reference | Type reference (TYPE) | SYTABIX | 20140525 | |||
5 | ![]() |
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 | ![]() |
ETS_AGGREGATION_EXCEPTION | Call by reference | Type reference (TYPE) | IF_SALV_ITAB_VIEW_GROUPED_DATA=>YTS_AGGREGATION_EXCEPTION | 20140525 | |||
2 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20140525 | |||
3 | ![]() |
ET_RESULT_INFO | Call by reference | Type reference (TYPE) | IF_SALV_IDA_TYPES_INT=>YT_RESULT_ROW_INFO | 20140525 | |||
4 | ![]() |
I_FROM_TABLE_LINE | Value transfer | Type reference (TYPE) | SYTABIX | 20140525 | |||
5 | ![]() |
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 | ![]() |
I_LINE_FROM | Call by reference | Type reference (TYPE) | SYTABIX | 20140525 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IS_CURRENT_CELL | Call by reference | Type reference (TYPE) | IF_SALV_GUI_TYPES_INT_IDA=>YS_CURRENT_CELL | 20140626 | |||
2 | ![]() |
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 | ![]() |
IV_NUMBER_OF_ROWS | Value transfer | Type reference (TYPE) | I | 20140525 | |||
2 | ![]() |
IV_UNRESTRICTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20140525 |
Method SET_NUMBER_OF_VISIBLE_ROWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ER_INTERNAL_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20140525 | |||
2 | ![]() |
ET_EXTERNAL_VALUE | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_EXTERNAL_VALUE | 20140525 | |||
3 | ![]() |
ET_FILTER_RULE | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_FILTER_RULE | 20140525 | |||
4 | ![]() |
E_MORE_ENTRIES_AVAILABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140525 | |||
5 | ![]() |
I_FILTER_COLUMN | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>Y_COLUMN_NAME | 20140525 | |||
6 | ![]() |
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 | ![]() |
I_RESPECT_FILTER_ON_OTHER_COLS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20140525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20140525 | ||
2 | ![]() |
20140525 | ||
3 | ![]() |
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 |