sandeepmalhotra
Participant
Member since ‎03-04-2014

User Statistics

  • 82 Posts
  • 2 Solutions
  • 2 Kudos given
  • 12 Kudos received

User Activity

Hello Folks,I am calling on-premise ODATA in SAP CAP ( via destination) and got the issues while using filter on Edm.DateTimeOffset propertyFollowing are steps I have done 1 Imported the edmx via cds import2 Created the wrapper Entity set in the SAP ...
Hello Everyone , I am calling backend system using executeHttpRequest (SAP Cloud SDK) via destination which is working fine. My requirement is to make multiple calls in one go I am thinking to combine multiple calls using batch or Promise.al...
Hello Folks Kindly let me know how to add multiple errors in req.Error I have tried below mentioned code but got no success . Only first error is displayed in a response Thanks req.error( [ { ...
Hello Experts, I am trying to run jest test case as mentioned in the hello folder of the cloud-cap-samples Please make a note that am using Typescript with SAP CAP which working fine. But Jest Test case is not working Code has copied from cloud...
Objective - To understand when JWT token is generated and passed to the req object in CAP service ( req.headers.authorization) XSUAA is responsible for Authentication and generating the JWT Token. However, Approuter forwards the JWT Token to the ser...