Hi!
I am trying to create an URL link to open a transaction in a role that I am using.
The webpage is shown in a web-chip as a part of FPM page inthe NWBC desktop client.
I have tried this type of concept: https://serverXX:8000/sap/bc/nwbc/~canvas/roleEntry/MyROLE:56/
The problem is that this opens the transaction in the HTML version of NWBC (inside NWBC desktop client).
However, I would do not want to use the HTML based version of the transaction. I want to use nativ abap transaction inside NWBC Desktop client.
I am able to open the transaction with a link from a webbrowser with this type of link:
sap-nwbc://https://serverXX:8000/sap/bc/nwbc/~canvas/roleEntry/MyROLE:56/
This link does not open at all from within NWBC....
How do I achieve opening a transaction via URL from inside the NWBC Desktop client?