SAP ABAP Interface IF_SALV_WD_FILTER (Settings for the Filter Conditions of a Field)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_WD_CONFIG (Package) SALV WD Configuration
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
Interface IF_SALV_WD_FILTER  
Short Description Settings for the Filter Conditions of a Field    
General Data
Package SALV_WD_CONFIG   SALV WD Configuration 
Created 20040908   SAP 
Last changed 20070911   SAP 
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)
Interfaces
Interface IF_SALV_WD_FILTER has no interface.
Friends
Interface IF_SALV_WD_FILTER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FILTER_ALLOWED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20041201
2 T_FILTER 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 CREATE_FILTER_RULE Instance method Public Method Generates a Filter Condition for the Field 20040908
2 DELETE_FILTER_RULE Instance method Public Method Deletes a Filter Condition for the Field 20041223
3 DELETE_FILTER_RULES Instance method Public Method Deletes All Filter Conditions for the Field 20060619
4 GET_FILTER_RULE Instance method Public Method Returns a Specific Filter Condition for the Field 20041223
5 GET_FILTER_RULES Instance method Public Method Returns All Filter Conditions for the Field 20041223
6 IS_FILTER_ALLOWED Instance method Public Method Shows Whether Values Can be Filtered by Values of the Field 20040915
7 SET_FILTER_ALLOWED Instance method Public Method Permits Filtering by values for the Field 20040915
Events
Interface IF_SALV_WD_FILTER has no event.
Types
Interface 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 Importing HIGH_VALUE Call by reference Type reference (TYPE) STRING Oberer Wert einer Filterbedingung 20040908
2 Importing INCLUDED Call by reference Type reference (TYPE) ABAP_BOOL 'X' Werte in der Filterbedingung sind eingeschlossen: 'X' = wahr 20040908
3 Importing LOW_VALUE Call by reference Type reference (TYPE) STRING Unterer Wert einer Filterbedingung 20040908
4 Importing OPERATOR Call by reference Type reference (TYPE) SALV_WD_FILTER_OPERATOR 'EQ' Operator in einer Filterbedingung 20040908
5 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FILTER_RULE Filterbedingung 20040908

Method CREATE_FILTER_RULE on Interface 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 Importing INDEX Call by reference Type reference (TYPE) I 1 Index der Filterbedingung 20050225

Method DELETE_FILTER_RULE on Interface IF_SALV_WD_FILTER has no exception.

Method DELETE_FILTER_RULES Signature

Method DELETE_FILTER_RULES on Interface IF_SALV_WD_FILTER has no parameter.
Method DELETE_FILTER_RULES on Interface 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 Importing INDEX Call by reference Type reference (TYPE) I 1 Index der Filterbedingung 20050225
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FILTER_RULE Referenz auf Filterbedingungs-Objekt 20041223

Method GET_FILTER_RULE on Interface 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 Returning VALUE Value transfer Type reference (TYPE) SALV_WD_T_FILTER_RULE_REF Referenzen auf Filterbedingungs-Objekte 20041223

Method GET_FILTER_RULES on Interface 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 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20040915

Method IS_FILTER_ALLOWED on Interface 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 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20040915

Method SET_FILTER_ALLOWED on Interface IF_SALV_WD_FILTER has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 700