Start of Content Area

Background documentation RowData  Locate the document in its SAP Library structure

RowData provides the layout data for a UI element in a container to which RowLayout is assigned. A UI element starts in a new row if the layout data is supplied by an instance of the subclass RowHeadData. The layout data is valid for the entire row.

 

Runtime Class

CL_WD_ROW_DATA

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

id

STRING

(automatic)

No

Note

Layout data is not bindable.

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

        LayoutData

        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.

 

 

End of Content Area