var oUnit = new sap.m.Select({
id : "QACUNNP",
width : "16rem",
items: { path: "/",
template: oItemTemplate
},
});
var oItemTemplate = new sap.ui.core.Item({
key: "{Selection>/Industry}",
text: "{Selection>/Industry}"
});
var oUnit = new sap.m.Select({
id : "QACUNNP",
width : "16rem",
items: { path: "/",
template: oItemTemplate
},
});
var oItemTemplate = new sap.ui.core.Item({
key: "{Selection>/Industry}",
text: "{Selection>/Industry}"
});