2013 Feb 01 5:55 AM
Hi,
Is it possible to create hyperlinks on SAP GUI using screen painter?
I am planning to do that but I do not find the right way to do it.
Thanks and Regards,
Neha
Hi,
Is it possible to create hyperlinks on SAP GUI using screen painter?
I am planning to do that but I do not find the right way to do it.
Thanks and Regards,
Neha
2013 Feb 01 6:20 AM
2013 Feb 01 6:29 AM
Hi Neha,
Check the following thread - http://scn.sap.com/thread/879814 - for 's reply.
2013 Feb 01 7:06 AM
I was able to create a hyperlink by referring to the link http://scn.sap.com/thread/553026
It is a setting in the screen painter.
Now, I am trying to figure out how can I add the logic to open new screen on click of this link
Best Regards,
Neha
2013 Feb 01 7:17 AM
CALL METHOD cl_gui_frontend_services=>execute
EXPORTING
document = 'www.google.com' " Url needs to be opened
EXCEPTIONS
OTHERS = 1.
2013 Feb 01 11:05 AM
Thanks. I was able to put hyperlink and clicking on it opens google now. But I want to add multiple links and open different screens on click. How do I distinguish which link has been clicked?
For buttons there is function code, is there anything similar for hyperlinks/ texts as well?
Best Regards,
Neha
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |