Skip to content

/AWS1/CL_PANPACKAGEIMPORTJOB

A job to import a package version.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_jobid TYPE /AWS1/PANJOBID /AWS1/PANJOBID

The job's ID.

iv_jobtype TYPE /AWS1/PANPACKAGEIMPORTJOBTYPE /AWS1/PANPACKAGEIMPORTJOBTYPE

The job's type.

iv_status TYPE /AWS1/PANPACKAGEIMPJOBSTATUS /AWS1/PANPACKAGEIMPJOBSTATUS

The job's status.

iv_statusmessage TYPE /AWS1/PANPACKAGEIMPJOBSTATMSG /AWS1/PANPACKAGEIMPJOBSTATMSG

The job's status message.

iv_createdtime TYPE /AWS1/PANCREATEDTIME /AWS1/PANCREATEDTIME

When the job was created.

iv_lastupdatedtime TYPE /AWS1/PANLASTUPDATEDTIME /AWS1/PANLASTUPDATEDTIME

When the job was updated.


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

JobType

The job's type.

Accessible with the following methods

Method Description
GET_JOBTYPE() Getter for JOBTYPE, with configurable default
ASK_JOBTYPE() Getter for JOBTYPE w/ exceptions if field has no value
HAS_JOBTYPE() Determine if JOBTYPE has a value

Status

The job's status.

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

StatusMessage

The job's status message.

Accessible with the following methods

Method Description
GET_STATUSMESSAGE() Getter for STATUSMESSAGE, with configurable default
ASK_STATUSMESSAGE() Getter for STATUSMESSAGE w/ exceptions if field has no value
HAS_STATUSMESSAGE() Determine if STATUSMESSAGE has a value

CreatedTime

When the job was created.

Accessible with the following methods

Method Description
GET_CREATEDTIME() Getter for CREATEDTIME, with configurable default
ASK_CREATEDTIME() Getter for CREATEDTIME w/ exceptions if field has no value
HAS_CREATEDTIME() Determine if CREATEDTIME has a value

LastUpdatedTime

When the job was updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDTIME() Getter for LASTUPDATEDTIME, with configurable default
ASK_LASTUPDATEDTIME() Getter for LASTUPDATEDTIME w/ exceptions if field has no val
HAS_LASTUPDATEDTIME() Determine if LASTUPDATEDTIME 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_PACKAGEIMPORTJOBLIST

TYPES TT_PACKAGEIMPORTJOBLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PANPACKAGEIMPORTJOB WITH DEFAULT KEY
.