This document provides steps to create a SAPUI5 application with master-detail views using routing and OData service binding:
1. Create a destination in SAP Cloud Platform Cockpit for the OData service
2. Create a new SAPUI5 project and add routing configuration and data binding in manifest.json
3. Create two views for the master-detail UI and add controllers to handle routing and data loading
4. Implement the master view to display a product list and routing to the detail view
5. Implement the detail view to display product details using object page layout