Open Application URL

You can directly open an analytic application via a URL, which may also be used when you embed the application in external ones. The URL uses a specific syntax and you can add parameters to it.

Use Syntax to Compose Application URL

You can use the following syntax to compose application URL and open the application:
https://<TENANT>/sap/fpa/ui/tenants/<TENANT_ID>/bo/application/<APPLICATION_ID>

Replace <TENANT> with the public SAP Analytics Cloud URL for your tenant, <TENANT_ID> with your tenant ID in lowercase letters, and <APPLICATION_ID> with the ID of the application you want to open.

Note

If tenant ID isn't in lowercase letters, the URL won't work correctly.

To find your tenant ID, go to Start of the navigation path Next navigation step System Next navigation step AboutEnd of the navigation path. Your tenant ID is listed under System Name.

To get your application ID, go to Start of the navigation path Next navigation step FilesEnd of the navigation path to find and open the application. Copy the application ID from the URL.

Tip

If you have the permission to share the application, you can also get its URL by selecting it and choosing Start of the navigation path Next navigation step ShareEnd of the navigation path. In the Share Application dialog, you can find the URL under Default Link.

Here's the example URL:
https://tenant/sap/fpa/ui/tenants/fd23e/app.html#/analyticapp&/aa/19F03902279139EC3896DB38A0F60557

Add Parameters to Application URL

You can add additional parameters to the application URL.

Parameters should be after the application ID as query parameters.

Display Parameters

You can add a parameters to modify how an application is displayed to the application URL.

Parameter Options
mode

Indicates the mode the application will open in.

By default the application opens in edit mode if the parameter isn't specified.

  • edit opens the application in edit mode. You can switch to present mode by selecting Run Application. If you don't have the edit permission, you'll have a read-only view of the application.

  • present opens the application in presentation mode. The toolbar will appear if you hover over the top of the application. You can switch to the edit mode by selecting (Edit Analytic Application).

  • embed opens the application in embed mode.

Variable Parameters

You can add variable parameters if your application uses a model with variable constraints.

Note
Variable parameters can be combined with display parameters. Any variables will be applied to the application before filters are applied.
Note
If you have linked variables, your URL needs to include all the models with their respective variables.

All parameter values must be URL encoded to work properly. Otherwise, variables may not be properly applied. For example, ["ST1","ST10"] must be encoded as %5B%22ST1%22%2C%22ST10%22%5D.

For the list of all variable parameters, refer to SAP Analytics Cloud URL API Developer Guide.