Skip to content

/AWS1/CL_MPGREJAGRMTCANCREQOUT

RejectAgreementCancellationRequestOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_agreementid TYPE /AWS1/MPGAGREEMENTID /AWS1/MPGAGREEMENTID

The unique identifier of the agreement associated with this cancellation request.

iv_agreementcanclrequestid TYPE /AWS1/MPGAGRMNTCANCLREQUESTID /AWS1/MPGAGRMNTCANCLREQUESTID

The unique identifier of the rejected cancellation request.

iv_status TYPE /AWS1/MPGAGRMNTCANCLREQSTATUS /AWS1/MPGAGRMNTCANCLREQSTATUS

The updated status of the cancellation request, which is REJECTED.

iv_statusmessage TYPE /AWS1/MPGAGRMNTCANCLREQSTATMSG /AWS1/MPGAGRMNTCANCLREQSTATMSG

The rejection reason provided by the buyer.

iv_reasoncode TYPE /AWS1/MPGAGRMNTCANCLREQUESTRC /AWS1/MPGAGRMNTCANCLREQUESTRC

The original reason code provided when the cancellation request was created.

iv_description TYPE /AWS1/MPGAGRMNTCANCLREQDESC /AWS1/MPGAGRMNTCANCLREQDESC

The detailed description of the cancellation reason, if provided.

iv_createdat TYPE /AWS1/MPGTIMESTAMP /AWS1/MPGTIMESTAMP

The date and time when the cancellation request was originally created.

iv_updatedat TYPE /AWS1/MPGTIMESTAMP /AWS1/MPGTIMESTAMP

The date and time when the cancellation request was rejected.


Queryable Attributes

agreementId

The unique identifier of the agreement associated with this cancellation request.

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 of the rejected 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 updated status of the cancellation request, which is REJECTED.

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 rejection reason provided by the buyer.

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

reasonCode

The original reason code provided when the cancellation request was created.

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 date and time when the cancellation request was originally created.

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 date and time when the cancellation request was rejected.

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