Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9656

Re: Facing an Issue while displaying the data in the front end in UI5

$
0
0

hi anand
     before this function.....

 

function getvalue()

  {

       var content = oInnerFirst.getContent();

       var oEntry = {};

       oEntry.TextField = content[1].getValue();

 

      sReadPath = "/WarAppSet(Kunnr='000000000" + oEntry.TextField + "')";

 

   alert(sReadPath);

            oTable.setModel(oModel) ;

            oTable.bindElement(sReadPath);

}

 

-------------------------------------------------------------
you need to do fake binding after that you can handle by function

 

put this two line before placing ui .

 

oTable.setModel(oModel) ;

            oTable.bindElement(<any path you can give>);

 

Thanks and best regards

Aasif Shah


Viewing all articles
Browse latest Browse all 9656

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>