Skip to content

/AWS1/CL_TBDSTRINGFILTERXPRSN

Searches for a particular string.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING

The field name to search.

IV_OPERATOR TYPE /AWS1/TBDCOMPARISONOPERATOR /AWS1/TBDCOMPARISONOPERATOR

The type of comparison to use for this search.

IV_VALUE TYPE /AWS1/TBDSTRINGFILTER /AWS1/TBDSTRINGFILTER

The string to search for.


Queryable Attributes

name

The field name to search.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

operator

The type of comparison to use for this search.

Accessible with the following methods

Method Description
GET_OPERATOR() Getter for OPERATOR, with configurable default
ASK_OPERATOR() Getter for OPERATOR w/ exceptions if field has no value
HAS_OPERATOR() Determine if OPERATOR has a value

value

The string to search for.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value