Hello,
I have implemented My Inbox Fiori application. Below are our Front End server and back end server versions.
Front End: NW 7.40 SP13
SAP_GWFND 740 SP13
SAP_UI 740 SP14
IW_PGW 100 SP08
Backend system 1 :- NW 7.40 SP11
SAP_GWFND 740 SP12
SAP_UI 740 SP13
Backend system 2 :- NW 7.40 SP11
SAP_GWFND 740 SP12
SAP_UI 740 SP13
Now, My Inbox application is working fine and I could see the work items when I have added one backend system alias on the TASKPROCESSING Odata service.
It works for both of above systems individually.
But, as soon as I keep both the systems together on the TASKPROCESSING service, I do not see any work items. On the My Inbox tile, I can see the count, but inside the app, no work items.
I tried below URL in the Gateway Client to see what it gives.
/sap/opu/odata/IWPGW/TASKPROCESSING;mo;v=2/TaskCollection
Below was the response. As per the response, looks like no data coming.
<?xml version="1.0"?>
-<feed xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xml:base="http://clsfoc001.cokeonena.com:8001/sap/opu/odata/IWPGW/TASKPROCESSING;mo;v=2/" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns="http://www.w3.org/2005/Atom">
<id>http://clsfoc001.cokeonena.com:8001/sap/opu/odata/IWPGW/TASKPROCESSING;mo;v=2/TaskCollection</id>
<title type="text">TaskCollection</title>
<updated>2015-12-15T19:02:22Z</updated>
-<author>
<name/>
</author>
<link title="TaskCollection" href="TaskCollection" rel="self"/>
</feed>
Can someone help how to make it work with multiple SAP systems for My Inbox fiori application?
-Bhavik