/AWS1/CL_TBDBATCHGETSESSACTID¶
The identifiers for a session action.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_farmid TYPE /AWS1/TBDFARMID /AWS1/TBDFARMID¶
The farm ID of the session action.
iv_queueid TYPE /AWS1/TBDQUEUEID /AWS1/TBDQUEUEID¶
The queue ID of the session action.
iv_jobid TYPE /AWS1/TBDJOBID /AWS1/TBDJOBID¶
The job ID of the session action.
iv_sessionactionid TYPE /AWS1/TBDSESSIONACTIONID /AWS1/TBDSESSIONACTIONID¶
The session action ID.
Queryable Attributes¶
farmId¶
The farm ID of the session action.
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 session action.
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 session action.
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 |
sessionActionId¶
The session action ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONACTIONID() |
Getter for SESSIONACTIONID, with configurable default |
ASK_SESSIONACTIONID() |
Getter for SESSIONACTIONID w/ exceptions if field has no val |
HAS_SESSIONACTIONID() |
Determine if SESSIONACTIONID 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_BATCHGETSESSACTIONIDNTFRS¶
TYPES TT_BATCHGETSESSACTIONIDNTFRS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDBATCHGETSESSACTID WITH DEFAULT KEY
.