Readymade Control to show the collective data in table in SAP BUILD Apps

Hello All,

I have seen some posts on the community page about utilizing the “Basic Table with Data Adapter” option to show the data in a tabular format in SAP BUILD apps. But the restriction with this approach is we must use the data variable which is in turn bound to either the BTP destination or is a standalone Odata api.

But in case if we are formulating the data by combining multiple data sources in a javascript file in BUILD apps(which is usually a very common use case), then the data is gathered in page/app variables after combining it from multiple sources. In that case there is no option to bind these page/app variables to these table controls and then we are left with using the “Rows” control and using its “repeat with” property to loop on the page/app variable. But this approach has lot of issues as the UI doesn’t look that appealing and you have to manage a lot of things in terms of adjustment of UI. 

So is there a better solution being developed for these kind of scenarios? 

Regards,

Yogesh

Scroll to Top