/AWS1/CL_LKFWORKUNITRANGE¶
Defines the valid range of work unit IDs for querying the execution service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_workunitidmax TYPE /AWS1/LKFWORKUNITIDLONG /AWS1/LKFWORKUNITIDLONG¶
Defines the maximum work unit ID in the range. The maximum value is inclusive.
iv_workunitidmin TYPE /AWS1/LKFWORKUNITIDLONG /AWS1/LKFWORKUNITIDLONG¶
Defines the minimum work unit ID in the range.
iv_workunittoken TYPE /AWS1/LKFWORKUNITTOKENSTRING /AWS1/LKFWORKUNITTOKENSTRING¶
A work token used to query the execution service.
Queryable Attributes¶
WorkUnitIdMax¶
Defines the maximum work unit ID in the range. The maximum value is inclusive.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKUNITIDMAX() |
Getter for WORKUNITIDMAX |
WorkUnitIdMin¶
Defines the minimum work unit ID in the range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKUNITIDMIN() |
Getter for WORKUNITIDMIN |
WorkUnitToken¶
A work token used to query the execution service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKUNITTOKEN() |
Getter for WORKUNITTOKEN, with configurable default |
ASK_WORKUNITTOKEN() |
Getter for WORKUNITTOKEN w/ exceptions if field has no value |
HAS_WORKUNITTOKEN() |
Determine if WORKUNITTOKEN 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_WORKUNITRANGELIST¶
TYPES TT_WORKUNITRANGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LKFWORKUNITRANGE WITH DEFAULT KEY
.