Skip to content

/AWS1/CL_TBDSEARCHFILTERXPRSN

The type of search filter to apply.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_DATETIMEFILTER TYPE REF TO /AWS1/CL_TBDDATETIMEFILTXPRSN /AWS1/CL_TBDDATETIMEFILTXPRSN

Filters based on date and time.

IO_PARAMETERFILTER TYPE REF TO /AWS1/CL_TBDPARAMFILTERXPRSN /AWS1/CL_TBDPARAMFILTERXPRSN

Filters by parameter.

IO_SEARCHTERMFILTER TYPE REF TO /AWS1/CL_TBDSRCHTERMFILTXPRSN /AWS1/CL_TBDSRCHTERMFILTXPRSN

Filters by a specified search term.

IO_STRINGFILTER TYPE REF TO /AWS1/CL_TBDSTRINGFILTERXPRSN /AWS1/CL_TBDSTRINGFILTERXPRSN

Filters by a string.

IO_GROUPFILTER TYPE REF TO /AWS1/CL_TBDSRCHGREDFILTXPRS /AWS1/CL_TBDSRCHGREDFILTXPRS

Filters by group.


Queryable Attributes

dateTimeFilter

Filters based on date and time.

Accessible with the following methods

Method Description
GET_DATETIMEFILTER() Getter for DATETIMEFILTER

parameterFilter

Filters by parameter.

Accessible with the following methods

Method Description
GET_PARAMETERFILTER() Getter for PARAMETERFILTER

searchTermFilter

Filters by a specified search term.

Accessible with the following methods

Method Description
GET_SEARCHTERMFILTER() Getter for SEARCHTERMFILTER

stringFilter

Filters by a string.

Accessible with the following methods

Method Description
GET_STRINGFILTER() Getter for STRINGFILTER

groupFilter

Filters by group.

Accessible with the following methods

Method Description
GET_GROUPFILTER() Getter for GROUPFILTER

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SEARCHFILTEREXPRESSIONS

TYPES TT_SEARCHFILTEREXPRESSIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDSEARCHFILTERXPRSN WITH DEFAULT KEY
.