Skip to Content
0
May 25, 2018 at 05:52 AM

Routing in scaffolding

202 Views

Hi,

I am trying to extend standard standard track PO fiori app (mm_purord_tpo). This app use scaffolding api (sap.ca.scfld)

Need to introduce additional full screen view before standard master detail pages i.e. want to make it Full screen-master-detail layout.

1) Is it possible to write routing in scaffolding for this layout? Because in standard because scaffolding sAppType have only 'FS' and 'MD' as standard values. MD is already defined in standard component js

https://sapui5.hana.ondemand.com/1.24.3/docs/api/symbols/sap.ca.scfld.md.ComponentBase.html#constructor

2) Can we maintain subroutes in masterPageRoutes, detailPageRoutes , fullScreenPageRoutes ?

3) In standard app component.js, the masterPageRoutes is not defined still master is getting called and its entity details are mentioned in configuration.js which is not available for extension. In this scenario, how to stop/control/change initial call done to populate master list?

standard-component-js.txt standard-configuration-js.txt

Regards,

Vishal