/AWS1/CL_BILSTRINGSEARCH¶
A structure that defines how to search for string values. You can specify a search option and the value to search for.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_searchoption TYPE /AWS1/BILSEARCHOPTION /AWS1/BILSEARCHOPTION¶
The type of search operation to perform on the string value. Determines how the search value is matched against the target field.
iv_searchvalue TYPE /AWS1/BILSEARCHVALUE /AWS1/BILSEARCHVALUE¶
The string value to use in the search operation. This value is compared against the target field using the specified search option.
Queryable Attributes¶
searchOption¶
The type of search operation to perform on the string value. Determines how the search value is matched against the target field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEARCHOPTION() |
Getter for SEARCHOPTION, with configurable default |
ASK_SEARCHOPTION() |
Getter for SEARCHOPTION w/ exceptions if field has no value |
HAS_SEARCHOPTION() |
Determine if SEARCHOPTION has a value |
searchValue¶
The string value to use in the search operation. This value is compared against the target field using the specified search option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEARCHVALUE() |
Getter for SEARCHVALUE, with configurable default |
ASK_SEARCHVALUE() |
Getter for SEARCHVALUE w/ exceptions if field has no value |
HAS_SEARCHVALUE() |
Determine if SEARCHVALUE 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_STRINGSEARCHES¶
TYPES TT_STRINGSEARCHES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BILSTRINGSEARCH WITH DEFAULT KEY
.