/AWS1/CL_GDYUSAGETOPACCTRESULT¶
Contains information on the total of usage based on the topmost 50 account IDs.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountid TYPE /AWS1/GDYACCOUNTID /AWS1/GDYACCOUNTID¶
The unique account ID.
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¶
AccountId¶
The unique account ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID 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_USAGETOPACCTSBYFEATURELIST¶
TYPES TT_USAGETOPACCTSBYFEATURELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYUSAGETOPACCTRESULT WITH DEFAULT KEY
.