former_member824324
Explorer
Member since ‎03-28-2022

User Statistics

  • 20 Posts
  • 3 Solutions
  • 8 Kudos given
  • 0 Kudos received

User Activity

Hi Experts, I'm having difficulty configuring my project correctly: I would like that when I deploy first of all (or at least, before deploying the db) a script in my project is run. If it helps, the script is in the same location as the mta, and...
Hello experts I am developing a CAP application, where I have defined in the default-env.json my destinations as follows { "destinations":[ { "name":"ZSFA2", "url":"https:/***.***.***.***:*****/", "username":"***", ...
Hi Experts, when I try to run the "npx mbt build" command, sometimes it works, other times it gives me one of these errors: "ERROR mkdir C:\Users\RDLMTT00P\Documents\VS_Workspace\zccev2\.zccev2_mta_build_tmp\META-INF: The specified file could not...
Hi Experts, I have a problem defining an entity in my CAP application: I have the "ReceivablePayableItems" entity defined in db-replica.cds, defined as follows. The problem is that I would like to group it by all keys except "fiscalyear" and g...
Hi Experts My current problem is that i have to make a call to an external api and get a pdf as a response. This pdf should then be rebuilt on the UI side and downloaded directly. The problem is that I have made many attempts, but I can never cor...