/AWS1/CL_BDCEXTJOBMETADATA¶
Metadata information associated with this extraction job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The unique identifier for the extraction job.
io_messages TYPE REF TO /AWS1/CL_BDCEXTJOBMESSAGES /AWS1/CL_BDCEXTJOBMESSAGES¶
The messages associated with the extraction job.
Optional arguments:¶
iv_status TYPE /AWS1/BDCEXTRACTIONJOBSTATUS /AWS1/BDCEXTRACTIONJOBSTATUS¶
The current status of the extraction job.
iv_failurereason TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The cause of failure, if the job did not complete successfully.
iv_strategyid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The identifier of the memory strategy for this extraction job.
iv_sessionid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The identifier of the session for this extraction job.
iv_actorid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The identifier of the actor for this extraction job.
Queryable Attributes¶
jobID¶
The unique identifier for the extraction job.
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 |
messages¶
The messages associated with the extraction job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGES() |
Getter for MESSAGES |
status¶
The current status of the extraction job.
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 |
failureReason¶
The cause of failure, if the job did not complete successfully.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
strategyId¶
The identifier of the memory strategy for this extraction job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRATEGYID() |
Getter for STRATEGYID, with configurable default |
ASK_STRATEGYID() |
Getter for STRATEGYID w/ exceptions if field has no value |
HAS_STRATEGYID() |
Determine if STRATEGYID has a value |
sessionId¶
The identifier of the session for this extraction job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
actorId¶
The identifier of the actor for this extraction job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTORID() |
Getter for ACTORID, with configurable default |
ASK_ACTORID() |
Getter for ACTORID w/ exceptions if field has no value |
HAS_ACTORID() |
Determine if ACTORID 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_EXTRACTIONJOBMETADATALIST¶
TYPES TT_EXTRACTIONJOBMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCEXTJOBMETADATA WITH DEFAULT KEY
.