/AWS1/CL_GUPFRAMEMETRICDATUM¶
Information about a frame metric and its values.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_framemetric TYPE REF TO /AWS1/CL_GUPFRAMEMETRIC /AWS1/CL_GUPFRAMEMETRIC¶
The frame name, metric type, and thread states. These are used to derive the value of the metric for the frame.
it_values TYPE /AWS1/CL_GUPFRAMEMETRICVALS_W=>TT_FRAMEMETRICVALUES TT_FRAMEMETRICVALUES¶
A list of values that are associated with a frame metric.
Queryable Attributes¶
frameMetric¶
The frame name, metric type, and thread states. These are used to derive the value of the metric for the frame.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRAMEMETRIC() |
Getter for FRAMEMETRIC |
values¶
A list of values that are associated with a frame metric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES 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_FRAMEMETRICDATA¶
TYPES TT_FRAMEMETRICDATA TYPE STANDARD TABLE OF REF TO /AWS1/CL_GUPFRAMEMETRICDATUM WITH DEFAULT KEY
.