/AWS1/CL_BICSTRINGSEARCH¶
A structure that defines string search parameters.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_searchoption TYPE /AWS1/BICSEARCHOPTION /AWS1/BICSEARCHOPTION¶
The search option to be applied when performing the string search.
iv_searchvalue TYPE /AWS1/BICSEARCHVALUE /AWS1/BICSEARCHVALUE¶
The value to search for within the specified string field.
Queryable Attributes¶
SearchOption¶
The search option to be applied when performing the string search.
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 value to search for within the specified string field.
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_BICSTRINGSEARCH WITH DEFAULT KEY
.