Hi
I'm setting up the SAP Fiori app "Travel Expense Approval". Everything works fine, except it doesn't display the number of items that needs approval displayed on the tile on the Launchpage.
On the admin page, the Service URL points to "/sap/opu/odata/sap/SRA008_SRV/Summary" and if I test this in a browser i get the following:
<d:Summary xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" m:type="SRA008_SRV.Summary">
<d:info/>
<d:number>3</d:number>
<d:numberUnit>Workitems</d:numberUnit>
<d:key>SRA008</d:key>
</d:Summary>
It looks like it does get a number, in this case "3".
if I check the network traffic while the Launchpage is open, I can see it call the Summary service on the interval specified in the admin page.
Does anybody have the same problem and know a solution to the above problem?
Thanks
Regards,
Christian
Tags edited by: Michael Appleby