lukasmetzger
Participant
Member since ‎06-19-2019

User Statistics

  • 68 Posts
  • 1 Solutions
  • 15 Kudos given
  • 16 Kudos received

User Activity

Hello everyone, I am currently facing a decision on which Workflow Technology I should use for a given workflow request. The options which are going to be considered are: SAP Business Workflow with custom Web Dynpro UISAP Business Workflow with...
Hi everyone, I came across an interesting behavior while creating a CAP Service. For reference, the DB-Schema has the following structure: Schema.cds: // Main Tables entity Apps { key id : String(40); appName : ...
Hello everyone, I found a pretty interesting behavior while developing a SELECT in the service.js file of my CAP Project. I have two tables: AppParameterAllocation { "apps_ID": "234567a8-9b10-1fa1-1aaa-aa2a1abcd314", "parameters_...
Hello everyone, I have already formulated the problem in the following question: Since I have not yet come to a solution, I wanted to describe the error again in more detail. As already outlined, the basic problem is an "Internal Server Error" ...
Hello everyone, I am currently facing the problem of getting an "Internal Server Error" when calling my application from the "HTML 5 Applications" tab on the BTP. I deployed a CAP Project with one UI and a managed App router. I rechecked the mta....