/AWS1/CL_BCPWORKLOADESTIMATE02¶
Represents a usage quantity for a workload estimate.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_unit TYPE /AWS1/BCPSTRING /AWS1/BCPSTRING¶
The unit of measurement for the usage quantity.
iv_amount TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The numeric value of the usage quantity.
Queryable Attributes¶
unit¶
The unit of measurement for the usage quantity.
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 |
amount¶
The numeric value of the usage quantity.
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 |
STR_AMOUNT() |
String format for AMOUNT, with configurable default |
HAS_AMOUNT() |
Determine if AMOUNT has a value |