SAP HANA Local Native Development: Unterschied zwischen den Versionen
Aus MattWiki
Matt (Diskussion | Beiträge) K (Matt verschob die Seite Local HANA Development nach SAP HANA Local Native Development, ohne dabei eine Weiterleitung anzulegen) |
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 13: | Zeile 13: | ||
npm i -g hana-cli | npm i -g hana-cli | ||
== Setup Project == | |||
Create a new folder for the project. | |||
Create a DB module inside the project: | |||
hana-cli createModule | |||
[[Category:SAP]] | [[Category:SAP]] | ||
[[Category:HANA]] | [[Category:HANA]] |
Version vom 18. Februar 2021, 10:40 Uhr
This article describes how to develop HANA native applications locally even without XSA server.
Source: ABAP Freak Show Ep. 6 - HANA; Local Development, VCAP_SERVICES, and HDI Deployer Tips and Tricks -> https://www.youtube.com/watch?v=JLfv04rlmfI
Installation of Tools
Relevant Tools from SAP
npm i -g @sap/cds npm i -g @sap/cds-dk
Additional 3rd Party Tools
npm i -g hana-cli
Setup Project
Create a new folder for the project.
Create a DB module inside the project:
hana-cli createModule