/AWS1/CL_PANJOB¶
A job for a device.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/PANJOBID /AWS1/PANJOBID¶
The job's ID.
iv_deviceid TYPE /AWS1/PANDEVICEID /AWS1/PANDEVICEID¶
The target device's ID.
Queryable Attributes¶
JobId¶
The job's ID.
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 |
DeviceId¶
The target device's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEID() |
Getter for DEVICEID, with configurable default |
ASK_DEVICEID() |
Getter for DEVICEID w/ exceptions if field has no value |
HAS_DEVICEID() |
Determine if DEVICEID 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_JOBLIST¶
TYPES TT_JOBLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PANJOB WITH DEFAULT KEY
.