Hierarchy
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FPM_LIST_UIBB_ASSIST_ATS | Assistance Class of the FPM_LIST_UIBB ATS Component | 20120412 |
Properties
| Interface | IF_FPM_LIST_EVENT_DISPATCHER | |
| Short Description | Dispatches events of the List UIBB 2 Component |
General Data
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20101011 | SAP |
| Last changed | 20141120 | |
| 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) |
| 2 | IF_FPM_CONSTANTS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | IF_SALV_SERVICE_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FPM_LIST_EVENT_DISPATCHER has no interface.
Friends
Interface IF_FPM_LIST_EVENT_DISPATCHER has no friend.
Attributes
Interface IF_FPM_LIST_EVENT_DISPATCHER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Dispatches aggregation request or remove aggregation | 20110914 | |
| 2 | Instance method | Public | Method | Expand or collapse group expander (when grouping is on) | 20110120 | |
| 3 | Instance method | Public | Method | Dispatches the cell action event | 20101011 | |
| 4 | Instance method | Public | Method | 20130308 | ||
| 5 | Instance method | Public | Method | Dispatches the column drop (DnD) event | 20110225 | |
| 6 | Instance method | Public | Method | Dispatches custom aggregation request | 20110914 | |
| 7 | Instance method | Public | Method | Dispatches the custom filter event (Custom Filter) | 20101028 | |
| 8 | Instance method | Public | Method | Dispatches the custom sort and grouping event | 20101214 | |
| 9 | Instance method | Public | Method | Dispatches the row drop event | 20110225 | |
| 10 | Instance method | Public | Method | 20130308 | ||
| 11 | Instance method | Public | Method | Dispatches the Export to Excel event | 20101011 | |
| 12 | Instance method | Public | Method | Dispatches the filter event (Suggestion Value) | 20101028 | |
| 13 | Instance method | Public | Method | Dispatches the grouping (group/ungroup) event | 20110117 | |
| 14 | Instance method | Public | Method | Dispatch the list personalization event | 20101011 | |
| 15 | Instance method | Public | Method | 20140219 | ||
| 16 | Instance method | Public | Method | Dispatches Dynamic Context Menu event | 20120125 | |
| 17 | Instance method | Public | Method | Dispatches multi value paste | 20120509 | |
| 18 | Instance method | Public | Method | Dispatches the open search event | 20130321 | |
| 19 | Instance method | Public | Method | Dispatches an OVS phase | 20101221 | |
| 20 | Instance method | Public | Method | Dispatches the change to the selection of the pers. variant | 20120502 | |
| 21 | Instance method | Public | Method | Dispatches the row action (One Click Action) event | 20101011 | |
| 22 | Instance method | Public | Method | Dispatches the selection changed event | 20101011 | |
| 23 | Instance method | Public | Method | Dispatches the sort event | 20101011 | |
| 24 | Instance method | Public | Method | Dispatches the toolbar action event | 20101011 | |
| 25 | Instance method | Public | Method | 20120413 | ||
| 26 | Instance method | Public | Method | 20120413 |
Events
Interface IF_FPM_LIST_EVENT_DISPATCHER has no event.
Types
Interface IF_FPM_LIST_EVENT_DISPATCHER has no local type.
Method Signatures
Method DISPATCH_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20110914 | ||||
| 2 | IV_FUNCTION | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>Y_FUNCTION_CODE | 20110914 |
Method DISPATCH_AGGREGATION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_ALTER_GROUP_EXPANDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20110120 | |||
| 2 | IV_EXPAND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110124 |
Method DISPATCH_ALTER_GROUP_EXPANDER on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_CELL_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | 20101011 | ||||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20110401 |
Method DISPATCH_CELL_ACTION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_COLLAPSE_ALL Signature
Method DISPATCH_COLLAPSE_ALL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no parameter.
Method DISPATCH_COLLAPSE_ALL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_COLUMN_DROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20110225 |
Method DISPATCH_COLUMN_DROP on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_CUSTOM_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | The id of the column that triggered the custom filter event | 20110914 |
Method DISPATCH_CUSTOM_AGGREGATION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_CUSTOM_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | The id of the column that triggered the custom filter event | 20101116 |
Method DISPATCH_CUSTOM_FILTER on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_CUSTOM_SORT_GROUPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | The id of the column that triggered the custom s. & g. event | 20101214 |
Method DISPATCH_CUSTOM_SORT_GROUPING on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_DROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20110225 | |||
| 2 | IV_DROP_OFFSET | Call by reference | Type reference (TYPE) | I | 20110225 | ||||
| 3 | IV_DROP_POSITION | Call by reference | Type reference (TYPE) | I | 20110225 |
Method DISPATCH_DROP on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_EXPAND_ALL Signature
Method DISPATCH_EXPAND_ALL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no parameter.
Method DISPATCH_EXPAND_ALL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_EXPORT_TO_EXCEL Signature
Method DISPATCH_EXPORT_TO_EXCEL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no parameter.
Method DISPATCH_EXPORT_TO_EXCEL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FILTER_RULE | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YS_FILTER_RULE | 20101209 | ||||
| 2 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20101028 | ||||
| 3 | IV_SUGGESTION_SELECTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101028 | ||||
| 4 | IV_SUGGESTION_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101028 |
Method DISPATCH_FILTER on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_GROUPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ADD_GROUPING | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' to group, space to ungroup the specified column | 20110117 | |||
| 2 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | The identifier of the column to group/ungroup | 20110117 |
Method DISPATCH_GROUPING on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_LIST_PERSONALIZATION Signature
Method DISPATCH_LIST_PERSONALIZATION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no parameter.
Method DISPATCH_LIST_PERSONALIZATION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_MAX_MIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | 20140219 | ||||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20140219 |
Method DISPATCH_MAX_MIN on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_MENU_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20120125 | |||
| 2 | IV_ACTION_ID | Call by reference | Type reference (TYPE) | STRING | 20120125 |
Method DISPATCH_MENU_ACTION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_MV_PASTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | 20120509 | ||||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20120509 |
Method DISPATCH_MV_PASTE on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_OPEN_SEARCH Signature
Method DISPATCH_OPEN_SEARCH on Interface IF_FPM_LIST_EVENT_DISPATCHER has no parameter.
Method DISPATCH_OPEN_SEARCH on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_OVS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS_CALLBACK_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20101221 | ||||
| 2 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20101221 | |||
| 3 | IV_RAISED_BY_CELL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101221 |
Method DISPATCH_OVS on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_PERS_VARIANT_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20120502 |
Method DISPATCH_PERS_VARIANT_CHANGED on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_ROW_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | 20101011 | ||||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20110401 |
Method DISPATCH_ROW_ACTION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_SELECTION_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | The raised Web Dynpro event | 20110414 |
Method DISPATCH_SELECTION_CHANGED on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_SORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20101011 | ||||
| 2 | IV_DIRECTION | Call by reference | Type reference (TYPE) | WDUI_TABLE_COL_SORT_DIR | 20101011 |
Method DISPATCH_SORT on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method DISPATCH_TBAR_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | 20101011 | ||||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20110124 |
Method DISPATCH_TBAR_ACTION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method OPEN_ACTION_MENU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | 20120413 |
Method OPEN_ACTION_MENU on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
Method OPEN_QUICKVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20120413 | ||||
| 2 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | 20120413 |
Method OPEN_QUICKVIEW on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 703 |