Text as hyperlink: Is it possible to display on the screen a text string that functions as a hyperlink, i.e. when clicked, it opens a web site?
This is not possible with the "Text" command, but you can implement the follolwing workaround:

You create a monochromatic image (any size e.g. 10x10px) with the color of the SAP GUI background.

Display your text with the "Image" command, option "textstring=", and name the website you want to open with "start=". Example:

Image (1,1) (2,20) "blue.png" -plain textstring="Synactive website" textheight=20 start= "http://www.synactive.com"