/AWS1/CL_CNTSUCCESSFULREQUEST¶
Request for which contact was successfully created.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_requestidentifier TYPE /AWS1/CNTREQUESTIDENTIFIER /AWS1/CNTREQUESTIDENTIFIER¶
Request identifier provided in the API call in the ContactDataRequest to create a contact.
iv_contactid TYPE /AWS1/CNTCONTACTID /AWS1/CNTCONTACTID¶
The contactId of the contact that was created successfully.
Queryable Attributes¶
RequestIdentifier¶
Request identifier provided in the API call in the ContactDataRequest to create a contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTIDENTIFIER() |
Getter for REQUESTIDENTIFIER, with configurable default |
ASK_REQUESTIDENTIFIER() |
Getter for REQUESTIDENTIFIER w/ exceptions if field has no v |
HAS_REQUESTIDENTIFIER() |
Determine if REQUESTIDENTIFIER has a value |
ContactId¶
The contactId of the contact that was created successfully.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTID() |
Getter for CONTACTID, with configurable default |
ASK_CONTACTID() |
Getter for CONTACTID w/ exceptions if field has no value |
HAS_CONTACTID() |
Determine if CONTACTID 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_SUCCESSFULREQUESTLIST¶
TYPES TT_SUCCESSFULREQUESTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTSUCCESSFULREQUEST WITH DEFAULT KEY
.