Show TOC

Run the Sandbox with Demo ApplicationsLocate this document in the navigation structure

The SAP Fiori launchpad sandbox contains demo applications that demonstrate key concepts in the SAP Fiori launchpad such as navigation and personalization.

Recommendation We recommend that you use only the browsers supported for SAPUI5 to run your applications.

After you have created an SAPUI5 application project, you should be able to run the SAP Fiori launchpad sandbox on your local test server, where it is displayed as a resource of the project. The relative path of the sandbox shell is test-resources/sap/ushell/shells/sandbox/fioriSandbox.html. For example, if your project is called MyFioriApplication, the URL on a local Tomcat server is http://localhost:8080/MyFioriApplication/test-resources/sap/ushell/shells/sandbox/fioriSandbox.html.

The sandbox contains some demo applications that show how navigation within an SAP Fiori launchpad shell runtime should be realized. The sample applications demonstrate different approaches for inner-app and app-to-app navigation inside the SAP Fiori launchpad. All demo applications use resource-based navigation. You can recognize this easily in the location bar of the browser.

Caution The demo applications provided as part of the sandbox are not intended as complete reference applications for SAP Fiori, but just for demonstrating concepts of the SAP Fiori launchpad, like navigation and personalization.

You can find the sources of the demo applications as part of the ushell-lib library under Start of the navigation path Java Resources Next navigation step Libraries Next navigation step SAP UI5 Core Libraries Next navigation step com.sap.ushell.ushell-lib-<Version>.jar End of the navigation path, path META-INF/test-resources/sap/ushell/demoapps. You can open all library files in a read-only editor.