/AWS1/CL_FDTGETBTCIMPJOBSRSLT¶
GetBatchImportJobsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_batchimports TYPE /AWS1/CL_FDTBATCHIMPORT=>TT_BATCHIMPORTLIST TT_BATCHIMPORTLIST¶
An array containing the details of each batch import job.
iv_nexttoken TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The next token for the subsequent resquest.
Queryable Attributes¶
batchImports¶
An array containing the details of each batch import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BATCHIMPORTS() |
Getter for BATCHIMPORTS, with configurable default |
ASK_BATCHIMPORTS() |
Getter for BATCHIMPORTS w/ exceptions if field has no value |
HAS_BATCHIMPORTS() |
Determine if BATCHIMPORTS has a value |
nextToken¶
The next token for the subsequent resquest.
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 |