cancel
Showing results for 
Search instead for 
Did you mean: 

How to call, run, execute an iView (model A) from another iView (model B) ?

Former Member
0 Kudos

I have a model A (has one iView) and a model B (also has an iView with a button).

I deploy and run model B and want to (by clicking on the button) run (call or execute) the iView of model A.

Is this possible ? and if so are there any examples ?

Can I also exchange data (parameters, variables) between these iViews (models) ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you just want to call the iView A you can write following code at onclick function.

EPCM.doNavigate(

"ROLES://portal_content/MyFolder/Roles/Generic/Sitemap") . This will Sitemap Iview which is assigned to Generic roles will be called.

/people/sven.kannengiesser/blog/2005/06/14/shortening-portal-urls BLAG can be of help.

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/210c81172f045fe10000000a422035/frameset.htm

Regards,

Vishal

PS: Reward pomis for helpful answers.

Former Member
0 Kudos

You can also pass values between VC-iViews. How to do that you can see in this document:

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...

Answers (1)

Answers (1)

Former Member
0 Kudos

Is it also possible to call /execute / run another iView from an iView without using BI system or BEx Web Templates ?