Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

This is one in a series of blogs on the changes in the portal in SAP NetWeaver 2004 SP Stack 20 and in SAP NetWeaver 7.0 SP Stack 12.

One small addition to the list of changes in the current portal releases is a small change in the navigation API. In the case where your navigation connector needs to check for URL parameters, you can now tell the navigation service to pass any URL parameter into the environment that is passed into the connector methods.

Setting the Navigation Service

The navigation can't pass all URL parameters into the environment, so you need to specify which ones you want to be passed. The following is how to set the property:
  1. Navigate to System Administration --> System Configuration --> Service Configuration.
  2. In the Portal Catalog, navigate to Applications --> com.sap.portal.navigation.helperservice --> Services --> navigation_events_helper.
  3. Open the properties of the com.sap.portal.navigation.helperservice service, either by double clicking the node or right-clicking the node and selecting Configure.
  4. Add the URL parameter name to the EnvironmentParameters property. Separate parameters by a semicolon (;).