Experts,
I am trying to develop a portal page, which will contain links to all other pages in the portal.
Ideally when a user clicks on one of the link, the correct page/tab should open up in the portal.
My problem is how to generate the links for existing pages in the portal.
Has anybody done a similar thing?
Help greatly appreciated
Hi Philip,
did you try this with NavigationTargat=...
=>
The regular URL for launching the portal is http://portalserver/irj. To implement URL navigation:
...
1. From the Portal Catalog, select the page with which you want to launch the portal.
2. From the Quick Info pane below the Portal Catalog, copy the name (PCD URL value) of the page and save in a text editor, replacing the string PCD with ROLES://.
3. Open your browser and to the default portal URL, add the following string:
/index.html?NavigationTarget=<value saved in text editor>
4. Save the new URL, which you can then use to launch your portal.
(http://help.sap.com/saphelp_ep60sp2/helpdata/en/2d/91e33edd37de63e10000000a11405a/frameset.htm)
Hope this helps,
Holger.
Add a comment