<?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 Re: Hyperlink in email in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784931#M338106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eswar.  I've tried numerous things to make it work.  Telling me to check my code doesn't help because I obviously don't know what's wrong with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;P&gt;Do you mean:&lt;/P&gt;&lt;P&gt;t_contents_txt = 'href=http://AUYHOK12:6370/viewer/notify/d_AUYHOK12^6370_4094.men'.&lt;/P&gt;&lt;P&gt;If you do, that didn't work - it just appears in my email as "href=http://AUYHOK12:6370/viewer/notify/d_AUYHOK12^6370_4094.men"&lt;/P&gt;&lt;P&gt;instead of just the "http://AUYHOK12:6370/viewer/notify/d_AUYHOK12^6370_4094.men"&lt;/P&gt;&lt;P&gt;I was getting before.&lt;/P&gt;&lt;P&gt;The way your message appears makes it difficult to understand (formatting characters appear).&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Brigitte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2006 04:22:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-20T04:22:30Z</dc:date>
    <item>
      <title>Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784928#M338103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus&lt;/P&gt;&lt;P&gt;I'm sending emails using SO_NEW_DOCUMENT_ATT_SEND_API1.  The email body contains a message and a URL "http://........." plus an attachement.  Everything is fine except that the URL doesn't appear as a hyperlink - ie its not underlined and doesn't react when clicked on.&lt;/P&gt;&lt;P&gt;The message and URL are both in t_contents_txt and the attachement in t_contents_bin.&lt;/P&gt;&lt;P&gt;The email will be received in Lotus Notes which will not autmatically make the URL a hyperlink.&lt;/P&gt;&lt;P&gt;Anybody got any suggestions?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Brigitte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 03:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784928#M338103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T03:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784929#M338104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Brigitte&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried adding the URL to the body of the mail and i was successful in displaying as HYPERLINK...&lt;/P&gt;&lt;P&gt;Eg: &lt;A href="https://community.sap.com/www.yahoo.com" target="test_blank"&gt;www.yahoo.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please re-check your code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 03:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784929#M338104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T03:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784930#M338105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try HTML &amp;lt;"a href"&amp;gt; tag in email body..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

`&amp;lt;`a href="http://www.yahoo.com"&amp;gt; http://www.yahoo.com &amp;lt;/a`&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;In Tag, remove character ` when you use in your code&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Raja T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 04:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784930#M338105</guid>
      <dc:creator>raja_thangamani</dc:creator>
      <dc:date>2006-12-20T04:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784931#M338106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eswar.  I've tried numerous things to make it work.  Telling me to check my code doesn't help because I obviously don't know what's wrong with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;P&gt;Do you mean:&lt;/P&gt;&lt;P&gt;t_contents_txt = 'href=http://AUYHOK12:6370/viewer/notify/d_AUYHOK12^6370_4094.men'.&lt;/P&gt;&lt;P&gt;If you do, that didn't work - it just appears in my email as "href=http://AUYHOK12:6370/viewer/notify/d_AUYHOK12^6370_4094.men"&lt;/P&gt;&lt;P&gt;instead of just the "http://AUYHOK12:6370/viewer/notify/d_AUYHOK12^6370_4094.men"&lt;/P&gt;&lt;P&gt;I was getting before.&lt;/P&gt;&lt;P&gt;The way your message appears makes it difficult to understand (formatting characters appear).&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Brigitte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 04:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784931#M338106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T04:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784932#M338107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Since its HTML code, i can not write with adding the special character &amp;lt;b&amp;gt;`&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;`&amp;lt;`a href="http://www.yahoo.com"&amp;gt; &lt;A href="http://www.yahoo.com" target="test_blank"&gt;http://www.yahoo.com&lt;/A&gt; &amp;lt;/a`&amp;gt; - Here remove the special character &amp;lt;b&amp;gt;`&amp;lt;/b&amp;gt;. So that you will get the Hyper link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 14:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784932#M338107</guid>
      <dc:creator>raja_thangamani</dc:creator>
      <dc:date>2006-12-20T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784933#M338108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brigitte,  what is the document type that  you are using when calling the function module.  If you are passing HTML,  you should set the DOC_TYPE to HTM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 14:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784933#M338108</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-20T14:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784934#M338109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example, this program works fine in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0002.

data: maildata   like sodocchgi1.
data: mailtxt    like solisti1 occurs 10 with header line.
data: mailrec    like somlrec90 occurs 0  with header line.

