jensniemeyer
Participant
Member since ‎02-21-2017

User Statistics

  • 69 Posts
  • 2 Solutions
  • 5 Kudos given
  • 18 Kudos received

User Activity

Hi, I wonder how I can store some session context variables within my CAP service.I anplain NodeJs implementation I can use some modules. Is there also an option on CAP?Jens const session = require("express-session");const cookieParser = require("coo...
Hi, I have created an action: @protocol: 'rest'service RootService { @open type object {}; action createPDF (payload: object) returns object;} In the eventhandler I want to access the payload when I call the action: POST {{protocol}}...
Hi, I have developed a SAPUI5 app with ODataModel. Per Destination Service I can access a C4C system.The app was testet successfull standalone. When I place the app as a mashup (iFrame) into the C4C screens, I still can work with the ODATA Model,...
Hi, thanks to dj.adams.sap blog at https://blogs.sap.com/2019/08/21/computed-field-example-in-cap/ I created a similar service for counting my records. The example above works fine, when you have only one counting fields. When I add a second qu...
Ho, I have written a Nodejs.App which could be reached with REST. The app could retrieve binary data (such as images) and stores them in the SAP HANA DB. Now I want to store the binary-files directly directories of the BTP webserver. Any Idea...