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

Resource not found for segment 'XXXXXX'

0 Kudos
664,153

Hi, I am getting this error in SAP gateway Resource not found for Segment 'XXXXXX' when clicking on a Fiori app to get data.

I am working on a Fiori app getting data in sap gateway for that entity set but in Fiori app getting error mentioned above.
Tried cleaning up cache and loading metadata and regenerating the project in SAP Gateway Service Builder (SEGW).
I'm getting data in sap gateway for that entity but not in the Fiori app.
Can anyone let me know how I can fix this error?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

M-K
Active Participant
0 Kudos

This means that the oData-Service doesn't return data for that entity (I suppose you requesting GET_ENTITY there?)

Check your implementation in the DPC_EXT Class for that entity (have a look into that post: https://community.sap.com/t5/application-development-discussions/resource-not-found-for-segment-odat...)

0 Kudos

Hi M-K

Thanks for the Reply.

There is some implementation is Missing DPC_EXT for that entity set now the implementation was added and data coming is app.

Answers (0)