Entering content frame

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

Text

 

Yes

tooltip

Text

 

Yes

valueSource

Context Node

 

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Value

1..n

AbstractValue

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provided in the View Designer. 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

 

 

Leaving content frame