cancel
Showing results for 
Search instead for 
Did you mean: 

Calling iView from External Application

Former Member
0 Kudos

I want to be able to call an iView which resides in the Portal 7.0 from an external source like a webpage or an legacy application, have it open the iView within the portal framework and have passed associated parameters of the user, is this possible?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You could also go with short URLs so the user doesn't see the path.

Find the hashed URL in System Admin > Navigation > Short URLs

Craft the full URL as follows:

http://<server address>:<port>/irj/portal?NavigationTarget=navurl://fd7dedeff5ec9ce99643a5540de8cad7

OR

Set the iView's Quick Link property. The URL will look like:

http://<server address>:<port>/irj/portal/<quick link>

0 Kudos

Hi,

You can call links to any navigation node, the keyword here is NavigationTarget.

Check this for more:

http://help.sap.com/saphelp_nw70/helpdata/EN/43/014421d21d6fade10000000a11466f/frameset.htm

http://help.sap.com/saphelp_nw70/helpdata/EN/b3/7b8163404448e7aad7899c0b30313e/frameset.htm

To pass user params lile userID and Password, you can call like this:

http://myServer:50000/irj/portal?

NavigationTarget=ROLES://portal_content/myFolder/myRole&j_user=xxx&j_password=xxxx

This way you can login onto portal silently without loginpage.

Regards,

Praveen Gudapati