former_member186905
Participant
Member since ‎01-22-2012

User Statistics

  • 59 Posts
  • 3 Solutions
  • 6 Kudos given
  • 10 Kudos received

User Activity

Hi all, I just cloned the git repo https://github.com/SAP-samples/cloud-cap-samples, ran `npm install` and `npm run bookshop`. When I open localhost:4004 in my browser (I tried both Firefox and Edge), the index page shows up fine and executing the ...
Hi all,I'm currently developing a SAP CP Neo-hosted Java application. The application connects to a HANA instance in the Neo account, using JNDI lookup and the default datasource binding.In more detail, on the application Data Source Bindings tab I h...
Hi all,We are developing on a SAP basis 7.40 SP 8 and experience some trouble with inline data declarations:* we defined a data element with tpye P(9) DEC 2* when using two variables with that data element as type the derived type is not a P(9) DEC 2...
I've been interested in programming languages implementation techniques and domain specific languages for quite some time now and also implemented a few DSLs - but not yet in ABAP. Browsing around a bit I did not find much about implementing DSLs in ...
Hi all,I am tinkering with BOPF a bit and am trying to make up my mind on how to handle language-dependent texts.Let's assume that I have a business object Project which has the persistent attributes- Name (language-independent)- Description (languag...