Skip to content

/AWS1/CL_PIPJOBDETAILS

Represents information about the details of a job.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/PIPJOBID /AWS1/PIPJOBID

The unique system-generated ID of the job.

io_data TYPE REF TO /AWS1/CL_PIPJOBDATA /AWS1/CL_PIPJOBDATA

Represents other information about a job required for a job worker to complete the job.

iv_accountid TYPE /AWS1/PIPACCOUNTID /AWS1/PIPACCOUNTID

The Amazon Web Services account ID associated with the job.


Queryable Attributes

id

The unique system-generated ID of the job.

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

data

Represents other information about a job required for a job worker to complete the job.

Accessible with the following methods

Method Description
GET_DATA() Getter for DATA

accountId

The Amazon Web Services account ID associated with the job.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value