/AWS1/CL_CN2FAILEDPFLOUTBOUN00¶
Failure details for a profile outbound request
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_clienttoken TYPE /AWS1/CN2CLIENTTOKEN /AWS1/CN2CLIENTTOKEN¶
Client provided parameter used for idempotency. Its value must be unique for each request.
iv_id TYPE /AWS1/CN2PFLOUTBOUNDREQUESTID /AWS1/CN2PFLOUTBOUNDREQUESTID¶
Identifier of the profile outbound request
iv_failurecode TYPE /AWS1/CN2PFLOUTBOUNDREQFAILU00 /AWS1/CN2PFLOUTBOUNDREQFAILU00¶
Predefined code indicating the error that caused the failure
Queryable Attributes¶
clientToken¶
Client provided parameter used for idempotency. Its value must be unique for each request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTTOKEN() |
Getter for CLIENTTOKEN, with configurable default |
ASK_CLIENTTOKEN() |
Getter for CLIENTTOKEN w/ exceptions if field has no value |
HAS_CLIENTTOKEN() |
Determine if CLIENTTOKEN has a value |
id¶
Identifier of the profile outbound request
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
failureCode¶
Predefined code indicating the error that caused the failure
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURECODE() |
Getter for FAILURECODE, with configurable default |
ASK_FAILURECODE() |
Getter for FAILURECODE w/ exceptions if field has no value |
HAS_FAILURECODE() |
Determine if FAILURECODE 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_FAILEDPFLOUTBOUNDREQLIST¶
TYPES TT_FAILEDPFLOUTBOUNDREQLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CN2FAILEDPFLOUTBOUN00 WITH DEFAULT KEY
.