cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting two (or more) iviews serially...Urgent help needed

saikumar_gunaki
Explorer
0 Kudos

Hi Experts,

I'm a newbie in VC and need help.

Scenario : I have an iview.When deployed on to the portal .I have a table,columns- chart and some more UI elements.

Now,I need that when a row in the table(referenced above) is selected(selection here means just clicking on the row) I must navigate to a new layout of UI elements like tables,charts etc in the same window.

Q : Do i have to create nested iviews

or

Do i need to create 2 seperate iviews and link them such that the selection(just clicking on the row) made in the table of the 1st iview serves as the input to the second iview.

or

A popup iview is what would meet the need best?

Plz help ASAP...

Will be really grateful to have a step-by-step procedure..

I've been through the help.sap.com pages but haven't been able to decide...

Plz suggest a soln experts....!

Thanks well in advance......!

Message was edited by:

Saikumar Gunaki

Message was edited by:

Saikumar Gunaki

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

If you are looking for a dashboard(Where you have e Table at top of your screen and when you select a row all the details changes accordingly ) kind of screen then you can do with single iView.

Can you share some details like how heavy the form is , too many controls are there or you have manageable controls ? Based on this we can decide whether dashboard suits your requirement or not.

Problem with multiple iViews :

As you wanted things to change according to ROW selection , the row selection event cant be fired on a different iViews. For this you may have to raise a event through a button CLICK.

Hope you got the picture on how to go about it.

Former Member
0 Kudos

hi

Please have look at the following threads :-

Regards

Navneet<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/42/d5beb53a0b1369e10000000a1553f7/frameset.htm">Tutorial(with some similar requirements as yours)</a>

Message was edited by:

Navneet Giria

gerhard_lang
Explorer
0 Kudos

Hi Saikumar,

in your case I would create a tabbed iView with two layers in it (in the configuration panel select navigation control: 'Tab Strip', default tab: your 'input' layer). Move your table where you want to select a row into the first layer, the chart and output table into the second one. The result is one window with two tab strips.

Connect the two layers with an event named equal to your data connection between table and chart, I suggest this is 'select', so if you select one row the view is switched simultaneously to the second layer and you can see the results. You can get back manually by choosing the first tab.

Hope you get a step further with this explanation

regards

Gerhard