/AWS1/CL_BDCLISTBATCHEVALSRSP¶
ListBatchEvaluationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_batchevaluations TYPE /AWS1/CL_BDCBATCHEVALSUMMARY=>TT_BATCHEVALUATIONSUMMARYLIST TT_BATCHEVALUATIONSUMMARYLIST¶
The list of batch evaluation summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.
Queryable Attributes¶
batchEvaluations¶
The list of batch evaluation summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BATCHEVALUATIONS() |
Getter for BATCHEVALUATIONS, with configurable default |
ASK_BATCHEVALUATIONS() |
Getter for BATCHEVALUATIONS w/ exceptions if field has no va |
HAS_BATCHEVALUATIONS() |
Determine if BATCHEVALUATIONS has a value |
nextToken¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch 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 |