/AWS1/CL_GDYTOTAL¶
Contains the total usage with the corresponding currency unit for that value.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_amount TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The total usage.
iv_unit TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The currency unit that the amount is given in.
Queryable Attributes¶
Amount¶
The total usage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMOUNT() |
Getter for AMOUNT, with configurable default |
ASK_AMOUNT() |
Getter for AMOUNT w/ exceptions if field has no value |
HAS_AMOUNT() |
Determine if AMOUNT has a value |
Unit¶
The currency unit that the 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 |