/AWS1/CL_CNTNEXTCONTACTENTRY¶
Entry representing the next contact in a sequence.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/CNTNEXTCONTACTTYPE /AWS1/CNTNEXTCONTACTTYPE¶
The type of the next contact entry.
io_nextcontactmetadata TYPE REF TO /AWS1/CL_CNTNEXTCONTACTMET /AWS1/CL_CNTNEXTCONTACTMET¶
Metadata for the next contact entry.
Queryable Attributes¶
Type¶
The type of the next contact entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
NextContactMetadata¶
Metadata for the next contact entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTCONTACTMETADATA() |
Getter for NEXTCONTACTMETADATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_NEXTCONTACTS¶
TYPES TT_NEXTCONTACTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTNEXTCONTACTENTRY WITH DEFAULT KEY
.