parthasaradhi
Explorer
Member since ‎07-23-2019

User Statistics

  • 22 Posts
  • 1 Solutions
  • 0 Kudos given
  • 8 Kudos received

User Activity

Hi Experts, I am working on a scenario where I need to post some data from my CAP application to a rest endpoint exposed by CPI. For this I have created a destination in the subaccount and then trying to call the endpoint from my program. Now w...
Hi Experts, I have created a CAP application, in which I have few tables and exposed an OData service as well which uses generic handlers. Now when I am testing the service from rest client, I have observed that when I am trying make a PATCH/PUT...
Hi Experts, I want to make a batch call to post multiple entries to entity (OData V2 external service). Is there any way to make a batch call from SAP CAP application (Node.js) from Service (Implementation layer) to an external service (OData V2)...
Hi Experts, I am trying to do a Insert operation on SAP HANA Cloud DB from a capm application. So now when I run it locally using cds watch on SQLite db, my Insert operation was successful. When I deploy the application to CF and if I try to r...
Hi Experts, I have created a List Report application based on a CAP OData V4 service. The problem I am facing is when I try to use Search List report with Date/TimeStamp my application is not getting filtered. My entity looks like below: ...