/AWS1/CL_GEPCONTACTDETAILS¶
Details related to contacts.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_label
TYPE /AWS1/GEPSENSITIVESTRING
/AWS1/GEPSENSITIVESTRING
¶
The contact's label.
iv_value
TYPE /AWS1/GEPSENSITIVESTRING
/AWS1/GEPSENSITIVESTRING
¶
The contact's value.
it_categories
TYPE /AWS1/CL_GEPCATEGORY=>TT_CATEGORYLIST
TT_CATEGORYLIST
¶
Categories of results that results must belong too.
Queryable Attributes¶
Label¶
The contact's label.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LABEL() |
Getter for LABEL, with configurable default |
ASK_LABEL() |
Getter for LABEL w/ exceptions if field has no value |
HAS_LABEL() |
Determine if LABEL has a value |
Value¶
The contact's value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Categories¶
Categories of results that results must belong too.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CATEGORIES() |
Getter for CATEGORIES, with configurable default |
ASK_CATEGORIES() |
Getter for CATEGORIES w/ exceptions if field has no value |
HAS_CATEGORIES() |
Determine if CATEGORIES 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_CONTACTDETAILSLIST
¶
TYPES TT_CONTACTDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GEPCONTACTDETAILS WITH DEFAULT KEY
.