cancel
Showing results for 
Search instead for 
Did you mean: 

Export Fiori Tile data to external file server

shyam_uthaman
Participant
0 Kudos

Hi,

We have a requirement where a fiori app's data needs to be exported to a file server on a regular schedule.

It needs to be used in SAP IBP.

Is there a way to accomplish this?

Shyam

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
Active Contributor
0 Kudos

I would suggest you implement a server side export in ABAP and schedule this as a report.

shyam_uthaman
Participant
0 Kudos

Hi Gregor,

Thank you for your reply.

Pardon my ignorance here but where would this report pick up it's data from?

How do I figure out the final View name based on which a particular fiori app displays its final output?

Regards,

Shyam

gregorw
Active Contributor
0 Kudos

Perhaps you can give us some more context to avoid additional guesswork. What is the backend that provides the data to the Fiori app?
With the browser developer tools or when there is a SAP Gateway system (also embedded) in transaction /IWFND/TRACES you can record the issued OData query. When a CDS View is used then you could directly query the generated view using ABAP with the same parameters.

shyam_uthaman
Participant
0 Kudos

Hi Gregor,

We use S4HANA 1709 CDS as back end. We can certainly query the CDS directly but if the Fiori app restructures/renames/calculates any field, I would like to export the output of that rather than the entire CDS.

Regards,

Shyam

gregorw
Active Contributor
0 Kudos

Everything you do in the Fiori app is driven by the data coming from the backend. So I don't see what you should not be able to do there. Please talk to a experienced backend developer.