/AWS1/CL_BCFMONETARYAMOUNT¶
The monetary amount of the credit.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_amount TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The aggregated monetary amount of credits earned.
iv_unit TYPE /AWS1/BCFCURRENCYCODE /AWS1/BCFCURRENCYCODE¶
The unit that the monetary amount is given in.
Queryable Attributes¶
amount¶
The aggregated monetary amount of credits earned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMOUNT() |
Getter for AMOUNT |
ASK_AMOUNT() |
Getter for AMOUNT w/ exceptions if field has no value |
STR_AMOUNT() |
String format for AMOUNT |
unit¶
The unit that the monetary amount is given in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT has a value |