former_member677858
Explorer
Member since ‎04-20-2020

User Statistics

  • 36 Posts
  • 0 Solutions
  • 10 Kudos given
  • 10 Kudos received

User Activity

I'm trying to create a reuse service using the CAP for Java framework. However, the documentation and available tutorials are missing a critical step: how to provide custom logic. This documentation explains how to do so with the Node.js flavor. ...
Hi experts, I'm working on a CAP project with a Fiori Elements UI. I have a description field for a product. I want to display this on the Object Page, but I don't want any reference to it to show up in tables. I'm not sure how to do this though. ...
I am referring to URL: https://cap.cloud.sap/docs/java/query-api I am trying to use CqnModifier to add a CqnSortSpecification to a select query. However, I can't find a way to create a new CqnSortSpecification so I can use the build-in add() func...
In the documentation for Copy & Modify CDS QL Statements, we are shown how to modify a where clause as follows: CqnSelect copy = CQL.copy(query, new Modifier() { @Override public Predicate where(Predicate where) { return where.or(CQL.g...
Wanted to report a bug. Not sure if this is the right place, but couldn't find another place to report this. I'm using the CQN parser in CAP Java. I have a CQN generated by a Fiori Elements application, so I assume it was generated correctly. T...