Hello Jun Wu thank you for the reply. I believe my question is confusing. Nothing stops me from doing something like:
this.yourvariable=['Customer1', 'Customer2', 'Customer3'];
But what I do not know is something like:
this.yourvariable=['/sap/opu/odata/sap/Odata_SRV/(Set_of_Customers)'];
The result I am expecting: "this.yourvariable" (that exists in the controll.js file) is loaded with the list of customers directly from the odata service. No databinding in view.
Kind Regards,
Gabriel