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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

AlbertSAP
Advisor
Advisor

Dear Luis-Daniel Veloso-Pereira,

thank you for the details provided and all your testing efforts.

I have tested multiple approaches internally, this one brought success:

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

Please test, whether it works for you.

Some additional info:
the QM order related apps refer to semantic object QualityCostCollector (can be checked under 'Implementation Information' for app Create QM Order - QK04), but as it does not have action 'display', it fails with error, if you use this object and action "display'. It might be due to historical reasons, as in SAP GUI there were also no separate transaction for QM order display. QM basically used the controlling transaction KKF3 for display or an in-built method like in transaction QM03.

Have a nice day,

Albert

***

Read and follow the 'SAP Community Rules of Engagement' at

https://www.sap.com/community/about/rules-of-engagement.html