Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2067

Re: Routing with Parameter SAP Web IDE

$
0
0

Hi Yoppie,

 

I have encountered same issue and following is the solution.

 

・controller Detail

_onObjectMatched: function (oEvent) {

     this.getView().bindElement({

          path: decodeURIComponent("/" + oEvent.getParameter("arguments").invoicePath),

          model: "invoice"

       });

  }

 

・controller InvoiceList

oRouter.navTo("detail", {

  invoicePath: encodeURIComponent(oItem.getBindingContext("invoice").getPath().substr(1))

});

 

 

Best regards,

Susumu


Viewing all articles
Browse latest Browse all 2067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>