cancel
Showing results for 
Search instead for 
Did you mean: 

What is the URL parameter in Fiori to "display" a QM Order?

DanielP
Active Participant
0 Kudos

Dear SAP Fiori Community,

We have these 3 URLs that we use successfully to display respectively a: Quality Notification, WBS Element and Production Order:

https://<your.application.server>.com:44301/sap/bc/ui2/flp#QualityNotification-display?sap-ui-tech-hint=GUI&QualityNotification=200029013

https://<your.application.server>.com:44301/sap/bc/ui2/flp#WBSElement-display?sap-ui-tech-hint=GUI&WBSElement=FIT-00199-0199-T1-Q-4-03

https://<your.application.server>.com:44301/sap/bc/ui2/flp#ProductionOrder-display?sap-ui-tech-hint=GUI&ProductionOrder=1000008124

Now we would also like to do the same and "display" a QM Order (GUI transaction KKF3 or KO03) in Fiori but these tags do not work for us:

https://<your.application.server>.com:44301/sap/bc/ui2/flp#QMOrder-display?sap-ui-tech-hint=GUI&QMOrder=4002598

https://<your.application.server>.com:44301/sap/bc/ui2/flp#InternalOrder-display?sap-ui-tech-hint=GUI&InternalOrder=4002598

-------------

Any ideas which tag should we use? Many thanks in advance. /Daniel

View Entire Topic
DanielP
Active Participant

Hi Albert,

Thank you for your comment, actually we did that earlier ourselves and you can see that the page is cached and you end always sent to the previous accessed QM Order, if you use this tag "ProductionOrder".

You can test this if you try to run:

https://<company_specific_data>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client...;ProductionOrder=4110615

And then run in a second tab:

https://<company_specific_data>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client...;ProductionOrder=4110616

-----------

You will be sent to 4110615. (!!!)

What worked for us was:

https://<company_specific_data>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client... ProductionOrder-displayCOProductionOrder?sap-ui-tech-hint=GUI&OrderNumber=4110615

-----------

https://<company_specific_data>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client... ProductionOrder-displayCOProductionOrder?sap-ui-tech-hint=GUI&OrderNumber=4110616

--------------------

Hope this helps. /Daniel

AlbertSAP
Advisor
Advisor
0 Kudos

Hi Daniel,

thank you for your reply, I am glad you could manage to resolve the issue and that you shared it with the peers.

Have a nice day,

Albert