alugunov
Explorer
Member since ‎01-01-2000

User Statistics

  • 38 Posts
  • 0 Solutions
  • 7 Kudos given
  • 12 Kudos received

User Activity

Hello, we found very bad for us problem in CDS. In PUT request we receive following error: {"error":{"code":"400","message":"CDS compilation failed\nIn 'SELECT from X {0OFLXRg76pX0000ZIIsM0' at 1:17-37: Warning: Please add the keyword AS in ...
Hello experts, Is there some examples of guide how to connect to Kafka from CAP Project (node.js) ? We want to connect to Kafka as consumer and looking for examples how to do it in CAP. thanks and best regards, Andrey
Hello Experts, I just want to sort out transaction handling in CAP. There is a different initializations of transaction variable (tx) in different examples, like: 1) const tx=cds.transaction(req); und usage: tx.run(), or tx.read(), etc. a...
Hello CAP experts, we have in our project one problem by using cds transaction functions. We initialize transaction handler like: const tx=cds.transaction(req); Then in coding we use tx.run( 'SQL statement') or tx.read, often we have to ...
Hello, in our Project we are using CAP and building also UI with Fiori Elements and use CDS annotations. We face with question how to display field Descr from Code Value List table? For example: We have defined Entity for code lists: @...