Start of Content Area

Background documentation SimpleFormattedTextField  Locate the document in its SAP Library structure

A SimpleFormattedTextField can be integrated into a FormattedTextView.

 

Runtime Class

CL_WD_SIMPLE_FMT_TXT_FIELD

 

Properties in View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

name

STRING

 

Yes

text

Translatable text

 

Yes

Note

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

        AbstractFormattedTextField

        ViewElement

Dynamic Programming

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

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

name

NAME

STRING

text

TEXT

WDY_MD_TRANSLATABLE_TEXT

 

 

End of Content Area