/AWS1/CL_CUSADDLSEARCHKEY¶
A data type pair that consists of a KeyName and Values list
that is used in conjunction with the KeyName and Values parameters to search for profiles using the SearchProfiles
API.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_keyname TYPE /AWS1/CUSNAME /AWS1/CUSNAME¶
A searchable identifier of a customer profile.
it_values TYPE /AWS1/CL_CUSREQUESTVALUELIST_W=>TT_REQUESTVALUELIST TT_REQUESTVALUELIST¶
A list of key values.
Queryable Attributes¶
KeyName¶
A searchable identifier of a customer profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYNAME() |
Getter for KEYNAME, with configurable default |
ASK_KEYNAME() |
Getter for KEYNAME w/ exceptions if field has no value |
HAS_KEYNAME() |
Determine if KEYNAME has a value |
Values¶
A list of key values.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ADDITIONALSEARCHKEYSLIST¶
TYPES TT_ADDITIONALSEARCHKEYSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSADDLSEARCHKEY WITH DEFAULT KEY
.