Entering content frame

Background documentation NumericValue Locate the document in its SAP Library structure

The NumericValue is available for using numeric values of the data type double. This UI element can be used for specifying the value of a point - for example, the x value for scatter charts or the y value for Category-based business graphics.

 

Runtime Class

CL_WD_NUMERIC_VALUE

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

type

WDUI_VALUE_TYPE_ENUMERATION

y

Yes

value

STRING

 

mandatory

Note

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

·         AbstractValue

·         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

type

TYPE

WDUI_VALUE_TYPE_ENUMERATION

 type: chart

CL_WD_NUMERIC_VALUE=>E_TYPE-CHART

 type: size

CL_WD_NUMERIC_VALUE=>E_TYPE-SIZE

 type: trendX

CL_WD_NUMERIC_VALUE=>E_TYPE-TREND_X

 type: trendY

CL_WD_NUMERIC_VALUE=>E_TYPE-TREND_Y

 type: x

CL_WD_NUMERIC_VALUE=>E_TYPE-X

 type: y

CL_WD_NUMERIC_VALUE=>E_TYPE-Y

value

VALUE

STRING

 

 

 

Leaving content frame