on 2025 Feb 25 10:25 AM
Hello, I would like to open the transaction QM02 (Edit Quality Notification) in the web browser for a certain quality notification number by clicking an link. SAP provides a target mapping for this:
The following URL parameters are intended for this navigation:
The link therefore looks like this:
https://<host>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=
<client>#QualityNotification-change?QualityNotification=000230000001
When clicking this link, in about 50% of the attempts it works just as expected. SAPGUI for HTML opens with QM02, selection screen is skipped and the quality notification provided in the URL is opened. I can simple change the notification number from 000230000001 to 000230000002 and it will open this one instead. Everything works perfectly smooth just as expected:
However, in the other 50% of attempts, instead of directly opening the transaction, the following selection popup is displayed instead:
When the user closes the dialog, he simply sees the main selection screen of QM02. Now, when he enters a quality notification number manually, the transaction works fine. But, if he now clicks another link to open QM02 for a different notification, it will always open the notification he entered first in the session:
This is very dangerous as it will lead to the user editing the wrong notification.
It feels like instead of creating a new session for QM02, an existing session is reused and therefore the notification number provided from the URL is ignored.
My questions are:
What I already tried (with the same inconsistent behavior all the time):
My system:
Request clarification before answering.
I am now using a direct link to the WebGUI:
https://<host>/sap/bc/gui/sap/its/webgui?
~transaction=*QM02%20RIWO00-QMNUM=000200001234?sap-client=<client>
It looks like this approach is much more reliable than using the FIORI environment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@tobias_grimm_ksg - Try with this instead:
Hope this helps. /Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.