/AWS1/CL_GDYUSAGEFEATURERESULT¶
Contains information about the result of the total usage based on the feature.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_feature TYPE /AWS1/GDYUSAGEFEATURE /AWS1/GDYUSAGEFEATURE¶
The feature that generated the usage cost.
io_total TYPE REF TO /AWS1/CL_GDYTOTAL /AWS1/CL_GDYTOTAL¶
Contains the total usage with the corresponding currency unit for that value.
Queryable Attributes¶
Feature¶
The feature that generated the usage cost.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATURE() |
Getter for FEATURE, with configurable default |
ASK_FEATURE() |
Getter for FEATURE w/ exceptions if field has no value |
HAS_FEATURE() |
Determine if FEATURE has a value |
Total¶
Contains the total usage with the corresponding currency unit for that value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTAL() |
Getter for TOTAL |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_USAGEFEATURERESULTLIST¶
TYPES TT_USAGEFEATURERESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYUSAGEFEATURERESULT WITH DEFAULT KEY
.