Start of Content Area

Background documentation Point  Locate the document in its SAP Library structure

The Point UI element defines the structure of the points of a more complex data series. The data binding and the subobject structure of a Point indicates the number of values and their value types of a data point in a data series. A data series represented by the Series object can contain exactly one Point element. A Point element can be filled with one or more value elements, either the NumericValue or the TimeValue.

 

Runtime Class

CL_WD_POINT

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

id

STRING

(automatic)

No

customizingID

STRING

 

Yes

eventID

STRING

 

Yes

label

Translatable text

 

Yes

tooltip

Translatable text

 

Yes

valueSource

Context node

 

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Value

1..n

AbstractValue

Note

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:

        ViewElement

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

customizingID

CUSTOMIZING_ID

STRING

eventID

EVENT_ID

STRING

label

LABEL

WDY_MD_TRANSLATABLE_TEXT

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

valueSource

VALUE_SOURCE

OBJECT

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Value

VALUES

1..n

 

 

End of Content Area