Skip to Content
0
Jul 30, 2020 at 01:56 PM

Missing TypeEntity while creating fiori app from template SAP BAS

132 Views Last edit Jul 30, 2020 at 02:05 PM 2 rev

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

Attachments

datasource.png (44.7 kB)
error-msg.png (38.0 kB)
destination.png (79.4 kB)