Start of Content Area

Background documentation Layout  Locate the document in its SAP Library structure

The layout is the abstract base class of all layout UI elements within Web Dynpro. All of the layout properties are forwarded to the following UI elements:

      FlowLayout

      GridLayout

      MatrixLayout

      RowLayout

More information:

Layout Basics

 

Runtime Class

CL_WD_LAYOUT

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

id

STRING

(automatic)

No

 

Note

Properties and methods that can be inherited are defined in the associated higher-level class. The associated UI element is ViewElement.

 

End of Content Area