Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member197281
Active Participant
0 Kudos

For Non-ABAP developers , if you want to practise SAPUI5 , the best way is to use the reference service from odata.org. You can use the Netweaver gateway service consumption system from SAP by requesting for credentials if you are specific on SAP system as backend.

Build your model using the service URL. Make sure you are using the correct data service version.

Use Table to display the products. Use the below link to get more properties on Table element

JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.table.Table

Add the UI5 table library in your resources

Thats how the output looks like:)