former_member593191
Explorer
Member since ‎09-24-2018

User Statistics

  • 18 Posts
  • 0 Solutions
  • 27 Kudos given
  • 2 Kudos received

User Activity

Hi. I've made ListReport project from template. And I have to change "appTitle" dynamically on it. I do it in "oninit()" method. But! When I navigate to ObjectPage and then move back to List, the "appTitle" restored to default. My question - How...
Hi. I have report with ListReport and ObjectPage. 1) When I Selected some tables items and change data on ListReport, How can I refresh only selected items? 2) When I changed data on ObjectPage and returned back to ListReport, How can I to kno...
Hi SAP Experts, I'm working with Overview Pages. I've few OPV cards and I tried change Title color dinamicly writing some JS code in "Custom.Controller.js" file in three methods (onInit, onAfterRendering, onBeforeRendering) like: ... onBeforeRe...
Hi all. I have an OVP (Overview Page) with a few cards that work with one common oData (SWEG). Where in the *_GET_ENTITYSET method I select data. How can I send any parameter into this method from annotation or JS that I could select data by cr...