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

Re: Can't set Filter on Master View by Building SAP Fiori-like UIs

$
0
0

can you try filter this way:

 

 

var sURI = 'http://<host>:<port>/sap/opu/odata/sap/ZTESTODATA_SRV/';

 

 

  oModel = new sap.ui.model.odata.ODataModel(sURI, false),

  sap.ui.getCore().setModel(oModel);

 

 

  var sRead = "/pdfset(customer='" + oTF.getValue() + "')"  ;

 

oModel.read( sRead, null, null, true, function(oData, oResponse){

  var pdfURL = oData.url;


Viewing all articles
Browse latest Browse all 8538

Trending Articles



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