SAP ABAP Class CL_SALV_GUI_GRID_MODEL_IDA (ALV IDA Model for SAP GUI ALV)
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
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | TD_SALV_GUI_GRID_MODEL_IDA | Test Dummy for cl_salv_gui_grid_controler_ida | 20131202 |
Properties
Class | CL_SALV_GUI_GRID_MODEL_IDA | |
Short Description | ALV IDA Model for SAP GUI ALV | |
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 | 20120829 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SALV_GUI_F4_VALUE_PROVIDER | Interface for reading data at value requests (F4) | 20140214 | ||
2 | IF_SALV_GUI_GRID_TABLE_MODEL | Interface for TableModel: Data, Size, Expand/Collapse | 20120904 | ||
3 | IF_SALV_GUI_MODEL_IDA_API | Model API: SelectOptions,Authorisation,Layout,... | 20121128 | ||
4 | IF_SALV_GUI_MODEL_SERVICES | Interface for internal Services | 20121212 | ||
5 | IF_SALV_GUI_ROW_DATA_IDA | IDA ALV : Data of the Row | 20130916 | ||
6 | IF_SALV_GUI_SELECTION_IDA | IDA API Selections Manipulation Object | 20121128 | ||
7 | IF_SALV_GUI_TABLE_DISPLAY_OPT | IDA ALV: Table Display Options API | 20130830 | ||
8 | IF_SALV_GUI_TABLE_IDA | ALV with integrated data access (ALV with IDA) | 20140224 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | TC_SALV_GUI_AUNIT_FRIEND_IDA | 20131212 | Friend for AUnit Tests |
Attributes
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | APPLY_CHANGES_FROM_UI | Instance Event (0) |
Public (2) |
20140625 | |
2 | NOTIFY_MODEL_CHANGE | Instance Event (0) |
Public (2) |
20121202 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_STD_FUNCTIONS | Protected | See coding | 20130704 | BEGIN OF ys_std_functions,
export_disabled TYPE abap_bool,
print_disabled TYPE abap_bool,
filter_disabled TYPE abap_bool,
sort_disabled TYPE abap_bool,
group_disabled TYPE abap_bool,
aggregation_disabled TYPE abap_bool,
END OF ys_std_functions
|
||
2 | YT_MESSAGE | Public | See coding | 20120904 | yt_message TYPE TABLE OF string
|
Method Signatures
Method BEFORE_ACTION Signature
Method BEFORE_ACTION on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method BEFORE_ACTION on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method CLEAR_CHANGELOG_AT_ROUNDTRIP Signature
Method CLEAR_CHANGELOG_AT_ROUNDTRIP on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method CLEAR_CHANGELOG_AT_ROUNDTRIP on class CL_SALV_GUI_GRID_MODEL_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 | Implementation of IDA ALV field catalog | 20120904 | ||
2 | ![]() |
IO_IDAS | Call by reference | Object reference (TYPE REF TO) | IF_SALV_IDA_SERVICES | 20131105 | |||
3 | ![]() |
IO_LAYOUT | Call by reference | Object reference (TYPE REF TO) | IF_SALV_GUI_GRID_LAYOUT_EDITOR | Personalizable Layout for IDA ALV | 20120904 | ||
4 | ![]() |
IO_USER_ACTION | Call by reference | Object reference (TYPE REF TO) | IF_SALV_GUI_USER_ACTION_READER | 20130927 |
Method CONSTRUCTOR on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method GET_LAYOUT_EDITOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_LAYOUT_EDITOR | Value transfer | Object reference (TYPE REF TO) | IF_SALV_GUI_GRID_LAYOUT_EDITOR | 20140226 |
Method GET_LAYOUT_EDITOR on class CL_SALV_GUI_GRID_MODEL_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_FALSE | 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_GRID_MODEL_IDA has no exception.
Method GET_MODEL_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 | 20120904 | |||
2 | ![]() |
PROVIDE_ALL_FORMER_CHANGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120904 | ||
3 | ![]() |
RO_OBSERVER | Value transfer | Object reference (TYPE REF TO) | IF_SALV_GUI_GRID_MODEL_OBSERV | if_salv_gui_model_observer_ida | 20120904 |
Method GET_MODEL_OBSERVER on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method ON_DATA_CHANGED_BY_IDA Signature
Method ON_DATA_CHANGED_BY_IDA on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method ON_DATA_CHANGED_BY_IDA on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method ON_DOUBLE_CLICK Signature
Method ON_DOUBLE_CLICK on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method ON_DOUBLE_CLICK on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method ON_RESULT_STRUCTURE_CHANGED Signature
Method ON_RESULT_STRUCTURE_CHANGED on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method ON_RESULT_STRUCTURE_CHANGED on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method ON_TABLE_CELL_ACTION Signature
Method ON_TABLE_CELL_ACTION on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method ON_TABLE_CELL_ACTION on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method ON_TOOLBAR_CHANGED Signature
Method ON_TOOLBAR_CHANGED on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method ON_TOOLBAR_CHANGED on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method PROCESS_BEFORE_OUTPUT Signature
Method PROCESS_BEFORE_OUTPUT on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method PROCESS_BEFORE_OUTPUT on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method SET_CURRENT_CELL_FOR_UI_ACTION Signature
Method SET_CURRENT_CELL_FOR_UI_ACTION on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method SET_CURRENT_CELL_FOR_UI_ACTION on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method SET_FULLSCREEN_MODE Signature
Method SET_FULLSCREEN_MODE on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method SET_FULLSCREEN_MODE on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Method UPDATE_TEXT_SEARCH Signature
Method UPDATE_TEXT_SEARCH on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Method UPDATE_TEXT_SEARCH on class CL_SALV_GUI_GRID_MODEL_IDA has no exception.
Event Signatures
Event APPLY_CHANGES_FROM_UI Signature
Event APPLY_CHANGES_FROM_UI on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
Event NOTIFY_MODEL_CHANGE Signature
Event NOTIFY_MODEL_CHANGE on class CL_SALV_GUI_GRID_MODEL_IDA has no parameter.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 740 |