Skip to content

/AWS1/CL_BCDDISPLAYCONFIG

Defines how the widget's data should be visualized, including chart type, color schemes, axis configurations, and other display preferences.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_graph TYPE /AWS1/CL_BCDGRAPHDISPLAYCONFIG=>TT_GRAPHDISPLAYCONFIGMAP TT_GRAPHDISPLAYCONFIGMAP

The configuration for graphical display of the widget data, including chart type and visual options.

io_table TYPE REF TO /AWS1/CL_BCDTABLEDSPCFGSTRUCT /AWS1/CL_BCDTABLEDSPCFGSTRUCT

The configuration for tabular display of the widget data.


Queryable Attributes

graph

The configuration for graphical display of the widget data, including chart type and visual options.

Accessible with the following methods

Method Description
GET_GRAPH() Getter for GRAPH, with configurable default
ASK_GRAPH() Getter for GRAPH w/ exceptions if field has no value
HAS_GRAPH() Determine if GRAPH has a value

table

The configuration for tabular display of the widget data.

Accessible with the following methods

Method Description
GET_TABLE() Getter for TABLE