gopalanand
Product and Topic Expert
Product and Topic Expert
Member since ‎08-09-2016

User Statistics

  • 82 Posts
  • 6 Solutions
  • 77 Kudos given
  • 116 Kudos received

User Activity

In this blog you will see how to implement the following concepts of Multitenancy: Creating tenants Deleting tenant Dependency callbacks Creating and updating the database schema and deploying the artefacts for the tenant. Our reference app...
In the previous blog, we saw how tenant onboarding works, tenant-specific schema creation and dependency injection. In this blog we are going to focus on the following topics: Accessing Tenant Specific Data and improving the performance of data a...
This will be a blog series, we will see how to build Nodejs-based applications using Multi-tenant capabilities offered by SAP Business Technology Platform(BTP) to build extensions. Context When developing tenant-aware applications in the Cloud Foundr...
In the previous blog, we saw how to access data from a S/4HANA system using SAP Cloud SDK in a multitenant application. In this blog, we will see how to schedule periodic jobs for each of the subscribing tenants to pull data periodically from the ba...
Hi All, I'm trying to use SAP Integration Suite to expose my S/4HANA Cloud oData.I have added the headers in policy to handle to it. Tried various combinations <Header name="Accept-Encoding">gzip, br</Header> .. few more with or without br. But ...