Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member182739
Active Participant

Dear Reader,

If you'd like to try  Fiori Launchpad on HANA Cloud Platform (HCP), and understand the end to end scenario, keep reading.

Fiori Launchpad is available @ HANA Cloud Platform since Nov, 2014 (GA).

The Fiori launchpad user interface is platform agnostic. It has the same user experience on all deployment options (For more information, see Simplifying your UX with SAP Fiori launchpad on SAP HANA Cloud Platform).

How can you get Fiori Launchpad running on HANA Cloud Platform?

Go to the SAP HANA Cloud Platform page and register to get a HANA Cloud Platform account (this isn't yet available in the trial version).

You have to ensure the following:

  • Your account is subscribed to SAP Fiori launchpad.
  • You are assigned to the predefined TENANT_ADMIN role with administrative permissions.

If you need support with these two requirenments, please contact the DevOps team (amit.maimon@sap.com)

For more information, see Managing Roles in SAP HANA Cloud and assign launchpad users to roles.


You already have an account, where should you start?


Follow the "DD-CC" steps: (Develop > Deploy > Configure > Consume)

Develop your Fiori/Fiori-Like application using Web IDE

The basic guidelines:

  • UI Development:

Develop the Fiori UI on top of HCP as an “HTML5 application”.

We recommand using the Web IDE’s templates for Fiori applications.

  • oData/Gateway

You need to have an on-premise Gateway system connected to the cloud, either with a cloud connector or exposed outside the Firewall.

Alternatively, you can use GwaaS (Gateway as a service)

  • Backend Logic

Additional backend logic can be developed as Java applications on HCP.

The Java application exposes REST services that can then be accessed by the Fiori client-side application much like the access to the oData calls.


Procedure:

  1. Open SAP Web IDE.See Opening SAP Web IDE.
  2. Enable OData model editor plugins. See Optional - Enabling Fact Sheet Editor and OData Model Editor Plugins
  3. Connect remote systems.See Optional - Connecting Remote Systems.
  4. Check or enter Git user settings.See Optional - Entering Git User Settings.
  5. Develop your app based on Fiori/ Fiori-like templates or patterns.


The screenshot below shows the available template when creating new project using WebIDE.



Alternatively, you can also extend an existing application (For more information, see SAP Web IDE Developer Guide)

The Web IDE documentation is available here - SAP Web IDE Developer Guide


Deploy your application on GIT the Cloud Repository (HTML5 Repository)


SAP HANA Cloud Platform enables you to easily develop and run lightweight HTML5 applications in a cloud environment. HTML5 applications on SAP HANA Cloud Platform consist of static resources and can connect to any existing on-premise or on-demand REST services. Compared to a Java application, there is no need to start a dedicated process for an HTML5 application. Instead the static resources and REST calls are served using a shared dispatcher service provided by the SAP HANA Cloud Platform.


Once you are finished, you need to push your code to the GIT Cloud repository.


Procedure:

1. Clone a repository.

2. Create a project and add an html file.

3. Push the file to the GIT repository.


4. Test the application.

5. Create a version and activate the version.



Check out this tutorial - SAP HANA Cloud Platform

For more information (Work with HTML5 repository), see  - SAP HANA Cloud Platform


To ensure seamless integration of your app in the launchpad, perform the following:

  • Your HTML5 app (a Helium SAPUI5 Fiori app) has been developed, tested, and deployed on the SAP HANA Cloud Platform.
  • All required back-end destinations for your app have been configured and tested.



Configure your Appa using Fiori Configuration Cockpit (FCC)


You perform the content creation and design tasks in the SAP Fiori Configuration cockpit.

To access this page navigate to: https://fiorilaunchpad-<accountname>.dispatcher.hana.ondemand.com/sap/hana/uis/clients/ushell-app/shells/fiori/FioriLaunchpad.html?mode=admin

The applications are launch from tiles. Today, there are three tile types:

[1] Static tiles that run any static app url,

[2] Dynamic tiles that run app and display aggregative number based on oData

[3] Custom tiles that can run whatever you like in the tile.


(Heads-up: additional tile types, such as news and others, areplanned as part of the product roadmap)


Perform the following tasks:

PurposeTaskDescription
To integrate apps in launchpad sites and make them available in catalogs at runtimeConfigure apps: set app properties and tiles, assign categoriesConfiguring Apps, Manage App Assignments
To enable role-based access to appsCreate and configure content packages: set properties, assign apps and rolesConfiguring Content Packages
To ensure visibility and organize the display of apps in launchpad sitesCreate and configure groups: set properties, assign apps to groupsConfiguring Groups



Consume Your Application in Fiori Launchpad on HANA Cloud Platform

To access a launchpad site:

  1. In the Site Directory of SAP HANA Cloud Portal, hover over a launchpad site and click Manage.
  2. In the Administration page that opens, click the Launchpad Runtime tile. The runtime version of this site opens.

For information about the runtime capabilities of SAP Fiori launchpad, see Using the Launchpad. Note, however, that not all the capabilities are available on cloud.



Enjoy!

Inbal Sabag

52 Comments