on 2020 Jul 30 2:56 PM
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
User | Count |
---|---|
66 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.