akuller_q
Participant
Member since ‎10-05-2021

User Statistics

  • 48 Posts
  • 1 Solutions
  • 22 Kudos given
  • 7 Kudos received

User Activity

Hi all,We have a problem with the SAP Application Logging Service, is there a technical restriction that messages must not exceed a certain size?The service is being developed in the lite plan. The quota is more than sufficient and APP/LOG/ERR is not...
Hello everyone,I am trying to call an unbound action in RAP using CAP.Based on the documentation I'm trying the send method: https://cap.cloud.sap/docs/node.js/core-services#srv-send-request const remote = await cds.connect.to("api") .. let a = await...
Hi all,I am trying to register a handler based on the ApplicationServices documentation. It works, but I want it to be the first handler to run and not the last, how can I achieve this?Thank you very muchbest regards
Hi all,If I set a field to mandatory and the field is not specified in the payload, the request is rejected.Now, i would still like to handle this request in the before handler and reject it in the on handler.Has anyone tried this? How can I implemen...
Hello all, now that UI5 also gets released TypeScript support, I would like to finally tackle this. At the moment I'm stuck with the cds-typer not showing me the types according to the doc: https://cap.cloud.sap/docs/node.js/typescript#generating...