Hi All,
So imagine you have a master detail Fiori app and the typical style of navigation like this:
#PO-Display&POId/1100011 which would navigate to the app and open PO id 1100011 directly.
Now imagine we have a workflow task that needs to open this app for a specific PO id. You would think the config would be something like this:
SEMANTIC_OBJECT PO
ACTION Display
QUERY_PARAM00 POId/{&_WI_OBJECT_ID.PO_Id&}
However, when I do this, it does a strange thing and puts the query parameter after a 2nd "?" in the URL; plus I the "/" gets escaped (and I can't figure out how to not have it escape it).
Real example:
/sap/bc/ui2/flp?sap-client=100&sap-language=EN&sap-sec_session_created=X#Incident-ManageWF?Incident%252F101068=&openMode=external
And if I change the action, to include the additional navigation, it doesn't recognise it as an intent and opens this in a new tab:
/sap/bc/ui2/flp?sap-language=EN&#Incident-ManageWF&Incident/101068
Anyone have direct navigation to a detail item without changing the app working with this?
Cheers,
Matt
BTW - I've found another issue which I've raised with SAP and that is the first time you open task, additional parameters values are added which break the called app
Real example:
/detail/ERP_PGW/000000151158/TaskCollection(SAP__Origin='ERP_PGW',InstanceID='000000151158')