cancel
Showing results for 
Search instead for 
Did you mean: 

*How to create dashboard like Views*

Former Member
0 Kudos

Dear All,

I want to create a View like this : that view will be divided into two separate parts i.e. Right part and Left part. In the Left part i want to show some buttons or labels that work as Event source like a link. When I click on that buttons or labels it will show a another view in the Right part of the main view. This right part is actually a form for the user. how can i do ? please help.

Edited by: kapitsu on Sep 9, 2009 8:38 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member185086
Active Contributor
0 Kudos

Hi

Please take help form this [doc|;

Best Regards

Satish Kumar

Former Member
0 Kudos

I have Web Dynpro for creating views. I want a dashboard like views with two parts Left - show links and Right - show another views(actual form). Please help me. I want with Web Dynpro only.

Former Member
0 Kudos

Hi,

U can use viewcontainer ui element for this.

1)In view1 take viewcontainer ui element and embed view2 into it and make the default property of view2 to false.

2)Create outbound and inbound plugs for view1 and view2.

3)Put the buttons in the view1 and in action fire the outbound plug.

4)design the form in view2.

Regards,

srikanth

Answers (1)

Answers (1)

Former Member
0 Kudos

Thks all