Skip to content

/AWS1/CL_COAESTMONTHLYSAVINGS

Contains information about estimated monthly cost savings.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_currency TYPE /AWS1/COASTRING /AWS1/COASTRING

The currency of the estimated savings.

iv_beforediscountsavings TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The estimated monthly savings before applying any discounts.

iv_afterdiscountsavings TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The estimated monthly savings after applying any discounts.

iv_savingsestimationmode TYPE /AWS1/COASAVINGSESTIMATIONMODE /AWS1/COASAVINGSESTIMATIONMODE

The mode used to calculate savings, either BeforeDiscount or AfterDiscount.


Queryable Attributes

currency

The currency of the estimated savings.

Accessible with the following methods

Method Description
GET_CURRENCY() Getter for CURRENCY, with configurable default
ASK_CURRENCY() Getter for CURRENCY w/ exceptions if field has no value
HAS_CURRENCY() Determine if CURRENCY has a value

beforeDiscountSavings

The estimated monthly savings before applying any discounts.

Accessible with the following methods

Method Description
GET_BEFOREDISCOUNTSAVINGS() Getter for BEFOREDISCOUNTSAVINGS, with configurable default
ASK_BEFOREDISCOUNTSAVINGS() Getter for BEFOREDISCOUNTSAVINGS w/ exceptions if field has
STR_BEFOREDISCOUNTSAVINGS() String format for BEFOREDISCOUNTSAVINGS, with configurable d
HAS_BEFOREDISCOUNTSAVINGS() Determine if BEFOREDISCOUNTSAVINGS has a value

afterDiscountSavings

The estimated monthly savings after applying any discounts.

Accessible with the following methods

Method Description
GET_AFTERDISCOUNTSAVINGS() Getter for AFTERDISCOUNTSAVINGS, with configurable default
ASK_AFTERDISCOUNTSAVINGS() Getter for AFTERDISCOUNTSAVINGS w/ exceptions if field has n
STR_AFTERDISCOUNTSAVINGS() String format for AFTERDISCOUNTSAVINGS, with configurable de
HAS_AFTERDISCOUNTSAVINGS() Determine if AFTERDISCOUNTSAVINGS has a value

savingsEstimationMode

The mode used to calculate savings, either BeforeDiscount or AfterDiscount.

Accessible with the following methods

Method Description
GET_SAVINGSESTIMATIONMODE() Getter for SAVINGSESTIMATIONMODE, with configurable default
ASK_SAVINGSESTIMATIONMODE() Getter for SAVINGSESTIMATIONMODE w/ exceptions if field has
HAS_SAVINGSESTIMATIONMODE() Determine if SAVINGSESTIMATIONMODE has a value