DimoUzunov
Participant
Member since ‎01-09-2019

User Statistics

  • 38 Posts
  • 4 Solutions
  • 16 Kudos given
  • 18 Kudos received

User Activity

Hello everyone,I've been following this tutorial: https://developers.sap.com/tutorials/hana-cloud-cap-create-database-cdsHowever I'm stuck at step 3.12 the actual deploy step.When I press the deploy icon my deployment fails with the following error: ...
Hello,I'm trying to run /n/scwm/gwl on my Mac M1 running SAP GUI For Java 7.70rev5 it seems to be working. However when I enter a warehouse I'm receiving a dump. Any suggestions? Best Regards, Dimo
Hello experts, In my SAP CAP Project I have a .cds file that generates draft tables for one of my entities the following way service service_name { entity entity_name1 as projection on projectionName1; annotate entity_name1 with @odata.draft.enab...
Hello, We haven't deployed our application for a while. Today we tried to re-deploy it via hdi-container and mta build but we're facing this error: Error: Cannot find module 'core-util-is' The new version released a few hours ago is most probabl...
Hello community, I've been trying to mock a simple get REST request that's not an oData type but without any success. If I use an oData calls or oData Mock Server all works. GET, POST, Function Imports anything. However a simple REST get and it's...