cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello everyone,

I have been trying for a while to create a new Fiori app based on an extended OData Service.

this is how the OData service looks like in the Gateway Client:

But when I create a new Fiori App in Report Workspace app the entity set cannot be found:

Can someone help me to identify the issue and solve it?

Would be much appreciated.

Regards

Maissa

0 Likes
View Entire Topic
SeSo_1
Explorer
0 Likes

Hi Maissa,
i currently have the same problem with the redefined service of 
FAR_CUSTOMER_LINE_ITEMS. The following is complained in the backend log when the app is 
called: Complex type 'I_FiscalCalendarDtePrevPeriodsType' not found.

As such, the app works and the new columns are displayed.
Due to the error in the backend, the access time has increased massively. Every time you reread, the complex type is searched for without success ...

The strange is that in the SEGW environment in which the development takes 
place, the app is error-free (i.e. no backend error log) and works quickly.

Did you have such a problem?

Many greetings
Sebastian
0 Likes

Hi maissa93,

I am also facing same issue as yours.

Did you find any solution ?

maissa93
Participant
0 Likes

Hi srikanth.vishwanath ,

unfortunately not.

Hi sebastian_sobierajski,

No this issue did not occur in my case.

Regards

leobarbosa
Explorer
0 Likes

Hi everyone.

I'm facing similar issue on my end and I found it may be related to an issue with a timestamp in table DDANNOLOAD. If you extended the CDS view I_ARLINEITEMS to create new fields in the app Manage Customer Line Items, you need to move this extension in an independent TR, wait for the timestamp in table DDANNOLOAD get updated, than move another TR with your OData service extension.