/AWS1/CL_GDYUSAGEDATASRCRSLT¶
Contains information on the result of usage based on data source type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_datasource TYPE /AWS1/GDYDATASOURCE /AWS1/GDYDATASOURCE¶
The data source type that generated usage.
io_total TYPE REF TO /AWS1/CL_GDYTOTAL /AWS1/CL_GDYTOTAL¶
Represents the total of usage for the specified data source.
Queryable Attributes¶
DataSource¶
The data source type that generated usage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCE() |
Getter for DATASOURCE, with configurable default |
ASK_DATASOURCE() |
Getter for DATASOURCE w/ exceptions if field has no value |
HAS_DATASOURCE() |
Determine if DATASOURCE has a value |
Total¶
Represents the total of usage for the specified data source.
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_USAGEDATASOURCERESULTLIST¶
TYPES TT_USAGEDATASOURCERESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYUSAGEDATASRCRSLT WITH DEFAULT KEY
.