qmacro
Developer Advocate
Developer Advocate
Member since ‎09-23-2007

User Statistics

  • 1,608 Posts
  • 61 Solutions
  • 1,378 Kudos given
  • 3,611 Kudos received

User Activity

Starting the CAP server with cds watch is great for tight development loops at design time, especially with the built-in in-memory SQLite persistence layer, seeded by data in CSV files. When the server notices files have changed, it automatically res...
This SAP CodeJam event is on the Core Service APIs for SAP BTP and also the command line interface tool for SAP BTP, otherwise known as the btp CLI.This CodeJam introduces attendees to btp, the CLI for the SAP Business Technology Platform (SAP BTP). ...
In this episode, we finish off our look at Compositions with composition of Aspects, and then start to move towards an understanding of custom service implementations. Yes! JavaScript! But super gentle. Everyone welcome, especially beginners, come an...
SAP CodeJam European Roadshow SAP CodeJam Event Calendar: https://community.sap.com/t5/sap-codejam/eb-p/codejam-events SAP CodeJam Group: https://community.sap.com/t5/sap-codejam/gh-p/code-jam  SAP CodeTalk with Daniel Schlachter on the CAP plugin co...
In CAP, relationships between entities can be expressed with associations. In digging into how these are represented internally, I found jq yet again to be invaluable in parsing out info from the internal representation of the definitions. Here's wha...