AdrianDBorja
Explorer
Member since ‎04-11-2016

User Statistics

  • 24 Posts
  • 1 Solutions
  • 12 Kudos given
  • 11 Kudos received

User Activity

In my package.json, @sap/cds is change to ^7, npm install carried out and local build has no error. But when deploying the package thru CICD, it fails at build step saying "cds: not found". In mta.yaml, we have indicated as before build to execut...
This is related to this question posed on 2016 https://answers.sap.com/questions/12505072/nodejs-vs-xsjs-inside-hana-xsa.html but my question is more specific to Cloud Foundry environment Now that Business Applications Studio(BAS) supports both Nod...
I'm following tutorial from this link https://developers.sap.com/tutorials/hana-cloud-create-db-project.html to create Database Artifact. My trial account already has running HANA Cloud instance but when I follow step 1, it says "Service offering 'ha...
Not sure if it's a bug or a feature, but I tried to use REDUCE statement in ABAP with an alphanumeric Internal table. Contents of internal table I_TAB(Inline declaration from SELECT statement) after explicit SORT is as follows: 123 234 345 AB...
We are creating a custom oData service, and since the parameter might be long, we created it straight as a purely POST service via CREATE_DEEP_ENTITY method to handle all CRUD operations. Functionality wise, it works as intended. Aside from $met...