/AWS1/CL_CNTBATCHPUTCONTACTRSP¶
BatchPutContactResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_successfulrequestlist TYPE /AWS1/CL_CNTSUCCESSFULREQUEST=>TT_SUCCESSFULREQUESTLIST TT_SUCCESSFULREQUESTLIST¶
List of requests for which contact was successfully created.
it_failedrequestlist TYPE /AWS1/CL_CNTFAILEDREQUEST=>TT_FAILEDREQUESTLIST TT_FAILEDREQUESTLIST¶
List of requests for which contact creation failed.
Queryable Attributes¶
SuccessfulRequestList¶
List of requests for which contact was successfully created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFULREQUESTLIST() |
Getter for SUCCESSFULREQUESTLIST, with configurable default |
ASK_SUCCESSFULREQUESTLIST() |
Getter for SUCCESSFULREQUESTLIST w/ exceptions if field has |
HAS_SUCCESSFULREQUESTLIST() |
Determine if SUCCESSFULREQUESTLIST has a value |
FailedRequestList¶
List of requests for which contact creation failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDREQUESTLIST() |
Getter for FAILEDREQUESTLIST, with configurable default |
ASK_FAILEDREQUESTLIST() |
Getter for FAILEDREQUESTLIST w/ exceptions if field has no v |
HAS_FAILEDREQUESTLIST() |
Determine if FAILEDREQUESTLIST has a value |