/AWS1/CL_MPGDESCRAGREEMENTOUT¶
DescribeAgreementOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_agreementid TYPE /AWS1/MPGRESOURCEID /AWS1/MPGRESOURCEID¶
The unique identifier of the agreement.
io_acceptor TYPE REF TO /AWS1/CL_MPGACCEPTOR /AWS1/CL_MPGACCEPTOR¶
The details of the party accepting the agreement terms. This is commonly the buyer for
PurchaseAgreement.
io_proposer TYPE REF TO /AWS1/CL_MPGPROPOSER /AWS1/CL_MPGPROPOSER¶
The details of the party proposing the agreement terms. This is commonly the seller for
PurchaseAgreement.
iv_starttime TYPE /AWS1/MPGTIMESTAMP /AWS1/MPGTIMESTAMP¶
The date and time when the agreement starts.
iv_endtime TYPE /AWS1/MPGTIMESTAMP /AWS1/MPGTIMESTAMP¶
The date and time when the agreement ends. The field is
nullfor pay-as-you-go agreements, which don’t have end dates.
iv_acceptancetime TYPE /AWS1/MPGTIMESTAMP /AWS1/MPGTIMESTAMP¶
The date and time the offer was accepted or the agreement was created.
AcceptanceTimeandStartTimecan differ for future dated agreements (FDAs).
iv_agreementtype TYPE /AWS1/MPGAGREEMENTTYPE /AWS1/MPGAGREEMENTTYPE¶
The type of agreement. Values are
PurchaseAgreementorVendorInsightsAgreement.
io_estimatedcharges TYPE REF TO /AWS1/CL_MPGESTIMATEDCHARGES /AWS1/CL_MPGESTIMATEDCHARGES¶
The estimated cost of the agreement.
io_proposalsummary TYPE REF TO /AWS1/CL_MPGPROPOSALSUMMARY /AWS1/CL_MPGPROPOSALSUMMARY¶
A summary of the proposal received from the proposer.
iv_status TYPE /AWS1/MPGAGREEMENTSTATUS /AWS1/MPGAGREEMENTSTATUS¶
The current status of the agreement.
Statuses include:
ACTIVE– The terms of the agreement are active.
ARCHIVED– The agreement ended without a specified reason.
CANCELLED– The acceptor ended the agreement before the defined end date.
EXPIRED– The agreement ended on the defined end date.
RENEWED– The agreement was renewed into a new agreement (for example, an auto-renewal).
REPLACED– The agreement was replaced using an agreement replacement offer.
ROLLED_BACK(Only applicable to inactive agreement revisions) – The agreement revision has been rolled back because of an error. An earlier revision is now active.
SUPERCEDED(Only applicable to inactive agreement revisions) – The agreement revision is no longer active and another agreement revision is now active.
TERMINATED– The agreement ended before the defined end date because of an AWS termination (for example, a payment failure).
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 |
acceptor¶
The details of the party accepting the agreement terms. This is commonly the buyer for
PurchaseAgreement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCEPTOR() |
Getter for ACCEPTOR |
proposer¶
The details of the party proposing the agreement terms. This is commonly the seller for
PurchaseAgreement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPOSER() |
Getter for PROPOSER |
startTime¶
The date and time when the agreement starts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The date and time when the agreement ends. The field is
nullfor pay-as-you-go agreements, which don’t have end dates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
acceptanceTime¶
The date and time the offer was accepted or the agreement was created.
AcceptanceTimeandStartTimecan differ for future dated agreements (FDAs).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCEPTANCETIME() |
Getter for ACCEPTANCETIME, with configurable default |
ASK_ACCEPTANCETIME() |
Getter for ACCEPTANCETIME w/ exceptions if field has no valu |
HAS_ACCEPTANCETIME() |
Determine if ACCEPTANCETIME has a value |
agreementType¶
The type of agreement. Values are
PurchaseAgreementorVendorInsightsAgreement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGREEMENTTYPE() |
Getter for AGREEMENTTYPE, with configurable default |
ASK_AGREEMENTTYPE() |
Getter for AGREEMENTTYPE w/ exceptions if field has no value |
HAS_AGREEMENTTYPE() |
Determine if AGREEMENTTYPE has a value |
estimatedCharges¶
The estimated cost of the agreement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ESTIMATEDCHARGES() |
Getter for ESTIMATEDCHARGES |
proposalSummary¶
A summary of the proposal received from the proposer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPOSALSUMMARY() |
Getter for PROPOSALSUMMARY |
status¶
The current status of the agreement.
Statuses include:
ACTIVE– The terms of the agreement are active.
ARCHIVED– The agreement ended without a specified reason.
CANCELLED– The acceptor ended the agreement before the defined end date.
EXPIRED– The agreement ended on the defined end date.
RENEWED– The agreement was renewed into a new agreement (for example, an auto-renewal).
REPLACED– The agreement was replaced using an agreement replacement offer.
ROLLED_BACK(Only applicable to inactive agreement revisions) – The agreement revision has been rolled back because of an error. An earlier revision is now active.
SUPERCEDED(Only applicable to inactive agreement revisions) – The agreement revision is no longer active and another agreement revision is now active.
TERMINATED– The agreement ended before the defined end date because of an AWS termination (for example, a payment failure).
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 |