We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hello Experts,
I am using cachebuster for bootstrapping SAP UI5, using sap-ui-cachebuster url
<script id="sap-ui-bootstrap"
src="https://sapui5.hana.ondemand.com/1.74.0/resources/sap-ui-cachebuster/sap-ui-core.js"
data-sap-ui-theme="sap_fiori_3...
Developing application on cloud platforms includes user authentication and authorization management. SAP Cloud platform provides SAP XSUAA (Extended Services for User Account and Authentication) which is an extension of cloud foundry UAA. SAP XSUAA i...
Cloud application development includes developing multi-tenant applications. Tenants or users access the application using the tenant specific URL. Multi-tenant application manages data securely per tenant without sharing one tenant information to ot...
Hello,
We have 2 custom domain urls and we need to point both the urls to the same approuter of a multi-tenant application.One way we tried is using appropriate regular expression for the TENANT_HOST_PATTERN in the approuter configuration.
But is...
Hello,
We are using CAP model to connect to HANA as a service in AWS landscape.
My question is does the CAP model / framework tries to establish connection to HANA as a service while starting of the application ?
Hello carlos.roggan
Thanks for the blog post.
I am facing an issue in our application. when the browser language is set to 'Japanese', the application shows blank page. On investigating it is found that sap-ui-core.js library is not loading properl...
Hello Upender,
we are using manifest to load i18n properties model, which is used in views and also in one of the controller. In controller we are creating i18n model as below,
var oMessageBundleModel = new sap.ui.model.resource.ResourceModel({
...
Hi Sandeep,
Thanks for the blog.
One question is, If in the new version of the application, if we change the go to application url in the subscription callback, then is there a way to refresh all the existing subscriptions to point to this new g...