Show TOC

Supporting Standalone ModeLocate this document in the navigation structure

Applications that support standalone mode can be run directly by specifying the SAPUI5 component of the application in the URL.

For information on how to run an application in standalone mode, see Running an Application Standalone.

If you develop an application and you want it to support standalone mode, consider the following:

  • If there is no navigation from your application to other applications, the application can be run in standalone mode.

  • If you need to provide navigation from your application to other applications, it is also possible to run your application in standalone mode, but there is a prerequisite: You can only provide navigation to targets for which target mappings are available, and you have to implement the navigation using intents, as described in Developing Navigation.

    Remember

    For testing cross-application navigation, remember that you need to create target mappings for the intents that you are using.