/AWS1/CL_BLDGETRPTGRPTRENDOUT¶
GetReportGroupTrendOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_stats TYPE REF TO /AWS1/CL_BLDRPTGROUPTRENDSTATS /AWS1/CL_BLDRPTGROUPTRENDSTATS¶
Contains the accumulated trend data.
it_rawdata TYPE /AWS1/CL_BLDREPORTWITHRAWDATA=>TT_REPORTGROUPTRENDRAWDATALIST TT_REPORTGROUPTRENDRAWDATALIST¶
An array that contains the raw data for each report.
Queryable Attributes¶
stats¶
Contains the accumulated trend data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATS() |
Getter for STATS |
rawData¶
An array that contains the raw data for each report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RAWDATA() |
Getter for RAWDATA, with configurable default |
ASK_RAWDATA() |
Getter for RAWDATA w/ exceptions if field has no value |
HAS_RAWDATA() |
Determine if RAWDATA has a value |