SAP Cloud Application Programming Model Getting Started (CAP): Unterschied zwischen den Versionen

Aus MattWiki
(Die Seite wurde neu angelegt: „This article describes how to build CDS projects and according artefacts. Source: ABAP Freak Show Ep. 1 - HANA Cloud and the Business Application Studio -> ht…“)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
This article describes how to build CDS projects and according artefacts.
This article describes how to build CDS projects and according artefacts.


Source: ABAP Freak Show Ep. 1 - HANA Cloud and the Business Application Studio -> https://www.youtube.com/watch?v=a3WPQwmpbvI&list=PLoc6uc3ML1JR38-V46qhmGIKG07nXwO6X&index=71
Source: ABAP Freak Show Ep. 1 - HANA Cloud and the Business Application Studio
 
https://www.youtube.com/watch?v=a3WPQwmpbvI&list=PLoc6uc3ML1JR38-V46qhmGIKG07nXwO6X&index=71


For local native development see [[SAP HANA Local Native Development]]
For local native development see [[SAP HANA Local Native Development]]

Version vom 5. März 2021, 16:45 Uhr

This article describes how to build CDS projects and according artefacts.

Source: ABAP Freak Show Ep. 1 - HANA Cloud and the Business Application Studio

https://www.youtube.com/watch?v=a3WPQwmpbvI&list=PLoc6uc3ML1JR38-V46qhmGIKG07nXwO6X&index=71

For local native development see SAP HANA Local Native Development

Installation of Prerequisites

Relevant Tools from SAP

npm i -g @sap/cds
npm i -g @sap/cds-dk

Additional 3rd Party Tools1

npm i -g hana-cli

Create CDS Project

cds init MyCDSProject --add hana, mta