SAP ABAP Class CL_BADI_FLT_VALUES_ALV (Manage Filter Values in ALV Grid for Business Add-Ins)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-CEX (Application Component) Customer Enhancements
⤷
SECE (Package) Enhancement concept
⤷
⤷
Properties
| Class | CL_BADI_FLT_VALUES_ALV | |
| Short Description | Manage Filter Values in ALV Grid for Business Add-Ins | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SECE | Enhancement concept |
| Created | 20000104 | SAP |
| Last change | 20110908 | SAP |
| 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_BADI_FLT_VALUES_ALV has no interface implemented.
Friends
Class CL_BADI_FLT_VALUES_ALV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20000104 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Abstract Container for GUI Controls | 20000104 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | FLTTABALV | Data Table | 20000105 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | LVC_T_F4 | ALV Control: Table of Fields Registered for F4 Handling | 20000114 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog | 20000105 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20000118 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BADI_FLT_STRUCT | Manage Filter Type Structures for Business Add-Ins | 20000104 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | EXIT_IMP | Business Add-In Implementation | 20000215 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | ALV control: Layout Structure | 20000110 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | SEEX_BOOLEAN | No toolbar | 20000726 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | FCODE | ok_code for Overview Popup | 20000217 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EX_SHLP_EXIT_PREPARE | Business Add-In Interface IF_EX_SHLP_EXIT_PREPARE | 20020725 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | SEEX_STATUS | Display/Change Status | 20000110 |
Methods
Events
Class CL_BADI_FLT_VALUES_ALV has no event.
Types
Class CL_BADI_FLT_VALUES_ALV has no local type.
Method Signatures
Method CHECK_CHANGED_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALID | Call by reference | Type reference (TYPE) | SEEX_BOOLEAN | Gültig | 20000126 |
Method CHECK_CHANGED_DATA on class CL_BADI_FLT_VALUES_ALV has no exception.
Method CHECK_PROPER_INPUT_IN_ALV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLT_VAL | Value transfer | Type reference (TYPE) | FILTNAME | Rückgabeobjekt | 20000210 | |||
| 2 | IMP_NAME | Value transfer | Type reference (TYPE) | EXIT_IMP | BAdI-Implementierung | 20000210 |
Method CHECK_PROPER_INPUT_IN_ALV on class CL_BADI_FLT_VALUES_ALV has no exception.
Method CLEAR_ROW_OF_ALV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_ALV_CHANGED_DATA_PROTOCOL | ALV Control: Tabelle der geänderten Zellen für Anwendung | 20000116 | |||
| 2 | ROW | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20000116 |
Method CLEAR_ROW_OF_ALV on class CL_BADI_FLT_VALUES_ALV has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDCATALOG | Value transfer | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20000220 | |||
| 2 | FILTER_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_BADI_FLT_STRUCT | Verwaltung der Filtertyp-Strukturen für BAdI's | 20000104 | |||
| 3 | FILTER_VALUES | Call by reference | Type reference (TYPE) | SEEX_FILTER_TABLE | Filterwerte | 20000105 | |||
| 4 | FILTER_VALUES_FOR_OVER | Call by reference | Type reference (TYPE) | SEEX_EXIT_LIST_TAB_TYPE | Filterwerte samt Implementierungen | 20000214 | |||
| 5 | FOR_FLT_VAL_CREATION | Value transfer | Type reference (TYPE) | SEEX_BOOLEAN | SEEX_FALSE | Anlegen von Filterwerten auf Popup | 20000209 | ||
| 6 | FOR_OVERVIEW | Value transfer | Type reference (TYPE) | SEEX_BOOLEAN | SEEX_FALSE | Übersichtsdartsellung aller Implementierungen | 20000214 |
Method CONSTRUCTOR on class CL_BADI_FLT_VALUES_ALV has no exception.
Method CREATE_INST_FOR_SAVE_AND_TRANS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REF | Value transfer | Object reference (TYPE REF TO) | CL_BADI_FLT_DATA_TRANS_AND_DB | Datenhandling: Transport und Datenbank | 20000120 |
Method CREATE_INST_FOR_SAVE_AND_TRANS on class CL_BADI_FLT_VALUES_ALV has no exception.
Method FREE Signature
Method FREE on class CL_BADI_FLT_VALUES_ALV has no parameter.
Method FREE on class CL_BADI_FLT_VALUES_ALV has no exception.
Method GET_CELLS_WITH_TEXTS_TO_BE_MOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CELL | Call by reference | Type reference (TYPE) | LVC_S_MODI | ALV Control: Geänderte Zellen für Anwendung | 20000120 | |||
| 2 | CELLS_TO_BE_MOD | Call by reference | Type reference (TYPE) | LVC_T_MODI | ALV Control: Tabelle der geänderten Zellen für Anwendung | 20000120 | |||
| 3 | DATA_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_ALV_CHANGED_DATA_PROTOCOL | ALV Control: Geänderte Zellen für Anwendung | 20000120 |
Method GET_CELLS_WITH_TEXTS_TO_BE_MOD on class CL_BADI_FLT_VALUES_ALV has no exception.
Method GET_COLUMN_OF_ALV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20000120 | |||
| 2 | FILTERS_COL | Call by reference | Type reference (TYPE) | FLTTCOLALV | Gener. Tabellentyp für Filtertyp-Spalten im ALV-Grid | 20000120 |
Method GET_COLUMN_OF_ALV on class CL_BADI_FLT_VALUES_ALV has no exception.
Method GET_FIELDCATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD_CATALOG | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20000220 |
Method GET_FIELDCATALOG on class CL_BADI_FLT_VALUES_ALV has no exception.
Method GET_SELECTED_IMP_OF_OVER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IMP_NAME | Call by reference | Type reference (TYPE) | EXIT_IMP | BAdI-Implementierung | 20000214 | |||
| 2 | OK_CODE | Funktionscode | |||||||
| 3 | ROW | Call by reference | Type reference (TYPE) | LVC_S_ROW | ALV-Control: Beschreibung einer Zeile | 20000215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Zeile Null ermittelt | 20000215 |
Method GET_TEXT_FOR_FILTER_VALUE_ALV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20000118 | |||
| 2 | IGNORE_ROW | Value transfer | Type reference (TYPE) | SY-TABIX | Zeile, die zu ignorieren ist in der Tabelle FILTERS | 20000119 | |||
| 3 | TEXT | Call by reference | Type reference (TYPE) | STRING | Filterwert-Text | 20000118 | |||
| 4 | VALUE | Call by reference | Type reference (TYPE) | FILTNAME | Filterwert | 20000118 |
Method GET_TEXT_FOR_FILTER_VALUE_ALV on class CL_BADI_FLT_VALUES_ALV has no exception.
Method ON_DOUBLECLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20000215 | |||||
| 2 | E_COLUMN | Call by reference | Attribute reference (LIKE) | 20000215 | |||||
| 3 | E_ROW | Call by reference | Attribute reference (LIKE) | 20000215 |
Method ON_DOUBLECLICK on class CL_BADI_FLT_VALUES_ALV has no exception.
Method REFRESH_OVERVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILTER_VALUES_FOR_OVER | Call by reference | Type reference (TYPE) | SEEX_EXIT_LIST_TAB_TYPE | 20131030 |
Method REFRESH_OVERVIEW on class CL_BADI_FLT_VALUES_ALV has no exception.
Method SET_COLUMN_IN_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20000112 | |||||
| 2 | E_COLUMN | Call by reference | Attribute reference (LIKE) | 20000112 | |||||
| 3 | E_ROW | Call by reference | Attribute reference (LIKE) | 20000112 |
Method SET_COLUMN_IN_VISIBLE on class CL_BADI_FLT_VALUES_ALV has no exception.
Method SET_INVISIBLE Signature
Method SET_INVISIBLE on class CL_BADI_FLT_VALUES_ALV has no parameter.
Method SET_INVISIBLE on class CL_BADI_FLT_VALUES_ALV has no exception.
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Call by reference | Type reference (TYPE) | SEEX_STATUS | Anzeigen/Ändern-Status | 20000110 |
Method SET_STATUS on class CL_BADI_FLT_VALUES_ALV has no exception.
Method SET_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INTERACTIVE | Call by reference | Attribute reference (LIKE) | 20000726 | |||||
| 2 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20000726 |
Method SET_TOOLBAR on class CL_BADI_FLT_VALUES_ALV has no exception.
Method SIMULATE_F4_HELP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_EVENT_DATA | Call by reference | Attribute reference (LIKE) | 20000105 | |||||
| 2 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20000105 | |||||
| 3 | ET_BAD_CELLS | Call by reference | Attribute reference (LIKE) | 20000105 | |||||
| 4 | E_FIELDNAME | Call by reference | Attribute reference (LIKE) | 20000105 |
Method SIMULATE_F4_HELP on class CL_BADI_FLT_VALUES_ALV has no exception.
Method UPDATE_ALV_GRID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA_CHANGED | Call by reference | Attribute reference (LIKE) | 20000105 | |||||
| 2 | E_ONF4 | Call by reference | Attribute reference (LIKE) | 20000105 | |||||
| 3 | E_ONF4_AFTER | Call by reference | Attribute reference (LIKE) | 20000105 | |||||
| 4 | E_ONF4_BEFORE | Call by reference | Attribute reference (LIKE) | 20000105 |
Method UPDATE_ALV_GRID on class CL_BADI_FLT_VALUES_ALV has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 46D |