cancel
Showing results for 
Search instead for 
Did you mean: 

remove contextual panel and view switch from standard component and append views

Former Member
0 Kudos

Hi All,

My client needs to get rid of the contextual panel from a standard application.

The view switch is implemented in the component RPLM_QIMT_NOTIF_COMP for the application qimt_notification_app.

However, I also need to append the views from this panel to the overview view.

I am not sure how to go about this as it is not possible to delete plugs via enhancement, also appending these views is a question.

Is this possible to do via enhancement ?

Please let me know.

Thanks,

-Veena.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I assume you mean you want to get rid of the left-hand side panel. This is easy. All you need to do is create a component configuration and hide that panel. Now, since you won't be able to navigate any more, you need other views to be displayed in the main view. To do this, enhance the main view by adding a ViewContainer. Then, enhance the window calling the main view and linking the other view into this new custom ViewContainer.

Former Member
0 Kudos

thank you that resolved the issue, however I now need to display the newly added viewcontainer only to this particular component configuration.

Is there any way to achieve this ? Please let me know. Thanks.

Answers (0)