former_member232384
Participant
Member since ‎2006 Jun 01

User Statistics

  • 57 Posts
  • 8 Solutions
  • 2 Kudos given
  • 5 Kudos received

User Activity

I can download previous verion(1.12.1) of SAPUI5, but I want to use latest version of it.Please let me know if you know about it.Thank you ahead.:)
I'm looking for the way to put the dialog to a specific position.When I open the dialog, it always appears at center of browser.I want to place it to anywhere.There are setWidth and setHeight., but there is no method or property in sap.ui.commons.Dia...
I tried append chart(sap.viz) to dialog(ui.commons.dialog).First time, I coded like this  oDialog.appendContent(oChart).But, It shows a dialog without chart.Second time, I coded like this  oChart.placeAt(oDialog).It was same as first thing.I think th...
Is there a way to display a source code without a Test/Execute button?I want to just 'show' the source code to unauthorized people.FM 'EDITOR_PROGRAM' can execute a report.ABAP keyword 'EDITOR-CALL FOR LT_SOURCE DISPLAY-MODE.' only display source co...