Christophe_SW
Participant
Member since ‎2015 Oct 14

User Statistics

  • 16 Posts
  • 1 Solutions
  • 129 Kudos given
  • 19 Kudos received

User Activity

Hi, all, With this blogpost I would like to document the steps that I went through in order to obtain a clean starting CAP project setup using TypeScript. Below I will go through a series of terminal commands and some file configuration. It might t...
Hi all, I think I might have found an issue with metadata annotations. I'm using Attribute sap:field-control to describe the fields that are editable / mandatory / etc.. According to this page, it should be possible to refer to a deeper (expanded) en...
Hi, I am trying to manage a model with a state ( a bit like MobX does ) with listeners on the different properties. I am using sap.ui.model.Model.attachPropertyChange for this. This function does not seem to work as soon as I am extending ob...