SAP ABAP Class CL_WDR_TEST_ATTRIBUTE_FILTER (Assistance-Klasse für WDR_TEST_ATTRIBUTE_FILTER)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_TEST (Package) Web Dynpro: Tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20140502
Properties
Class CL_WDR_TEST_ATTRIBUTE_FILTER  
Short Description Assistance-Klasse für WDR_TEST_ATTRIBUTE_FILTER    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_TEST   Web Dynpro: Tests 
Created 20140502   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
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_WD_ATTRIBUTE_FILTER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_WDR_TEST_ATTRIBUTE_FILTER has no interface implemented.
Friends
Class CL_WDR_TEST_ATTRIBUTE_FILTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ATTRIBUTE_FILTER Instance attribute Private Object reference (TYPE REF TO) IF_WD_ATTRIBUTE_FILTER 20140502
2 MT_WHITELIST Instance attribute Private Type reference (TYPE) STRING_HASHED_TABLE 20140904
3 MV_COUNT_ATTRIBUTE Instance attribute Private Type reference (TYPE) STRING 20140502
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FILTER_TO_WHERE_CLAUSE Instance method Private Method 20140813
2 CREATE_ORDER_BY_CLAUSE Instance method Private Method 20140502
3 CREATE_VALUES_TABLE_REF Instance method Private Method 20140502
4 CREATE_WHERE_CLAUSE Instance method Private Method 20140502
5 GET_RECORDS_COUNT Instance method Private Method 20140502
6 GET_VALUES_COUNT Instance method Private Method 20140502
7 INITIALIZE Instance method Public Method 20140502
8 PROCESS_ATTRIBUTE_REQUEST Instance method Private Method 20140506
9 SELECT_DATA Instance method Public Method 20140502
10 TEST_PREDEF_SETUP Instance method Private Method 20140502
Events
Class CL_WDR_TEST_ATTRIBUTE_FILTER has no event.
Types
Class CL_WDR_TEST_ATTRIBUTE_FILTER has no local type.
Method Signatures

Method ADD_FILTER_TO_WHERE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20140813
2 Importing FILTER_RANGE_NAME Call by reference Type reference (TYPE) STRING 20140813
3 Importing WHERE_CLAUSE Call by reference Type reference (TYPE) STRING 20140813
4 Returning WHERE_CLAUSE_WITH_FILTER Value transfer Type reference (TYPE) STRING 20140813

Method ADD_FILTER_TO_WHERE_CLAUSE on class CL_WDR_TEST_ATTRIBUTE_FILTER has no exception.

Method CREATE_ORDER_BY_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ORDER_BY_CLAUSE Value transfer Type reference (TYPE) STRING 20140502
2 Importing REQUEST Call by reference Type reference (TYPE) IF_WD_ATTRIBUTE_FILTER=>S_REQUESTED_ATTRIBUTE 20140502

Method CREATE_ORDER_BY_CLAUSE on class CL_WDR_TEST_ATTRIBUTE_FILTER has no exception.

Method CREATE_VALUES_TABLE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Type reference (TYPE) IF_WD_ATTRIBUTE_FILTER=>S_REQUESTED_ATTRIBUTE 20140502
2 Returning VALUE_TABLE_REF Value transfer Object reference (TYPE REF TO) DATA 20140502

Method CREATE_VALUES_TABLE_REF on class CL_WDR_TEST_ATTRIBUTE_FILTER has no exception.

Method CREATE_WHERE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20140502
2 Returning WHERE_CLAUSE Value transfer Type reference (TYPE) STRING 20140502

Method CREATE_WHERE_CLAUSE on class CL_WDR_TEST_ATTRIBUTE_FILTER has no exception.

Method GET_RECORDS_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RECORDS_COUNT Value transfer Type reference (TYPE) I 20140502
2 Importing WHERE_CLAUSE Call by reference Type reference (TYPE) STRING 20140502

Method GET_RECORDS_COUNT on class CL_WDR_TEST_ATTRIBUTE_FILTER has no exception.

Method GET_VALUES_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20140502
2 Returning VALUES_COUNT Value transfer Type reference (TYPE) I 20140502
3 Importing WHERE_CLAUSE Call by reference Type reference (TYPE) STRING 20140502

Method GET_VALUES_COUNT on class CL_WDR_TEST_ATTRIBUTE_FILTER has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_TABLE_WIDTH Call by reference Type reference (TYPE) STRING 20140502
2 Importing COUNT_AS_PROGRESS_INDICATOR Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20140502
3 Importing COUNT_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20140502
4 Importing PACKAGE_SIZE Call by reference Type reference (TYPE) I 20140502
5 Importing ROW_COUNT Call by reference Type reference (TYPE) I 20140502
6 Importing TEST_PREDEF_SETUP Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20140502
7 Importing VALUE_TABLE_WIDTH Call by reference Type reference (TYPE) STRING 20140502
8 Importing WD_ATTRIBUTE_FILTER Call by reference Object reference (TYPE REF TO) IWCI_WD_ATTRIBUTE_FILTER 20140502

Method INITIALIZE on class CL_WDR_TEST_ATTRIBUTE_FILTER has no exception.

Method PROCESS_ATTRIBUTE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEEP_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20140506
2 Importing REQUEST Call by reference Type reference (TYPE) IF_WD_ATTRIBUTE_FILTER=>S_REQUESTED_ATTRIBUTE 20140506

Method PROCESS_ATTRIBUTE_REQUEST on class CL_WDR_TEST_ATTRIBUTE_FILTER has no exception.

Method SELECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEEP_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20140505

Method SELECT_DATA on class CL_WDR_TEST_ATTRIBUTE_FILTER has no exception.

Method TEST_PREDEF_SETUP Signature

Method TEST_PREDEF_SETUP on class CL_WDR_TEST_ATTRIBUTE_FILTER has no parameter.
Method TEST_PREDEF_SETUP on class CL_WDR_TEST_ATTRIBUTE_FILTER has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 740