Hi everyone,
As I try to create a fiori project from template right after this step:
I get the following error:
When I see EntityType and EntitySet in the error message I think directly of the service.cds file in my CAP project which it looks like the following:
using { climatex as my } from '../db/schema'; service catalogservice @(path : '/browse') { entity portfolios as projection on my.portfolios; }
after deploying the project to hana and the mta archive file, I defined a destination in order to be able to call the odata while creating a project from template:
and up until this point everything works fine even the data are correctly displayed.
Does anyone have an idea how I can solve this issue?
much appreciate it.
Regards