/AWS1/CL_TBDBATCHUPDTASKITEM¶
The details of a task to update in a batch update operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_farmid TYPE /AWS1/TBDFARMID /AWS1/TBDFARMID¶
The farm ID of the task to update.
iv_queueid TYPE /AWS1/TBDQUEUEID /AWS1/TBDQUEUEID¶
The queue ID of the task to update.
iv_jobid TYPE /AWS1/TBDJOBID /AWS1/TBDJOBID¶
The job ID of the task to update.
iv_stepid TYPE /AWS1/TBDSTEPID /AWS1/TBDSTEPID¶
The step ID of the task to update.
iv_taskid TYPE /AWS1/TBDTASKID /AWS1/TBDTASKID¶
The task ID of the task to update.
iv_targetrunstatus TYPE /AWS1/TBDTASKTARGETRUNSTATUS /AWS1/TBDTASKTARGETRUNSTATUS¶
The run status with which to start the task.
Queryable Attributes¶
farmId¶
The farm ID of the task to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FARMID() |
Getter for FARMID, with configurable default |
ASK_FARMID() |
Getter for FARMID w/ exceptions if field has no value |
HAS_FARMID() |
Determine if FARMID has a value |
queueId¶
The queue ID of the task to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEID() |
Getter for QUEUEID, with configurable default |
ASK_QUEUEID() |
Getter for QUEUEID w/ exceptions if field has no value |
HAS_QUEUEID() |
Determine if QUEUEID has a value |
jobId¶
The job ID of the task to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
stepId¶
The step ID of the task to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STEPID() |
Getter for STEPID, with configurable default |
ASK_STEPID() |
Getter for STEPID w/ exceptions if field has no value |
HAS_STEPID() |
Determine if STEPID has a value |
taskId¶
The task ID of the task to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
targetRunStatus¶
The run status with which to start the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETRUNSTATUS() |
Getter for TARGETRUNSTATUS, with configurable default |
ASK_TARGETRUNSTATUS() |
Getter for TARGETRUNSTATUS w/ exceptions if field has no val |
HAS_TARGETRUNSTATUS() |
Determine if TARGETRUNSTATUS 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_BATCHUPDATETASKITEMS¶
TYPES TT_BATCHUPDATETASKITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDBATCHUPDTASKITEM WITH DEFAULT KEY
.