abhinavsingh04
Explorer
Member since ‎2024 Jan 15

User Statistics

  • 32 Posts
  • 0 Solutions
  • 5 Kudos given
  • 4 Kudos received

User Activity

Hi,I want to perform Remote Table Replication and have successfully achieved this in the Cloud Foundry environment. However, my main goal is to perform the same for an HDI Container created in the Kyma environment.The challenge I’m facing is that in ...
Hi,From the past 1 week, i am getting an error while adding the mappings. But, earlier it was working.I am only able to map the cloud foundry environment that too while creating the HANA Cloud Instance.After the creation of HANA Cloud Instance, if i ...
I am working on an SAP CAP (Java) application deployed in the Kyma runtime. I’m using an APIRule (v2alpha1) to expose my endpoints via the API Gateway.In SAP CAP, function endpoints looks like this: /api/ProductService/getProductsBySkuAndCountry(sku=...
I am currently working with Kyma and trying to use the APIRule v2alpha1 Custom Resource to define paths that include {*} and {**} operators as mentioned in the documentation .example: path: /api/{*}/details/{**}However, when I try to apply this confi...
I’m currently working on an use case, an e-commerce application using SAP CAP (Java) in a microservices architecture. The application includes several services—product, price, stock, cart, order, user, and address—each of which has its own database i...