Entering content frame

Background documentation PageHeaderArea Locate the document in its SAP Library structure

With the PageHeaderArea a content area is defined beneath a PageHeader, in which various UI elements can be displayed.

 

Runtime Class

CL_WD_PAGE_HEADER_AREA

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

design

WDUI_PAGE_HDR_AREA_DESIGN

standard

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Content

0..1

UIElement

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

design

DESIGN

WDUI_PAGE_HDR_AREA_DESIGN

 design: emphasized

CL_WD_PAGE_HEADER_AREA=>E_DESIGN-EMPHASIZED

design: standard

CL_WD_PAGE_HEADER_AREA=>E_DESIGN-STANDARD

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Content

CONTENT

0..1

 

 

 

Leaving content frame