former_member584042
Explorer
Member since ‎10-21-2015

User Statistics

  • 27 Posts
  • 1 Solutions
  • 11 Kudos given
  • 2 Kudos received

User Activity

Hi , for the conversion from IF_IXML_DOCUMENT to String I am using /SLOAP/CL_CHART_UTIL- CONVERT_XMLOBJ_TO_STRING The method has just some simple statements: *** convert XML document to String lo_ixml = cl_ixml=>create( ). * Creating...
Hello all, I would like to modify the model and view for the demo sample which could be found on https://sapui5.hana.ondemand.com/#/sample/sap.ui.table.sample.TreeTable.BasicODataTreeBinding/preview I would like to insert a new row. In the co...
Hi all, i got a model which was load in the component.js. The model: When I load the model in the controller.js is looks like: As I want to insert a new entry I would like to read the property var oProperty = oModel.getProperty("/Nod...
Hi all, I downloaded the demokit example: BasicODataTreeBinding and uploaded it into my workspace. I added a Button in the view with press = "onInsert". In the controller.js I wanted to read the model when the button was clicked: ...
Hi everybody, I would like to modify the model in the controller. js by using var oSelectedIndex = oTable.getSelectedIndex(); var row = oTable.getRows()[oSelectedIndex]; I do not know how to preceed? How can I update the model for the selec...