Show TOC

 Passing Parameters to BEx Web Application iViewsLocate this document in the navigation structure

Use

When you call a BEx Web application iView from another BEx Web application iView, you can pass all the BEx Web Design API commands that can be specified when calling a BEx Web application.

For more information, see the help.sap.com/nw04 internet address → SAP NetWeaver → Information Integration → SAP Business Information Warehouse → BI Suite: Business Explorer → BEx Web → Web Application Design: BEx Web Application Designer → Command URLs.

Procedure

Test URL

Before you include the JavaScript for portal navigation in the Web template, call the URL to test it in a Web browser. You can call the URL directly as a BEx-based URL (.../sap/bw/bex?... or …com.sap.ip.bi.bex?...). To test the command URL, you can call the URL directly in the Web browser without the Portal Desktop.

Coding Parameters

The name/value pairs of parameters from the BEx Web API represent the value of the portal URL parameter DynamicParameter. This fixed component of the command URL for filtering must be coded as the value of a URL parameter.

  • '=' must be replaced with '%3D'
  • '&' must be replaced with '%26'
Result

You have maintained the sender-receiver settings to navigate from one BEx Web application to another BEx Web application.