Skip to content

Saisreenivas/cds-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published