Show TOC

Best Practices for Cross-App NavigationLocate this document in the navigation structure

Collection of best practices for developing cross-app navigation between your SAP Fiori apps.

  • Use the CrossApplicationNavigation service to construct shell fragments and links from local fragments. Do not construct them yourself.

    For more information, see the class sap.ushell.services.CrossApplicationNavigation.

  • Use startup parameters to pass information to the next app.

    For more information, see Handling Startup Parameters.

  • Use only single-value parameters in the launchpad intent; multi-valued parameters are not recommended.
  • Do not use deep links to the app-specific fragment for passing information to the next app.