cancel
Showing results for 
Search instead for 
Did you mean: 

Assistance Needed with URL Mashup App Error in SAP B1 Web Client

rahuljain257
Participant
0 Kudos
207

Dear Team,

I have recently started working on the URL Mashup App feature of the SAP B1 Web Client. Following the guide on How to Develop Web Client Extensions How to Develop Web Client Extensions , I generated the mtar file and deployed it using the SAP B1 Extension Manager.

Please note that this is a Fiori app hosted on BTP Cloud Foundry, and currently, the authentication mode in the app router is set to 'none'.

However, when I attempt to open the app in the SAP B1 Web Client, I encounter the following error:

rahuljain257_0-1731056345603.png

Developer Tools Screenshot

rahuljain257_1-1731056563507.png

Could you please assist me in resolving this issue?

Thank you.

Regards

Rahul Jain

 

View Entire Topic
rahuljain257
Participant

Dear Everyone,

I approached SAP Support and they provided the following solution, there is a note on it - 2953730 - Common issues when integrating Cloud Foundry applications with iframes 

But the actual solution I got this form this url - https://community.sap.com/t5/technology-blogs-by-members/disable-x-frame-options-in-scp-portal-cloud... 

In SAP UI5 App, Inside index.html file change the attribute from data-sap-ui-frameOptions="trusted" to

<script id="sap-ui-bootstrap" data-sap-ui-frameOptions="allow">
</script>

rahuljain257_0-1731224882772.png