Refer to post
F4 help for a field in SCREEN 100
Team,
I am using FM CALL FUNCTION 'SRM_TOOLS_LOG_SENDMAIL'
I am APPENDING hyperlink 'file:///C:\Program Files\SAP\FrontEnd\SAPgui\saplgpad.exe' to email body using the above FM. In the email the hyperlink is not complete. It appears in two parts and hyperlink ends after Program: I think this is because there is a SPACE between Program and Files
<b>'file:///C:\Program</b> Files\SAP\FrontEnd\SAPgui\saplgpad.exe'
How to send the lhyperink that it will appear as a complete hyperlink in email body.
Thanks