Skip to Content
0
Aug 04, 2023 at 03:26 PM

MTA Apps uses cp.portal

87 Views

Hello,

I'm having an issue with an MTA app that I deployed to SAP Workzone. My need is to be able to access to Solman fiori apps on SAP Workzone. I found no way to federate solman, so the only solution I found was to turn the solman fiori apps into MTA and therefore I could expose them using the HTML5 Apps Content Channel.

I really am not familiar with these MTA apps but in fact, I turned 4 fiori apps into MTA using the same process: 3 of these are working great but the last one doesn't.

The problematic app is the "my Inbox" app and my issue is that the apps is trying to consume odata from

https://*********.launchpad.cfapps.eu10.hana.ondemand.com/cp.portal/sap/opu/odata/IWPGW/TASKPROCESSING;mo;v=2/$metadata

Where I would have expected something like (= what I have on another app that works fine)

https://*********.launchpad.cfapps.eu10.hana.ondemand.com/8f306f9c-cc13-4424-aa7c-192090bf62e3.sm-itsm-createincident.smitsmcreateincident/~010823134324+0000~/sap/opu/odata/sap/AI_CRM_GW_CREATE_INCIDENT_SRV/$metadata

I have no idea where this cp.portal comes from and I'd like to make my app run like others. Does anyone knows how to achieve this or why my app is calling the odata in a different way?

Thanks for your help.