cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation from one iView to another iView

Former Member
0 Kudos

Hi all

Here is the scenario...

I have created a package containing two pages. Each page has its own iView. One of the iView shows list in the form of a table and another iView displays details of records of this list. I want to show the details iView on selection of a record from the list iView by passing the primary key (PO Number in this case).

Please can any body suggest how this can be achieved ?

Regards

Kapil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you talk about Visual Composer iViews, read this document from Darji:

How to integrate Visual Composer applications and BEx Web templates

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad182ac7-0a01-0010-4fb8-8a4...

It tells you how to create signal in and signal out with VC iViews and communicate between different iViews.

Former Member
0 Kudos

Hi Mario

thanx for the link, it was very helpful. After reading the document, I was able to give signalout in one iView and signal in in another iView. When I deploy and run the application, I am able to see both iviews, I get the list on clicking the submit button but on selecting any record from the list, its details donot come in another iView..

What must be goin wrong ? Can you tell me ?

Regards

Kapil

Former Member
0 Kudos

Did you also specify which field you fill with the signal out/in?

BTW: why do you need two iViews and do not build both pieces into one iView?

Former Member
0 Kudos

yes, i ve specified the field to fill with signal out/in

I m using two different iViews because if I use only one iView, then too much information is shown on 1 page.

Please help now.