cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide the pageheader in a view of standard component?

Former Member
0 Kudos

Hi All,

I need to hide (or make invisible) a pageheader in a view of a standard component.Could you please tell me how to achieve this?

what are all the available ways for this?

Regards,

Lakshmi.

View Entire Topic
thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Enhancment is possible, but a bit drastic if all you want to do is hide the pageHeader. You can just use application configuration for this.

http://help.sap.com/saphelp_nw70/helpdata/EN/42/cbed5baf436bade10000000a1553f6/frameset.htm

Via Implicit Configuration at the Component level you can hide standard UI elements:

Implicit Configuration data

Each UI element has a set of properties defined by the framework. Their values are set when a view is designed. So almost each UI element has a visible property. In the view designer of the ABAP Workbench, an application developer sets the value, for example, to visible. Within a special application of the component, precisely this UI element, however, should not be visible. The application developer then creates a configuration for the component in which the value for the property visible is set to none.

The value of the visible property is an example of a possible implicit configuration style. The property is preset by the Web Dynpro Framework and the value set by the application developer is edited automatically. There is no additional programming effort required by the component developer for implicit configuration.

Many (not all) f the attributes of UI elements can be overridden with the help of configuration data.