cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fiori App - Entityset missing

maissa93
Participant
0 Likes
4,090

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

Accepted Solutions (0)

Answers (5)

Answers (5)

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.

Joseph_BERTHE1
Active Contributor
0 Likes

Hello,

Are you sure that this service has measures and dimensions on EntitySet ? Maybe this is not an Analytics service.

Regards,

Joseph

maissa93
Participant
0 Likes

Hi,

The ODataService was in SEGW redefined and referenced on another one that already has a fiori app and works seamlessly.

My question is: why is it working for the original ODataService and not the extended one?

Thank you and Regards,

Maissa

HJRavi
Explorer
0 Likes

Please check if the EntitySet shows up in the metadata.

maissa93
Participant
0 Likes

Hello Ravi,

Do you have an idea what is the issue here?

Thank you.

Maissa

HJRavi
Explorer
0 Likes

Please check if the EntitySet shows up in the metadata.

maissa93
Participant
0 Likes

Hi Ravi,

I checked in the Gateway Client T-code /IWFND/MAINT_SERVICE and it looks good:

Is there another way how to check this?

Thank you.

Maissa

former_member370623
Active Participant
0 Likes

Hi Maissa,

Did you check if entityset property 'Addressable' is checked. in SEGW

Best Regards

ibrahim

maissa93
Participant
0 Likes

Hi Ibrahim,

thank you for the reply.

yes the box is checked, indeed.

Regards

Maissa