Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
aakash_neelaperumal2
Active Participant

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",

                                         }

                                      }

                                  }

                      }

              },

Labels in this area