<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sending  a hyperlink through mail in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-a-hyperlink-through-mail/m-p/2008650#M409728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;        I am sending a mail to outlook mailbox of a user using FM SO_NEW_DOCUMENT_ATT_SEND_API1. In that i need to send a link also. When the user clicks on that link it should go to a webpage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : Mail format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Please &amp;lt;b&amp;gt;click here&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user clicks on the "Click here" words it should point to webpage(html). So if anyone has come across such requirement please give your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Please  go through the FM which i mentioned. In that FM data is taken as text elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 15:43:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T15:43:34Z</dc:date>
    <item>
      <title>Sending  a hyperlink through mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-a-hyperlink-through-mail/m-p/2008650#M409728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;        I am sending a mail to outlook mailbox of a user using FM SO_NEW_DOCUMENT_ATT_SEND_API1. In that i need to send a link also. When the user clicks on that link it should go to a webpage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : Mail format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Please &amp;lt;b&amp;gt;click here&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user clicks on the "Click here" words it should point to webpage(html). So if anyone has come across such requirement please give your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Please  go through the FM which i mentioned. In that FM data is taken as text elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-a-hyperlink-through-mail/m-p/2008650#M409728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sending  a hyperlink through mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-a-hyperlink-through-mail/m-p/2008651#M409729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure that this is possible. Maybe if you build your email as an HTML and pass it to the FM; you'll have to play with it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cant you have a text like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please click on the following link: &amp;lt;b&amp;gt;sdn.sap.com&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The recipient's email client should convert this into a hyperlink automatically (worst case you might have to add "http://" in front of the link).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be much easier &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guenther&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-a-hyperlink-through-mail/m-p/2008651#M409729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sending  a hyperlink through mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-a-hyperlink-through-mail/m-p/2008652#M409730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sHyam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the fm CALL_BROWSER which might be a lot good help for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is a very sample code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : link type string value 'google.com'.(pass the comments whatever u want..&lt;/P&gt;&lt;P&gt;in ur program..like click here..and correspondingly change the variable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CALL_BROWSER'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   URL                          = 'link'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WINDOW_NAME                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   NEW_WINDOW                   = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BROWSER_TYPE                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONTEXTSTRING                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   FRONTEND_NOT_SUPPORTED       = 1&lt;/P&gt;&lt;P&gt;   FRONTEND_ERROR               = 2&lt;/P&gt;&lt;P&gt;   PROG_NOT_FOUND               = 3&lt;/P&gt;&lt;P&gt;   NO_BATCH                     = 4&lt;/P&gt;&lt;P&gt;   UNSPECIFIED_ERROR            = 5&lt;/P&gt;&lt;P&gt;   OTHERS                       = 6&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u a bit,&lt;/P&gt;&lt;P&gt;all the best,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;mark helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-a-hyperlink-through-mail/m-p/2008652#M409730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sending  a hyperlink through mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-a-hyperlink-through-mail/m-p/2008653#M409731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to construct your email as a HTML mail including the tags. For the link you can use the tag:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="www.google.com"&amp;gt;click here&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the interface of the function module SO_NEW_DOCUMENT_ATT_SEND_API1 you will have to set the import parameter PACKING_LIST-DOC_TYPE to 'HTM'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sudhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 17:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-a-hyperlink-through-mail/m-p/2008653#M409731</guid>
      <dc:creator>sudhindra_chandrashekar</dc:creator>
      <dc:date>2007-03-12T17:04:06Z</dc:date>
    </item>
  </channel>
</rss>

