Hi
I am developing an application using Appbuilder to onboard the user to the Cloud server and retrieve data from the server. I am using
http://sapes1.sapdevcenter.com:8080/sap/opu/odata/iwbep/gwdemo/ as the backend.
I am sending the request to the server dynamically using OData.request() method and I am able to get the response.
I want to show the result in a superlist. I have gone through the SuperList example in SCN. But in all those examples the datasource is given statically. I want to append datasource dynamically with the superlist.
My requirement is:
I have a button. On that button press, I am retrieveing the service document and collections. I want to show all the BusinessPartner names I get by parsing the BusinessPartnerCollection in a list view. I am able to get the BusinessPartner names in an array, but I don't know how to show it in a listview.
Can anyone help me please.
Thanks,
Dhani.