cancel
Showing results for 
Search instead for 
Did you mean: 

Problem on Routing from Worklist to Detail with mode "display" on a extended application.

Former Member
0 Kudos

Hello,

I extended the standard application SAP_CUSINV_MANS1 by extending with a copy of the original code the controllers and views for Worklist and Detail by adding some new features to filter data after billingdocumentdate and billingsoldtopartyid and adding a new button. In the manifest of the parent the navigation to the detail is made after the pattern object/{display}/{invoiceId}. In the extended Worklist page with onClick on one item from the table in the navigation table area, to the the URL will be added {target name: "object", mode: "display", invoiceId: "some number"} and resulting https://domain:port/sap/bc/ui5_ui5/sap/zsdcusinvmans3/index.html?billingdocumentdate=someValue&billi.... The problem is that when the routing is made it calls twice the Detail page, the first time with null and after that that data are bind to the items.

Do you know how to prevent this or have solution not to display the page with null?

Thank you!intermediate-null-page.png

Accepted Solutions (0)

Answers (0)