start-of-selection.

  clear:    maildata, mailtxt,  mailrec.
  refresh:  mailtxt, mailrec.

  perform build_text_message.
  perform build_receivers.
  perform send_mail_nodialog..

************************************************************************
*      Form  BUILD_TEXT_MESSAGE
************************************************************************
form build_text_message.


  maildata-obj_name = 'TEST'.
  maildata-obj_descr = 'Test Subject'.


  mailtxt  = '&amp;lt;html&amp;gt;'.
  append mailtxt.


  mailtxt  = '&amp;lt;body&amp;gt;'.
  append mailtxt.

  mailtxt
   = '&amp;lt;a href="http:\www.sap.com" target="_blank"&amp;gt;SAP Hyperlink&amp;lt;/a&amp;gt; '.
  append mailtxt.

  mailtxt  = '&amp;lt;/body&amp;gt;'.
  append mailtxt.

  mailtxt  = '&amp;lt;/html&amp;gt;'.
  append mailtxt.

endform.

************************************************************************
*      Form  BUILD_RECEIVERS
************************************************************************
form build_receivers.

  mailrec-receiver = 'you@yourcompany.com'.
  mailrec-rec_type  = 'U'.
  append mailrec.

endform.

************************************************************************
*      Form  SEND_MAIL_NODIALOG
************************************************************************
form send_mail_nodialog.

  call function 'SO_NEW_DOCUMENT_SEND_API1'
       exporting
            document_data              = maildata
            document_type              = 'HTM'
            put_in_outbox              = 'X'
       tables
            object_header              = mailtxt
            object_content             = mailtxt
            receivers                  = mailrec
       exceptions
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            others                     = 8.
  if sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  endif.

