/AWS1/CL_LKFGETWORKUNITSRSP¶
A structure for the output.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_queryid TYPE /AWS1/LKFQUERYIDSTRING /AWS1/LKFQUERYIDSTRING¶
The ID of the plan query operation.
it_workunitranges TYPE /AWS1/CL_LKFWORKUNITRANGE=>TT_WORKUNITRANGELIST TT_WORKUNITRANGELIST¶
A
WorkUnitRangeListobject that specifies the valid range of work unit IDs for querying the execution service.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/LKFTOKEN /AWS1/LKFTOKEN¶
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Queryable Attributes¶
NextToken¶
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
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 |
QueryId¶
The ID of the plan query operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYID() |
Getter for QUERYID, with configurable default |
ASK_QUERYID() |
Getter for QUERYID w/ exceptions if field has no value |
HAS_QUERYID() |
Determine if QUERYID has a value |
WorkUnitRanges¶
A
WorkUnitRangeListobject that specifies the valid range of work unit IDs for querying the execution service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKUNITRANGES() |
Getter for WORKUNITRANGES, with configurable default |
ASK_WORKUNITRANGES() |
Getter for WORKUNITRANGES w/ exceptions if field has no valu |
HAS_WORKUNITRANGES() |
Determine if WORKUNITRANGES has a value |