sandeepmalhotra
Participant
Member since ‎2014 Mar 04

User Statistics

  • 85 Posts
  • 2 Solutions
  • 2 Kudos given
  • 14 Kudos received

User Activity

Hello Everyone I am using typescript with CAPAfter upgrading to new version, I start getting following errorCould not find a declaration file for module '@sap/cds'. '/project/node_modules/@sap/cds/lib/index.js' implicitly has an 'any' type.Try `npm i...
Hello Everyone I have created an entity set in SAP CAP which has few columns from on-premise entity set and few from HANA cloud table.Sample Entity Set entity MyEntity as select from onpremise.Entity as a inner join db.AnotherTable as b on...
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( [ { ...