cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding a container element from a standard applicaition

Former Member
0 Kudos

hi,

i have a requirement to remove the UI elements in a transparent container from a view of a standard webdynpro component HRRCF_C_PREFERENCES_UI. This component is being used as a sub component in a main application.

The transparent container within has a drop down list and a few buttons.

So i created a component configuration for the component HRRCF_C_PREFERENCES_UI and changed the property of the UI element in the configuration to invisible. This worked, the container element was invisible in the application. But two other containers next to the UI element that was hidden did not move to the left . No proper alignment.

Is this the standard behavior of a component configuration? i don't think so.

Now in my option, the other only possible option is to hide the button by changing the attribute in the WDDOMODIFYVIEW method of the view.

Could someone please help me how to set the attribute problematically? Is there a different way to meet this requirement?

Need some help.Thanks.

Best Regards,

Sridharan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Just go to enhancement mode in your webdynpro component and delete that button from UIElement hierarcy.

If you want your button back, delete the enhancement.

Regards

Vishal kapoor

Joseph_BERTHE
Active Contributor
0 Kudos

Hi,

Didi you try to Enhance the component?

Regards