former_member725251
Explorer
Member since ‎12-07-2020

User Statistics

  • 44 Posts
  • 0 Solutions
  • 2 Kudos given
  • 11 Kudos received

User Activity

Hi all, Is there a way to monitor the database connection pool in a SAP CAP NodeJs application connected to a HANA database, I know how its done in the Java/Spring Boot version, but not how/if it can be done in NodeJs. What I would like to see...
Hi, we are using SAP CAP but when I want to use an IN clause in a $filter variable so like: http://localhost:4004/v1/api/SomeEntity?$filter=myId in ('0001','0002') I get: <error xmlns="http://docs.oasis-open.org/odata/ns/metadata"> <...
Hi all, Currently I use DAYSBETWEEN in our Business Rules Capability project to calculate the number of days between 2 dates, but I would like to calculate the number of working days between 2 dates, is that possible in Business Rules Capability?
Hi I have 2 question on Business Rules Capability: 1) Is there a possibility to activate all data objects, rules, rulesets in one action? 2) in one of the rules I use the following construction, CONCAT( 'There are ' , ( DAYSBETWEEN( TODAY( ) ,...
Hi we are using BRF+ and to move everything (dataobject, ruleservice, ruleset, rules) from one environment to another, for example from dev to acceptance environment, we use "Export project" on the dev environment and then "Import project" on the acc...