Hello Experts,
My requirement is I want to send a hyperlink in an email body and it should appear as hotspot in outlook. This hyperlink is nothing but an address to a SAP Shortcut file (of a transaction) which is located in common folder on each workstation.
Let's say it is,
file:///C:\SAP_Shortcuts\FB03.sap
This way it does appear as Hotspot and also triggers the required SAP Transaction. But my issue is I want to make this path as short as possible due to security concerns. For example, let's say
I tried using HTML tags such as,
<A href ="file:///C:\SAP_Shortcuts\FB03.sap"> click here </A>. But this solution did not work. Is there any workaround by which I can make it appear not only as short but also as Hotspot ?
Regards,
Nikhil Ghadge.