Skip to Content
Author's profile photo Aakash Neelaperumal

Fiori – Create a fullscreen custom view

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

                                         }

                                      }

                                  }

                      }

              },

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.