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

Aus MattWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 17: Zeile 17:
The service has to be added in:
The service has to be added in:


# mta.yaml -> Resources and modules
# mta.yaml -> Create new resource and add it to modules
# xs-app.json
# xs-app.json -> Use replace capability of app router to insert UI5 service URL dynamically
# index.html
# index.html
   
   
Listings:
Listings:

Version vom 15. November 2020, 19:03 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:

  1. mta.yaml -> Create new resource and add it to modules
  2. xs-app.json -> Use replace capability of app router to insert UI5 service URL dynamically
  3. index.html


Listings: