/AWS1/CL_BCDGROUPDEFINITION¶
Specifies how to group cost and usage data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/BCDSTRING /AWS1/BCDSTRING¶
The key to use for grouping cost and usage data.
Optional arguments:¶
iv_type TYPE /AWS1/BCDGROUPDEFINITIONTYPE /AWS1/BCDGROUPDEFINITIONTYPE¶
The type of grouping to apply.
Queryable Attributes¶
key¶
The key to use for grouping cost and usage data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
type¶
The type of grouping to apply.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GROUPDEFINITIONS¶
TYPES TT_GROUPDEFINITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BCDGROUPDEFINITION WITH DEFAULT KEY
.