sandeepmalhotra
Participant
Member since ‎03-04-2014

User Statistics

  • 77 Posts
  • 1 Solutions
  • 2 Kudos given
  • 12 Kudos received

User Activity

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...
Hello I am trying SAP cloud SDK for CMISQueryAction as described . https://api.sap.com/api/CMISQueryApi/overview As per the installation Steps, I need edmx file https://api.sap.com/api/CMISQueryApi/cloud-sdk/JavaScript. But there is no edmx fi...