smorenod
Explorer
Member since ‎08-01-2019

User Statistics

  • 26 Posts
  • 1 Solutions
  • 10 Kudos given
  • 12 Kudos received

User Activity

Hello experts !! We are checking the new version of @sap/cds@7.0.2 and we found an issue: S4.PurchaseOrders it's a view to fetch data through SDA HANA Cloud entity PurchaseOrders as projection on s4.PurchaseOrders{ *, virtual null as Errors:re...
Hello experts  We wanted to track when some fields change (from a custom table) in our SAP HANA Cloud database, is there any standard way of doing it? or at least some best practices about it? Best regards, Sara.
Hi experts I bound my CAP app to SAP Logging Service to see the logs and metrics on Kibana Dashboard, it seems it's working but I changed my package.json by adding this to link remote_user to req.user.id, but it seems it's now working, on CAP docum...
Hi experts!! I'm trying to save several entries in my external service, but it isn't work. When i execute INSERT sentence for one register it works and it's saved in the database: await tx.run((INSERT.into(location_sync, [{Werks: 'tes2', Stand...
Hi experts ! I'm trying to do this query to an external service (on database this service has 4500 records): let updateLocation = await tx.run(SELECT.from(location_sync)); But in updateLocation I only have 1000 rows and not 4500. I tried to d...