
I am currently working on a Fiori App for which I need a custom view which should come in a full screen and not in a split screen. I found that the below routing has to be used in order to achieve it. Since its a learning for me, I am sharing this info.
Below routing has to added in your component file
routing : {
"routes" : {
"fullScreen" : {
"subroutes" : {
"SCC" : {
"pattern" : "SCC/{tempCartId}/{tempItem}/{CartId}/{CartItem}",
"viewPath" : "ui.s2p.srm.sc.create.ZSRM_SC_CRE2.view",
"view" : "SCC",
"targetAggregation" : "pages",
}
}
}
}
},
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
7 | |
6 | |
4 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |