former_member451571
Explorer
Member since ‎2016 May 20

User Statistics

  • 40 Posts
  • 0 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

Hi all, we are developing a CAP application with typescript. Now we want to write tests in typescript (https://cap.cloud.sap/docs/node.js/cds-test#cds-test), but we faced the issue that the @sap/cds import does not provide the cds.test types. Curre...
Hi, I am wondering if it is possible and recommended to replace the spring boot framework with another java farmework eg. Quarkus or another one? What issues do you see if we try to do it? Thanks a lot in adavnce!
Hey Experts!I have a problem with my date formatter on my View. My date should be formatted according to the user profile. I get my date time from a database by a oDataModel like: Fri Aug 26 2016 02:00:00 GMT+0200 (W. Europe Daylight Time) and as i m...
Hey experts!I run a xsjs-file in my controller(frontend) to get some parameters and call in the xsjs-file a procedure with the parameters from the xsjs file, but it does not work so far.Its a simple code to update my "outdated users" like Unknown(D12...
Hey Experts!I want to refresh my oData Model after i set new properties. In this case i wrote this logic into a messageBox component and this does not work.I am able to set the property but the oModel.submitChanges function is not refreshing my oMode...