Skip to content

/AWS1/CL_BCDGRAPHDISPLAYCONFIG

Defines the visual representation settings for widget data, including the visualization type, styling options, and display preferences for different metric types.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_visualtype TYPE /AWS1/BCDVISUALTYPE /AWS1/BCDVISUALTYPE

The type of visualization to use for the data.


Queryable Attributes

visualType

The type of visualization to use for the data.

Accessible with the following methods

Method Description
GET_VISUALTYPE() Getter for VISUALTYPE, with configurable default
ASK_VISUALTYPE() Getter for VISUALTYPE w/ exceptions if field has no value
HAS_VISUALTYPE() Determine if VISUALTYPE 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_GRAPHDISPLAYCONFIGMAP

TYPES TT_GRAPHDISPLAYCONFIGMAP TYPE HASHED TABLE OF /AWS1/CL_BCDGRAPHDISPLAYCONFIG=>TS_GRAPHDSPCONFIGMAP_MAPROW WITH UNIQUE KEY key
.

TS_GRAPHDSPCONFIGMAP_MAPROW

TYPES: BEGIN OF TS_GRAPHDSPCONFIGMAP_MAPROW,
  key TYPE /AWS1/BCDGENERICSTRING,
  value TYPE REF TO /AWS1/CL_BCDGRAPHDISPLAYCONFIG,
END OF TS_GRAPHDSPCONFIGMAP_MAPROW.