cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Application not fetching the data from back end sap system

johneyclement
Discoverer
0 Kudos

Hi Expert,

I have created a simple fiori application, where the purpose is to display the list of materials from the sap system. I have created the odata service which has the following:

Entity set: MaterialListSet

Properties: MATNR, MTART

johneyclement_0-1713187823398.png

Everything is working well in "/n/iwfnd/gw_client" when I tested the odata service. 

johneyclement_0-1713259075997.png

But when I try to run the fiori app, it does not fetch me the data from the back end system. 
I am attaching screenshots of viewname.view.xml and the fiori app screen for reference:

johneyclement_3-1713188388006.png

johneyclement_4-1713188415114.png

Here, the material data on the sap system has property values MATNR and MTART as EXXXXX and PART. But when it fetches the data, it shows MATNR_1 and MTART_1 as property values in the fiori screen.

Please help me fix this. Thank you!

 

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

how you start your app? maybe you are running it with mock data. just don't run with mock data if it is now.

johneyclement
Discoverer
0 Kudos
Thank you!

Answers (0)