/AWS1/CL_TRLLISTIMPFAILURESRSP¶
ListImportFailuresResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_failures TYPE /AWS1/CL_TRLIMPFAILURELISTITEM=>TT_IMPORTFAILURELIST TT_IMPORTFAILURELIST¶
Contains information about the import failures.
iv_nexttoken TYPE /AWS1/TRLPAGINATIONTOKEN /AWS1/TRLPAGINATIONTOKEN¶
A token you can use to get the next page of results.
Queryable Attributes¶
Failures¶
Contains information about the import failures.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURES() |
Getter for FAILURES, with configurable default |
ASK_FAILURES() |
Getter for FAILURES w/ exceptions if field has no value |
HAS_FAILURES() |
Determine if FAILURES has a value |
NextToken¶
A token you can use to get the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |