Skip to content

/AWS1/CL_PIPACTIONREVISION

Represents information about the version (or revision) of an action.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_revisionid TYPE /AWS1/PIPREVISION /AWS1/PIPREVISION

The system-generated unique ID that identifies the revision number of the action.

iv_revisionchangeid TYPE /AWS1/PIPREVISIONCHANGEID /AWS1/PIPREVISIONCHANGEID

The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

iv_created TYPE /AWS1/PIPTIMESTAMP /AWS1/PIPTIMESTAMP

The date and time when the most recent version of the action was created, in timestamp format.


Queryable Attributes

revisionId

The system-generated unique ID that identifies the revision number of the action.

Accessible with the following methods

Method Description
GET_REVISIONID() Getter for REVISIONID, with configurable default
ASK_REVISIONID() Getter for REVISIONID w/ exceptions if field has no value
HAS_REVISIONID() Determine if REVISIONID has a value

revisionChangeId

The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

Accessible with the following methods

Method Description
GET_REVISIONCHANGEID() Getter for REVISIONCHANGEID, with configurable default
ASK_REVISIONCHANGEID() Getter for REVISIONCHANGEID w/ exceptions if field has no va
HAS_REVISIONCHANGEID() Determine if REVISIONCHANGEID has a value

created

The date and time when the most recent version of the action was created, in timestamp format.

Accessible with the following methods

Method Description
GET_CREATED() Getter for CREATED, with configurable default
ASK_CREATED() Getter for CREATED w/ exceptions if field has no value
HAS_CREATED() Determine if CREATED has a value