Skip to content

/AWS1/CL_MPGSENDAGRCANCREQOUT

SendAgreementCancellationRequestOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_agreementid TYPE /AWS1/MPGAGREEMENTID /AWS1/MPGAGREEMENTID

The unique identifier of the agreement.

iv_agreementcanclrequestid TYPE /AWS1/MPGAGRMNTCANCLREQUESTID /AWS1/MPGAGRMNTCANCLREQUESTID

The unique identifier for the created cancellation request.

iv_status TYPE /AWS1/MPGAGRMNTCANCLREQSTATUS /AWS1/MPGAGRMNTCANCLREQSTATUS

The current status of the cancellation request. The initial status is PENDING_APPROVAL.

iv_reasoncode TYPE /AWS1/MPGAGRMNTCANCLREQUESTRC /AWS1/MPGAGRMNTCANCLREQUESTRC

The reason code provided for the cancellation.

iv_description TYPE /AWS1/MPGAGRMNTCANCLREQDESC /AWS1/MPGAGRMNTCANCLREQDESC

The detailed description of the cancellation reason, if provided.

iv_createdat TYPE /AWS1/MPGTIMESTAMP /AWS1/MPGTIMESTAMP

The time when the cancellation request was created, as a POSIX timestamp (Unix epoch seconds).

iv_updatedat TYPE /AWS1/MPGTIMESTAMP /AWS1/MPGTIMESTAMP

The time when the cancellation request was last updated, as a POSIX timestamp (Unix epoch seconds).


Queryable Attributes

agreementId

The unique identifier of the agreement.

Accessible with the following methods

Method Description
GET_AGREEMENTID() Getter for AGREEMENTID, with configurable default
ASK_AGREEMENTID() Getter for AGREEMENTID w/ exceptions if field has no value
HAS_AGREEMENTID() Determine if AGREEMENTID has a value

agreementCancellationRequestId

The unique identifier for the created cancellation request.

Accessible with the following methods

Method Description
GET_AGREEMENTCANCLREQUESTID() Getter for AGREEMENTCANCLREQUESTID, with configurable defaul
ASK_AGREEMENTCANCLREQUESTID() Getter for AGREEMENTCANCLREQUESTID w/ exceptions if field ha
HAS_AGREEMENTCANCLREQUESTID() Determine if AGREEMENTCANCLREQUESTID has a value

status

The current status of the cancellation request. The initial status is PENDING_APPROVAL.

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

reasonCode

The reason code provided for the cancellation.

Accessible with the following methods

Method Description
GET_REASONCODE() Getter for REASONCODE, with configurable default
ASK_REASONCODE() Getter for REASONCODE w/ exceptions if field has no value
HAS_REASONCODE() Determine if REASONCODE has a value

description

The detailed description of the cancellation reason, if provided.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

createdAt

The time when the cancellation request was created, as a POSIX timestamp (Unix epoch seconds).

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The time when the cancellation request was last updated, as a POSIX timestamp (Unix epoch seconds).

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value