SAP ABAP Class IF_SALV_WD_FILTER (Settings for the Filter Conditions of a Field)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SALV_WD_FIELD | Field of the Internal Data Table | 20040908 |
Properties
| Class | IF_SALV_WD_FILTER | |
| Short Description | Settings for the Filter Conditions of a Field | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20040908 | SAP |
| Last change | 20070911 | 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 IF_SALV_WD_FILTER has no interface implemented.
Friends
Class IF_SALV_WD_FILTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20041201 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | SALV_WD_T_FILTER_RULE_REF | References to Filter Condition Objects | 20041223 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Generates a Filter Condition for the Field | 20040908 | |
| 2 | Instance method | Public | Method | Deletes a Filter Condition for the Field | 20041223 | |
| 3 | Instance method | Public | Method | Deletes All Filter Conditions for the Field | 20060619 | |
| 4 | Instance method | Public | Method | Returns a Specific Filter Condition for the Field | 20041223 | |
| 5 | Instance method | Public | Method | Returns All Filter Conditions for the Field | 20041223 | |
| 6 | Instance method | Public | Method | Shows Whether Values Can be Filtered by Values of the Field | 20040915 | |
| 7 | Instance method | Public | Method | Permits Filtering by values for the Field | 20040915 |
Events
Class IF_SALV_WD_FILTER has no event.
Types
Class IF_SALV_WD_FILTER has no local type.
Method Signatures
Method CREATE_FILTER_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HIGH_VALUE | Call by reference | Type reference (TYPE) | STRING | Oberer Wert einer Filterbedingung | 20040908 | |||
| 2 | INCLUDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | Werte in der Filterbedingung sind eingeschlossen: 'X' = wahr | 20040908 | ||
| 3 | LOW_VALUE | Call by reference | Type reference (TYPE) | STRING | Unterer Wert einer Filterbedingung | 20040908 | |||
| 4 | OPERATOR | Call by reference | Type reference (TYPE) | SALV_WD_FILTER_OPERATOR | 'EQ' | Operator in einer Filterbedingung | 20040908 | ||
| 5 | VALUE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_WD_FILTER_RULE | Filterbedingung | 20040908 |
Method CREATE_FILTER_RULE on class IF_SALV_WD_FILTER has no exception.
Method DELETE_FILTER_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index der Filterbedingung | 20050225 |
Method DELETE_FILTER_RULE on class IF_SALV_WD_FILTER has no exception.
Method DELETE_FILTER_RULES Signature
Method DELETE_FILTER_RULES on class IF_SALV_WD_FILTER has no parameter.
Method DELETE_FILTER_RULES on class IF_SALV_WD_FILTER has no exception.
Method GET_FILTER_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index der Filterbedingung | 20050225 | ||
| 2 | VALUE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_WD_FILTER_RULE | Referenz auf Filterbedingungs-Objekt | 20041223 |
Method GET_FILTER_RULE on class IF_SALV_WD_FILTER has no exception.
Method GET_FILTER_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | SALV_WD_T_FILTER_RULE_REF | Referenzen auf Filterbedingungs-Objekte | 20041223 |
Method GET_FILTER_RULES on class IF_SALV_WD_FILTER has no exception.
Method IS_FILTER_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20040915 |
Method IS_FILTER_ALLOWED on class IF_SALV_WD_FILTER has no exception.
Method SET_FILTER_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20040915 |
Method SET_FILTER_ALLOWED on class IF_SALV_WD_FILTER has no exception.
History
| Last changed by/on | SAP | 20070911 |
| SAP Release Created in |