SAPUI5 Getting Started (SAP HANA): Unterschied zwischen den Versionen

Aus MattWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 15: Zeile 15:
  xs create-service sapui5_sb sapui5-1.52 openSAPHANA_00-ui5
  xs create-service sapui5_sb sapui5-1.52 openSAPHANA_00-ui5


The service has to be added in:
* xs-app.json
* mta.yaml -> Resources and modules
* index.html
Listings:





Version vom 15. November 2020, 18:04 Uhr

This page contains basic knowledge on how to start with SAPUI5 development on SAP HANA development stack.

SAPUI5 Micro Service

SAPUI5 libraries can be used from the public SAPUI5 libraries.

Since SAP HANA 2.0 SPS 03 XS Advanced is capable of providing a micro service itself for local consumption.

A local micro service can be created either in XS Advanced Cockpit at

  • HANAExpress -> development space -> Services -> Service Marketplace -> sapui5_sb

or via command line with:

xs create-service sapui5_sb sapui5-1.52 openSAPHANA_00-ui5

The service has to be added in:

  • xs-app.json
  • mta.yaml -> Resources and modules
  • index.html

Listings: