Dear SAP,
We, as a Gold Partner, run a small portion of our business value on SAP BTP and its Cloud Foundry runtime. We provide SaaS solutions to our customers. These solutions are developed in a microservice fashion and use the multi-tenancy appro...
Hi,
we offer various products to customers as SaaS solutions on the BTP.Now we want product A to call product B. For this we need to check in product A if the tenant has subscribed to product B. For this we would use the API of the SaaS Provisionin...
Hi,
I am working with the SAP Cloud SDK and generate a query with it via requestBuilder.The following code generates the following query
.filter(Entity.ID.equals(id), Entity.EXTERNAL_IDS.filter(any(ExternalIds.EXTERNAL_ID.equals(id))))
$filter...
Hi CommunityI have the following use case regarding authentication on SAP BTP Cloud Foundry:
We are running a multi-tenant application with an XSUAA secured API. Different tenants have subscribed to our application and each has its own IdP (e.g. Az...
Hi,I have noticed the following behavior:When the Portal Service is used to include a UI5 app in a launchpad, the $metadata request with the sap-language parameter is called in two different ways.If the portal is called directly through the AppRouter...
Hi marco.dorn,thank you very much for your answer and the solution. I think that everyone is helped in this way.Maybe a SAP Note would be helpful, so that this procedure is "officially" documented?Thanks a lotSimon
Hi brian.mcdonnell,have you been able to increase the quota of routes via ticket. We are currently facing the same problem and have also opened a ticket. So far we have only been told that we need to buy more runtime to get more routes.RegardsSimon
Hi gregorw,the getDependencies endpoint returns the following data:The following Services instances (Service Name - Plan) are bount to the AppRouter:html5-apps-repo - liteportal - standardsaas-registry - applicationtheming - standardxsuaa - applicati...
Hi ashishsingh,currently, only ABAP systems call the API. Here SM59 destinations were created, which point to the authentication endpoint and in which the logon data were stored.If other systems call the API in the future, they will have to take care...
Hi centricspaeh yes, this is the documentation we followed.1. setup the app for multi tenant capability as described in various tutorials / documentation. You can have the two endpoints (onSubscription & getDependencies) point to the AppRouter, as it...