/AWS1/CL_CNTNAMECRITERIA¶
The search criteria based on the contact name
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_searchtext TYPE /AWS1/CL_CNTSEARCHTEXTLIST_W=>TT_SEARCHTEXTLIST TT_SEARCHTEXTLIST¶
The words or phrases used to match the contact name.
iv_matchtype TYPE /AWS1/CNTSRCHCONTACTSMATCHTYPE /AWS1/CNTSRCHCONTACTSMATCHTYPE¶
The match type combining name search criteria using multiple search texts in a name criteria.
Queryable Attributes¶
SearchText¶
The words or phrases used to match the contact name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEARCHTEXT() |
Getter for SEARCHTEXT, with configurable default |
ASK_SEARCHTEXT() |
Getter for SEARCHTEXT w/ exceptions if field has no value |
HAS_SEARCHTEXT() |
Determine if SEARCHTEXT has a value |
MatchType¶
The match type combining name search criteria using multiple search texts in a name criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHTYPE() |
Getter for MATCHTYPE, with configurable default |
ASK_MATCHTYPE() |
Getter for MATCHTYPE w/ exceptions if field has no value |
HAS_MATCHTYPE() |
Determine if MATCHTYPE has a value |