Saisreenivas / cds-demo

SAP Business Application Studio CDS demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cds-demo

SAP Business Application Studio CDS demo

Basic Requirements

  • node & npm & express need to be installed globally
  • change npm registry:

npm set @sap:registry=https://npm.sap.com

  • install cds globally

npm i -g @sap/cds

  • test it

cds -v

  • cds help command

cds help <command>

How to execute

  • clone it to local.
  • To run, use the following command

cds serve world.cds

Other commands Used:

  • Converts the cds tables into json(CSN)

cds compile world.cds --to json

  • Converts the cds tables into sql query

cds compile world.cds --to sql

  • Converts the cds tables into edmx services

cds compile world.cds --to edmx

About

SAP Business Application Studio CDS demo


Languages

Language:JavaScript 100.0%