SAP ABAP Class CL_SALV_FILTERS (All Filter Objects)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_OM_METADATA (Package) ALV: Meta Data
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_METADATA_BASE ALV: Basis Class Meta Data 20040219
Properties
Class CL_SALV_FILTERS  
Short Description All Filter Objects    
Super Class CL_SALV_METADATA_BASE ALV: Basis Class Meta Data 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SALV_OM_METADATA   ALV: Meta Data 
Created 20040123   SAP 
Last change 20040930   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SALV_C_BOOL_SAP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SALV_FILTERS has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SALV_ADAPTER 20040308 ALV: Basis Class Adapter
2 CL_SALV_CONTROLLER 20040221 ALV: Abstract Controller
3 CL_SALV_METADATA 20040325 ALV: Meta Data
4 CL_SALV_MODEL 20040325 ALV: Basis Class Model
5 CL_SALV_SERVICE_LAYOUT_DB 20040308 ALV: Database Layout
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 R_COLUMNS Instance attribute Private Object reference (TYPE REF TO) CL_SALV_COLUMNS ALV: Columns of a Table 20040126
2 T_FILTERS Instance attribute Private Type reference (TYPE) SALV_T_FILTER_REF Filter 20040124
3 T_FILTER_NOT_ALLOWED Instance attribute Private Type reference (TYPE) SALV_T_COLUMN Columns not Allowed for Filtering 20040127
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FILTER Instance method Public Method Add Filter Object to Column 20040308
2 CLEAR Instance method Public Method Delete Filter Objects in All Columns 20040124
3 CONSTRUCTOR Instance method Public Constructor Constructor 20040126
4 GET Instance method Public Method Get Filter Objects for All Columns 20040308
5 GET_FILTER Instance method Public Method Get Filter Object for Column 20040308
6 IS_FILTER_ALLOWED Instance method Public Method Check Whether Column Can Be Filtered 20040127
7 IS_FILTER_DEFINED Instance method Public Method Check Whether Filter Exists 20040312
8 RAISE_FILTER_EXISTS Instance method Private Method 20040330
9 RAISE_FILTER_NOT_ALLOWED Instance method Private Method 20040329
10 RAISE_FILTER_NOT_FOUND Instance method Private Method 20040504
11 REMOVE_FILTER Instance method Public Method Remove Filter Object for Column 20040308
12 REPAIR Instance method Private Method Repair Filter Settings 20040325
13 SET_FILTER_ALLOWED Instance method Public Method Allow Filter for Column 20040127
Events
Class CL_SALV_FILTERS has no event.
Types
Class CL_SALV_FILTERS has no local type.
Method Signatures

Method ADD_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040308
2 Importing HIGH Call by reference Type reference (TYPE) SALV_DE_SELOPT_HIGH Oberer Wert einer Selektionsbedingung 20040308
3 Importing LOW Call by reference Type reference (TYPE) SALV_DE_SELOPT_LOW Unterer Wert einer Selektionsbedingung 20040308
4 Importing OPTION Call by reference Type reference (TYPE) SALV_DE_SELOPT_OPTION 'EQ' Option einer Selektionsbedingung 20040308
5 Importing SIGN Call by reference Type reference (TYPE) SALV_DE_SELOPT_SIGN 'I' Sign einer Selektionsbedingung 20040308
6 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_FILTER ALV Filter Einstellungen 20040308
# Exception Resumable Description Created on
1 CX_SALV_DATA_ERROR ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330
2 CX_SALV_EXISTING ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330
3 CX_SALV_NOT_FOUND ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330

Method CLEAR Signature

Method CLEAR on class CL_SALV_FILTERS has no parameter.
Method CLEAR on class CL_SALV_FILTERS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS ALV Spalten 20040126
2 Importing R_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_SALV_CONTROLLER_METADATA ALV: abstrakter Controller 20040219

Method CONSTRUCTOR on class CL_SALV_FILTERS has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SALV_T_FILTER_REF Filter 20040308

Method GET on class CL_SALV_FILTERS has no exception.

Method GET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040308
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_FILTER ALV Filter Einstellungen 20040308
# Exception Resumable Description Created on
1 CX_SALV_NOT_FOUND ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040504

Method IS_FILTER_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040127
2 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040127

Method IS_FILTER_ALLOWED on class CL_SALV_FILTERS has no exception.

Method IS_FILTER_DEFINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040312

Method IS_FILTER_DEFINED on class CL_SALV_FILTERS has no exception.

Method RAISE_FILTER_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) ANY 20040330
2 Importing METHOD Call by reference Type reference (TYPE) ANY 20040330
# Exception Resumable Description Created on
1 CX_SALV_EXISTING ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330

Method RAISE_FILTER_NOT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) ANY 20040329
2 Importing METHOD Call by reference Type reference (TYPE) ANY 20040329
# Exception Resumable Description Created on
1 CX_SALV_DATA_ERROR ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330

Method RAISE_FILTER_NOT_FOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) ANY 20040504
2 Importing METHOD Call by reference Type reference (TYPE) ANY 20040504
# Exception Resumable Description Created on
1 CX_SALV_NOT_FOUND 20040504

Method REMOVE_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040308

Method REMOVE_FILTER on class CL_SALV_FILTERS has no exception.

Method REPAIR Signature

Method REPAIR on class CL_SALV_FILTERS has no parameter.
Method REPAIR on class CL_SALV_FILTERS has no exception.

Method SET_FILTER_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040127
2 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>TRUE boolsche Variable (X=true, space=false) 20040127
# Exception Resumable Description Created on
1 CX_SALV_NOT_FOUND ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330
History
Last changed by/on SAP  20040930 
SAP Release Created in 700