Hello experts,
currently I am working on getting an odata service up and running in order to display data from a HANA table.
The challenge that I am facing is with the odata service that throws an error every time I run the odatajs as an Application
the odatajs.xsodata has the following simple code:
service { "DummyData" as "scenarios"; }
Also my workspace file structure looks like the following:
Does anyone has idea how I can fix this error?
Would be much appreciated.