/AWS1/CL_REVASSESSMENTCOST¶
Represents the cost of running a failure mode assessment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_amount TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The cost amount for the assessment.
iv_currency TYPE /AWS1/REVCOSTCURRENCY /AWS1/REVCOSTCURRENCY¶
The currency of the assessment cost.
Queryable Attributes¶
amount¶
The cost amount for the assessment.
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 |
currency¶
The currency of the assessment cost.
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 |