friendlycoder
Participant
Member since ‎2019 Apr 24

User Statistics

  • 147 Posts
  • 0 Solutions
  • 32 Kudos given
  • 25 Kudos received

User Activity

I'm working with Swiss QR-bills and need to implement validation for both reference types:QR-Reference (QRR): a 27-digit numeric reference with a check digit calculated using modulo 10 recursive algorithm. This requires a QR-IBAN.Creditor reference a...
Dear all,To call an action in ABAP RAP the namespace has to be provided, for example:/StatisticalKeyFigureHead('29999')/com.sap.gateway.srvd_a2x.ycust_api_skf.v0001.reverseThis is an action that calls the reverse action on StatisticalKeyFigureHead en...
Dear all,I am trying to use the provider transactional_interface for publishing stable API interface. During the service biding the compiler is complaining:Error during compilation. See next line for details.Prov. contract "transactional_interface" m...
Hi allI have defined a static factory action in the behavior definition as follows:In the behavior projection, it is also enabled:Here is how the static factory action is annotated in the meta extensionHowever, the action button does not appear at al...
Hi all,Trying to attach a function to the method attachPropertyChange on the sap.ui.model.odata.v4.ODataModelonAfterRendering: function () {var oModel = this.getView().getModel(); //based on sap.ui.model.odata.v4.ODataModeloModel.attachPropertyChange...