<?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: SO_DOCUMENT_SEND_API1 - HTML page format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445024#M827385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Lara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;great to hear that you solved the problem. Could you possibly tell me exactly where and what I have to change in order to get it going?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yours&lt;/P&gt;&lt;P&gt;erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2008 12:25:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-27T12:25:01Z</dc:date>
    <item>
      <title>SO_DOCUMENT_SEND_API1 - HTML page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445016#M827377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to generate an EMAIL (function 'SO_DOCUMENT_SEND_API1') with HTML format, in SOST I can see it correctly, but when I receive it, it seems that the HTML instruction weren't translated .... could anyone help me? We have LOTUS NOTES as mail program.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 13:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445016#M827377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T13:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_SEND_API1 - HTML page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445017#M827378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'SO_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          document_data              = doc_chng&lt;/P&gt;&lt;P&gt;          put_in_outbox              = 'X'&lt;/P&gt;&lt;P&gt;          sender_address             = 'MORGANTINI-L'&lt;/P&gt;&lt;P&gt;          sender_address_type        = space&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_objpack&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         object_header              = objhead&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       contents_bin               = objbin&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          contents_txt               = t_objtxt&lt;/P&gt;&lt;P&gt;          receivers                  = t_reclist&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          too_many_receivers         = 1&lt;/P&gt;&lt;P&gt;          document_not_sent          = 2&lt;/P&gt;&lt;P&gt;          document_type_not_exist    = 3&lt;/P&gt;&lt;P&gt;          operation_no_authorization = 4&lt;/P&gt;&lt;P&gt;          parameter_error            = 5&lt;/P&gt;&lt;P&gt;          x_error                    = 6&lt;/P&gt;&lt;P&gt;          enqueue_error              = 7&lt;/P&gt;&lt;P&gt;          OTHERS                     = 8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 13:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445017#M827378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T13:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_SEND_API1 - HTML page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445018#M827379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have absolutely the same problem! &lt;/P&gt;&lt;P&gt;In SOST, on doubleclicking the message, IE opens and the Email (html layout) is displayed correctly.&lt;/P&gt;&lt;P&gt;But when I receive it on Lotus Notes, its the plain html code (not translated).&lt;/P&gt;&lt;P&gt;In fact, when I copy this code I received in Lotus Notes, and paste it into a textfile.htm and open it with any browser, it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help us! &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have been facing this problem for two days now and I am not able to find any solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 11:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445018#M827379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T11:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_SEND_API1 - HTML page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445019#M827380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;send email&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       document_data                 = ls_docum&lt;/P&gt;&lt;P&gt;   document_type                     = 'HTM'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PUT_IN_OUTBOX                    = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SENT_TO_ALL                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NEW_OBJECT_ID                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OBJECT_HEADER                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   object_content                    = lt_content&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONTENTS_HEX                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OBJECT_PARA                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OBJECT_PARB                      =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       receivers                     = lt_receivers&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TOO_MANY_RECEIVERS               = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DOCUMENT_NOT_SENT                = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DOCUMENT_TYPE_NOT_EXIST          = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OPERATION_NO_AUTHORIZATION       = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PARAMETER_ERROR                  = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  X_ERROR                          = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ENQUEUE_ERROR                    = 7&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                           = 8&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;             .&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 11:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445019#M827380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T11:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_SEND_API1 - HTML page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445020#M827381</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;Try using the FM SO_NEW_DOCUMENT_ATT_SEND_API1 for sending the mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 12:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445020#M827381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T12:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_SEND_API1 - HTML page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445021#M827382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just changed the email address from a lotus notes email address to a googlemail address.&lt;/P&gt;&lt;P&gt;Nothing changed. Googlemail displays it as plain html text.&lt;/P&gt;&lt;P&gt;Thus it has nothing to do with the receiver software. There must be some sort of settings inside SAP (SCOT? SALE?) where it is triggered that this mail is an html email and consequently the receiver software wont interpret it as text, but as html!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 12:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445021#M827382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T12:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_SEND_API1 - HTML page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445022#M827383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;sorry .. I didn't write that I found the solution to my problem ... &lt;/P&gt;&lt;P&gt;The problem was related to SCOT definition ... we didn't use the SMTP  Mail server but we had a wrong definition infact we used the Fax server DOMINO ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that this could help you too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 12:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445022#M827383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T12:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_SEND_API1 - HTML page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445023#M827384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMO that wont change anything.&lt;/P&gt;&lt;P&gt;The only difference between SO_NEW_DOCUMENT_SEND_API1 and SO_NEW_DOCUMENT_ATT_SEND_API1&lt;/P&gt;&lt;P&gt;is the capability to send attachments along the email. &lt;/P&gt;&lt;P&gt;But as I have absolutely no other idea what to do else, I'll give it a try.&lt;/P&gt;&lt;P&gt;I'll report back soon.&lt;/P&gt;&lt;P&gt;thanks so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 12:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445023#M827384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_SEND_API1 - HTML page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445024#M827385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Lara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;great to hear that you solved the problem. Could you possibly tell me exactly where and what I have to change in order to get it going?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yours&lt;/P&gt;&lt;P&gt;erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 12:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-send-api1-html-page-format/m-p/3445024#M827385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T12:25:01Z</dc:date>
    </item>
  </channel>
</rss>

