martinstenzig
Contributor
Member since ‎07-09-2007

User Statistics

  • 415 Posts
  • 20 Solutions
  • 923 Kudos given
  • 305 Kudos received

User Activity

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...
I wanted to see if I am the only one challenged with creating Code heavy entries in the community. One would wish that the SAP community had a better "code block" that supports standard markdown support so we have proper code formatting etc. I feel l...
I have a simple CAP application that is trying to create business object in S/4. It is working well with a BasicAuth destination, but once I change to a destination with Principal Propagation I run into a 401 error. I know it could have varying re...
I am trying to execute this test... const cds = require('@sap/cds/lib') const path = require('path') //const fs = require('fs') const {expect,GET} = cds.test(path.join(__dirname, '/..')).verbose() describe('Destination Service', async function ()...