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

Dropdown list conflict

$
0
0

I have two dropdown boxes and data is coming from two different ODATA Urls in this but data is not showing in second dropdown box.

 

I am using following code in onInit:function

 

var url="proxy/sap/opu/odata/sap/ZDEPARTMENT_SRV/";

  var oModel = new sap.ui.model.odata.ODataModel(url,true);

  this.getView().setModel(oModel);

 

 

  var urld1="proxy/sap/opu/odata/sap/ZHR_LOCATION_SRV";

  var oModel1 = new sap.ui.model.odata.ODataModel(urld1,true);

  this.getView().setModel(oModel1);

 

please help me with this


Viewing all articles
Browse latest Browse all 8451

Trending Articles



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