Open Application URL

You can directly open analytic applications via a URL. This may be used when embedding analytic applications in external applications.

Prerequisites
  1. You must know the ID of the application you want to open. To get a application ID, perform the following steps:
    1. Log on to SAP Analytics Cloud.
    2. Go to () Main Menu, select Start of the navigation path Browse Next navigation step  ApplicationsEnd of the navigation path.
    3. Select an application, and open it.
    4. Copy the application ID from the URL.
      Example URL:
      https://tenant/sap/fpa/ui/tenants/tenant_id/app.html#;view_id=application;applicationId=<APPLICATION_ID>
  2. You must know the tenant ID of your SAP Analytics Cloud system. To find your tenant ID, go to Start of the navigation path (Main Menu) Next navigation step  System Next navigation step  AboutEnd of the navigation path. Your tenant ID is listed under System Name.

Open an Application
Use the following URL syntax to open an 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 <APPLICATION_ID> is not passed in the URL, you will be prompted to create a new application. Tenant ID must be entered in lowercase letters or the URL will not work correctly.