marie-pierre_mela
Product and Topic Expert
Product and Topic Expert
Member since ‎2004 Jun 22

User Statistics

  • 26 Posts
  • 0 Solutions
  • 4 Kudos given
  • 3 Kudos received

User Activity

Hi, in Web Ide, when wanting to run a test, one just had to right click on the testsuite.qunit.html and Run as Unit Test. What is advised to run tests in Business Application Studio ? Thanks
In a controller.js file, I want to reference a BaseController situated in another place. So at the top of the controller.js file I used: sap.ui.define([ "../../controller/BaseController.controller", "sap/ui/core/mvc/Controller", "sap/ui/co...
Hi,I have 2 separated components in 2 projects. Comp A is using Comp B. And Comp B has an interface view through which data can be passed.In comp A, somewhere I would like to open a new modal window containing view of comp B. For such I'm using the m...
Hi,I would like to open an WD application in the portal with a link.And I would also like the portal to be headerless (without TLN).I tryed to add ?NavMode=3 to my link.I also tryed to modify the properties of the page in which the WD aplication is s...
Hi,I'm using navigation this way:,, WDPortalNavigation.navigateAbsolute(obnUrl,,, WDPortalNavigationMode.SHOW_INPLACE,,, null,,, null,,, WDPortalNavigationHistoryMode.NO_HISTORY,,, null,,,...