Skip to content

/AWS1/CL_OUTCAPACITYSUMMARY

A summary of the capacity changes for a quote option.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_existingcapacities TYPE /AWS1/CL_OUTQUOTECAPACITY=>TT_QUOTECAPACITYLIST TT_QUOTECAPACITYLIST

The existing capacities on the Outpost before the quote is fulfilled.

it_finalcapacities TYPE /AWS1/CL_OUTQUOTECAPACITY=>TT_QUOTECAPACITYLIST TT_QUOTECAPACITYLIST

The final capacities on the Outpost after the quote is fulfilled.

it_capacitychange TYPE /AWS1/CL_OUTQUOTECAPACITY=>TT_QUOTECAPACITYLIST TT_QUOTECAPACITYLIST

The change in capacity between the existing and final state.


Queryable Attributes

ExistingCapacities

The existing capacities on the Outpost before the quote is fulfilled.

Accessible with the following methods

Method Description
GET_EXISTINGCAPACITIES() Getter for EXISTINGCAPACITIES, with configurable default
ASK_EXISTINGCAPACITIES() Getter for EXISTINGCAPACITIES w/ exceptions if field has no
HAS_EXISTINGCAPACITIES() Determine if EXISTINGCAPACITIES has a value

FinalCapacities

The final capacities on the Outpost after the quote is fulfilled.

Accessible with the following methods

Method Description
GET_FINALCAPACITIES() Getter for FINALCAPACITIES, with configurable default
ASK_FINALCAPACITIES() Getter for FINALCAPACITIES w/ exceptions if field has no val
HAS_FINALCAPACITIES() Determine if FINALCAPACITIES has a value

CapacityChange

The change in capacity between the existing and final state.

Accessible with the following methods

Method Description
GET_CAPACITYCHANGE() Getter for CAPACITYCHANGE, with configurable default
ASK_CAPACITYCHANGE() Getter for CAPACITYCHANGE w/ exceptions if field has no valu
HAS_CAPACITYCHANGE() Determine if CAPACITYCHANGE has a value