miqweias
Explorer
Member since ‎06-27-2023

User Statistics

  • 6 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

I have this function in a NodeJS application using @sap/cds version 7.3.0: static async getEquipmentSet() { try { const api = await cds.connect.to('sap-odata-service'); const result = await api.get(`EquipmentSet`); ...
Kudos given to