sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
695 stars 766 forks source link

Create Database Artifacts Using Core Data Services (CDS) for SAP HANA Cloud #23387

Open MissileRBM opened 6 months ago

MissileRBM commented 6 months ago

Tutorials: https://developers.sap.com/tutorials/hana-cloud-cap-create-database-cds.html

Step 2 pint 2 ERROR, correct the I code snippet:

using app.interactions from '../db/interactions';

change it with

using app.interactions from '../db/src/interactions';

the path is ./db/src!!!