Show TOC Start of Content Area

Background documentation Portal URLs  Locate the document in its SAP Library structure

The following describes the basic URL formats for a portal request:

      http://<server>:<port>/irj/portal

This request displays the portal desktop for the current user, which generally includes the masthead, navigation links and other information in the framework page.

After displaying the desktop, the home page (that is, the first navigation node) is displayed.

The process flow is described How Portal Requests are Handled.

      http://<server>:<port>/irj/portal?NavigationTarget=<pcd address or navigation node name>

This request is similar to the one above, in that it displays the entire portal desktop and framework page for the current user. However, instead of displaying the home page, it automatically navigates to the navigation node defined by the NavigationTarget URL parameter.

For more information on navigation and navigation targets, see Navigating in the Portal.

      http://<server>:<port>/irj/servlet/prt/portal/prtroot/appName.compName

This request runs a specified PRT component and displays only the output of the component. No framework page is displayed, and no personalization is used.

      http://<server>:<port>/irj/servlet/prt/portal/prtroot/<pcd address>

This request runs a specified iView or page (and, therefore, the underlying component) without a framework page. However, this request uses the personalization set for the iView or page.

For more information on personalization, see Personalization.

For more information on how to create navigation links in the portal, see Triggering Navigation.

 

End of Content Area