/AWS1/CL_BCDWIDGETCONFIG¶
Defines the complete configuration for a widget, including data retrieval settings and visualization preferences.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_queryparameters
TYPE REF TO /AWS1/CL_BCDQUERYPARAMETERS
/AWS1/CL_BCDQUERYPARAMETERS
¶
The parameters that define what data the widget should retrieve and how it should be filtered or grouped.
io_displayconfig
TYPE REF TO /AWS1/CL_BCDDISPLAYCONFIG
/AWS1/CL_BCDDISPLAYCONFIG
¶
The configuration that determines how the retrieved data should be visualized in the widget.
Queryable Attributes¶
queryParameters¶
The parameters that define what data the widget should retrieve and how it should be filtered or grouped.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUERYPARAMETERS() |
Getter for QUERYPARAMETERS |
displayConfig¶
The configuration that determines how the retrieved data should be visualized in the widget.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYCONFIG() |
Getter for DISPLAYCONFIG |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WIDGETCONFIGLIST
¶
TYPES TT_WIDGETCONFIGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BCDWIDGETCONFIG WITH DEFAULT KEY
.