/AWS1/CL_OMXBATCHLISTITEM¶
A summary of a batch returned by ListBatch.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/OMXBATCHID /AWS1/OMXBATCHID¶
The batch identifier.
iv_name TYPE /AWS1/OMXBATCHNAME /AWS1/OMXBATCHNAME¶
The batch name.
iv_status TYPE /AWS1/OMXBATCHSTATUS /AWS1/OMXBATCHSTATUS¶
The current batch status.
iv_createdat TYPE /AWS1/OMXBATCHTIMESTAMP /AWS1/OMXBATCHTIMESTAMP¶
The timestamp when the batch was created.
iv_totalruns TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER¶
The total number of runs in the batch.
iv_workflowid TYPE /AWS1/OMXWORKFLOWID /AWS1/OMXWORKFLOWID¶
The identifier of the workflow used for the batch.
Queryable Attributes¶
id¶
The batch identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
The batch name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
status¶
The current batch status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
createdAt¶
The timestamp when the batch was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
totalRuns¶
The total number of runs in the batch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALRUNS() |
Getter for TOTALRUNS, with configurable default |
ASK_TOTALRUNS() |
Getter for TOTALRUNS w/ exceptions if field has no value |
HAS_TOTALRUNS() |
Determine if TOTALRUNS has a value |
workflowId¶
The identifier of the workflow used for the batch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWID() |
Getter for WORKFLOWID, with configurable default |
ASK_WORKFLOWID() |
Getter for WORKFLOWID w/ exceptions if field has no value |
HAS_WORKFLOWID() |
Determine if WORKFLOWID 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_BATCHLIST¶
TYPES TT_BATCHLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXBATCHLISTITEM WITH DEFAULT KEY
.