endform.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 14:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784934#M338109</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-20T14:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784935#M338110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi brigitte,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Do 2 things, and it will work.&lt;/P&gt;&lt;P&gt;   (i was facing the same problem).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. while calling the FM SO_NEW_DOCUMENT_SEND_API1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; document_type              = 'HTM'&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;* object_header              = mailtxt   &amp;lt;----- DO NOT PASS THIS PARAMETER&amp;lt;/b&amp;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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 14:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784935#M338110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T14:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784936#M338111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all so much for your time.  I have spent the morning trying to modify my code using your suggestions but nothing works.  Every way I try to write my URL it still comes out in my Lotus Notes email without the hyperlink (but exactly as its written).&lt;/P&gt;&lt;P&gt;I thought perhaps it would help if you could see my code - then tell me what's wrong with it.  I've left out the bits (setting up title,recipients and attachment) that obviously work ok.&lt;/P&gt;&lt;P&gt;Again, thanks for your input.&lt;/P&gt;&lt;P&gt;Brigitte&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Create instructions to be displayed in the body of the email.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  concatenate 'This email has been auto generated from SAP.  You are'&lt;/P&gt;&lt;P&gt;      'required to log onto SAP and authorise or reject the credit'&lt;/P&gt;&lt;P&gt;      'claim.  For instructions, open Mentor and go to Guide for'&lt;/P&gt;&lt;P&gt;      'Managers &amp;gt; Quick Guide to Approving or Rejecting Claims.'&lt;/P&gt;&lt;P&gt;      into t_objtxt separated by space.&lt;/P&gt;&lt;P&gt;  append t_objtxt.&lt;/P&gt;&lt;P&gt;  clear t_objtxt.&lt;/P&gt;&lt;P&gt;  append t_objtxt.&lt;/P&gt;&lt;P&gt;  t_objtxt&lt;/P&gt;&lt;P&gt;      = 'http://AUYHOK12:6370/viewer/notify/d_AUYHOK12^6370_4094.men'.&lt;/P&gt;&lt;P&gt;  append t_objtxt.&lt;/P&gt;&lt;P&gt;  clear t_objtxt.&lt;/P&gt;&lt;P&gt;  append t_objtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Set up the email's attributes.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CLEAR w_index.&lt;/P&gt;&lt;P&gt;  READ TABLE t_attachment INDEX w_index.&lt;/P&gt;&lt;P&gt;  w_doc_data-doc_size&lt;/P&gt;&lt;P&gt;      = ( w_index - 1 ) * 255 + STRLEN( t_attachment ).&lt;/P&gt;&lt;P&gt;  w_doc_data-obj_langu  = sy-langu.&lt;/P&gt;&lt;P&gt;  w_doc_data-sensitivty = 'F'.&lt;/P&gt;&lt;P&gt;  w_doc_data-obj_name   = w_repid.&lt;/P&gt;&lt;P&gt;  w_doc_data-obj_descr  = 'Claims requiring your authorization'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Create table containing information about structure of data table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  t_packing_list-transf_bin = space.&lt;/P&gt;&lt;P&gt;  t_packing_list-head_start = 1.&lt;/P&gt;&lt;P&gt;  t_packing_list-head_num   = 0.&lt;/P&gt;&lt;P&gt;  t_packing_list-body_start = 1.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE t_objtxt LINES t_packing_list-body_num.&lt;/P&gt;&lt;P&gt;  t_packing_list-doc_type   = 'RAW'.&lt;/P&gt;&lt;P&gt;  t_packing_list-obj_descr  = w_title.&lt;/P&gt;&lt;P&gt;  t_packing_list-obj_name   = w_repid.&lt;/P&gt;&lt;P&gt;  t_packing_list-doc_size   = ( t_packing_list-body_num - 1 ) * 255&lt;/P&gt;&lt;P&gt;                            + STRLEN( t_objtxt ).&lt;/P&gt;&lt;P&gt;  APPEND t_packing_list.&lt;/P&gt;&lt;P&gt;  t_packing_list-transf_bin = 'X'.&lt;/P&gt;&lt;P&gt;  t_packing_list-head_start = 1.&lt;/P&gt;&lt;P&gt;  t_packing_list-head_num   = 1.&lt;/P&gt;&lt;P&gt;  t_packing_list-body_start = 1.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE t_attachment LINES t_packing_list-body_num.&lt;/P&gt;&lt;P&gt;  t_packing_list-doc_type   = 'XLS'.&lt;/P&gt;&lt;P&gt;  t_packing_list-obj_descr  = w_title.&lt;/P&gt;&lt;P&gt;  t_packing_list-obj_name   = w_repid.&lt;/P&gt;&lt;P&gt;  t_packing_list-doc_size   = ( t_packing_list-body_num - 1 ) * 255&lt;/P&gt;&lt;P&gt;                            + STRLEN( t_objtxt ).&lt;/P&gt;&lt;P&gt;  APPEND t_packing_list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Send an email to each recipient with an attached list of documents to&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;be authorised.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      document_data              = w_doc_data&lt;/P&gt;&lt;P&gt;      document_type              = 'HTM'&lt;/P&gt;&lt;P&gt;      put_in_outbox              = 'X'&lt;/P&gt;&lt;P&gt;      commit_work                = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      packing_list               = t_packing_list&lt;/P&gt;&lt;P&gt;      contents_bin               = t_attachment&lt;/P&gt;&lt;P&gt;      contents_txt               = t_objtxt&lt;/P&gt;&lt;P&gt;      receivers                  = t_receivers&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      too_many_receivers         = 1&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 23:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784936#M338111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T23:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784937#M338112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;t_objtxt
= 'http://AUYHOK12:6370/viewer/notify/d_AUYHOK12^6370_4094.men'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above line does not represent an HTML string.  THere is not tag here.  See my example above.  This link must be within HTML tags.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this still doesn't work, there is  a chance that your mail server is configured to strip any HTML on outgoing mail, incoming mail, or both.  This could also be causing the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 01:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784937#M338112</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-21T01:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784938#M338113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich.  I tried it your way too.  It came out in the email as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;This email has been auto generated from SAP.  You are required to log onto SAP and authorise or reject the credit claim.  For instructions, open Mentor and go to Guide for Managers &amp;gt; Quick Guide to Approving or Rejecting Claims.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://AUYHOK12:6370/viewer/notify/d_AUYHOK12^6370_4094.men" target="_blank"&amp;gt;SAP Hyperlink&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so obviously I did that wrong too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 02:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784938#M338113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T02:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784939#M338114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it just show the text exactly as it is when filling the internal table with the tags and all, right?   Interesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 02:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784939#M338114</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-21T02:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784940#M338115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich, for me the term "frustrating" (and others I won't mention) apply more than "interesting"  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Brigitte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 02:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-email/m-p/1784940#M338115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T02:34:59Z</dc:date>
    </item>
  </channel>
</rss>

