Symptom
sap.ushell.services.URLParsing().parseParameters(hash) returns wrong parameters.
For example: if the hash is WorkflowTask-displayInbox?InstanceID='000000123456'&SAP__Origin='LOCAL_TGW'
The returned value for sap.ushell.services.URLParsing().parseParameters(hash) is
WorkflowTask-displayInbox?InstanceID: ['000000123456']
SAP__Origin: ['LOCAL_TGW']
The correct one should be:
InstanceID: ['000000123456']
SAP__Origin: ['LOCAL_TGW']
Read more...
Environment
SAPUI5
Keywords
sap.ushell.services.URLParsing(), sap.ushell.Container.getService("CrossApplicationNavigation"), sap.ui.core.routing.HashChanger() , KBA , CA-FLP-FE-COR , SAP Fiori Launchpad Frontend Core and Services , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.