Skip to content

/AWS1/CL_LIXFILTER

A filter object that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NAME TYPE /AWS1/LIXSTRING /AWS1/LIXSTRING

The type of name to filter by.

IT_VALUES TYPE /AWS1/CL_LIXSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

One or more values for the name to filter by.

IV_OPERATOR TYPE /AWS1/LIXOPERATOR /AWS1/LIXOPERATOR

An operator for filtering results.


Queryable Attributes

Name

The type of name to filter by.

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

Values

One or more values for the name to filter by.

Accessible with the following methods

Method Description
GET_VALUES() Getter for VALUES, with configurable default
ASK_VALUES() Getter for VALUES w/ exceptions if field has no value
HAS_VALUES() Determine if VALUES has a value

Operator

An operator for filtering results.

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

Public Local Types In This Class

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

TT_FILTERLIST

TYPES TT_FILTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LIXFILTER WITH DEFAULT KEY
.