martinstenzig
Contributor
Member since ‎2007 Jul 09

User Statistics

  • 430 Posts
  • 20 Solutions
  • 937 Kudos given
  • 313 Kudos received

User Activity

I developed a plugin but declared it as type:module in the package.json. Once I started using it, it blew up on me. After some debugging i found this in 'sap/cds/lib/plugin.js'// TODO: support ESM plugins. But see cap/cds/pull/1838#issuecomment-11772...
I have application (a) and 2 plugins (p1 and p2). In P2's db folder i created a file x.cds that contains an extension extend entity domaind.Bla with {...additional fields} also in P2 I reference a) p1 in the package.jsonb) the file x.cds in an index....
 My intent is to trigger an external navigation following a successful execution of a bound action. That external navigation should use the return (UUID) of the action as a parameter of the external navigation.I have tried to approach this problems f...
The details of this problem and reproduction is available in this GitHub repo: https://github.com/MartinStenzig/cds-bug-6 Problem descriptionI run a first query with a $top=1100 and receive a nextLink of "@odata.nextLink": "sapWorkOrder?$top=1100&$sk...
When I was invited to host a CAP session as part of Devtoberfest 2023, it rekindled a longstanding question in my mind: Can I successfully develop and deploy a simple S/4 extension app within a mere 60 minutes? In pursuit of this goal, I aim...