<?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: E-mail error : SO_DOCUMENT_SEND_API1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971188#M1339280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam passing commit work value as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still Iam getting Error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2009 08:24:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-07T08:24:05Z</dc:date>
    <item>
      <title>E-mail error : SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971184#M1339276</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;After running F110 transaction, spools are getting generated with Remittance Advises Notes which are using Scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requriement is Take each spool and covert into PDF and send it to Vendor email id.&lt;/P&gt;&lt;P&gt;Iam using FMs CONVERT_OTFSPOOLJOB_2_PDF and SO_DOCUMENT_SEND_API1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When while running the program Iam getting the following Error in FM SO_DOCUMENT_SEND_API1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'System error when accessing Knowledge Provider'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please gudie me regarding this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 13:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971184#M1339276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T13:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail error : SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971185#M1339277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishnama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you passing COMMIT_WORK = 'X' to the function module SO_DOCUMENT_SEND_API1. If not try passing the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 15:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971185#M1339277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail error : SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971186#M1339278</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{Sample Code}&lt;/P&gt;&lt;P&gt;&lt;/P&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              = ws_doc_data&lt;/P&gt;&lt;P&gt;            put_in_outbox              = 'X'&lt;/P&gt;&lt;P&gt;            sender_address             = ws_sender_address&lt;/P&gt;&lt;P&gt;            sender_address_type        = ws_sender_address_type&lt;/P&gt;&lt;P&gt;            commit_work                = 'X'&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            sent_to_all                = ws_sent_all&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            packing_list               = i_packing_list&lt;/P&gt;&lt;P&gt;            contents_bin               = i_attachment&lt;/P&gt;&lt;P&gt;            contents_txt               = i_message&lt;/P&gt;&lt;P&gt;            receivers                  = i_receivers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 17:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971186#M1339278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T17:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail error : SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971187#M1339279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to your Basis admin, he/she will be able to resolve this error. I ran into this a couple of times and it was resolved by a Basis admin. It's not an ABAP issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 21:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971187#M1339279</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2009-08-06T21:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail error : SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971188#M1339280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam passing commit work value as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still Iam getting Error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 08:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971188#M1339280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T08:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail error : SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971189#M1339281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you getting a dump because of this? then please read the dump and check what exactly is going wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 08:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971189#M1339281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T08:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail error : SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971190#M1339282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer the following blogs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 11:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971190#M1339282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T11:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail error : SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971191#M1339283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;Iam using following code. Iam getting error in mail FM with RC=6. Is there any bug in my prog.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;pre&amp;gt;parameters : p_mail type AD_SMTPADR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_spool for TSP01-RQIDENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;loop at s_spool.&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'CONVERT_OTFSPOOLJOB_2_PDF'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              src_spoolid              = s_spool-low&lt;/P&gt;&lt;P&gt;              no_dialog                = ' '&lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;              pdf_bytecount            = lv_numbytes&lt;/P&gt;&lt;P&gt;              btc_jobname              = lv_jobname&lt;/P&gt;&lt;P&gt;              btc_jobcount             = lv_jobcount&lt;/P&gt;&lt;P&gt;            TABLES&lt;/P&gt;&lt;P&gt;              pdf                      = lt_pdf&lt;/P&gt;&lt;P&gt;            EXCEPTIONS&lt;/P&gt;&lt;P&gt;              err_no_otf_spooljob      = 1&lt;/P&gt;&lt;P&gt;              err_no_spooljob          = 2&lt;/P&gt;&lt;P&gt;              err_no_permission        = 3&lt;/P&gt;&lt;P&gt;              err_conv_not_possible    = 4&lt;/P&gt;&lt;P&gt;              err_bad_dstdevice        = 5&lt;/P&gt;&lt;P&gt;              user_cancelled           = 6&lt;/P&gt;&lt;P&gt;              err_spoolerror           = 7&lt;/P&gt;&lt;P&gt;              err_temseerror           = 8&lt;/P&gt;&lt;P&gt;              err_btcjob_open_failed   = 9&lt;/P&gt;&lt;P&gt;              err_btcjob_submit_failed = 10&lt;/P&gt;&lt;P&gt;              err_btcjob_close_failed  = 11&lt;/P&gt;&lt;P&gt;              OTHERS                   = 12.&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        //Transfer the 132 bit strings to 255 bit strings.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          LOOP AT lt_pdf.&lt;/P&gt;&lt;P&gt;            TRANSLATE lt_pdf USING ' ~'.&lt;/P&gt;&lt;P&gt;            CONCATENATE lv_buffer lt_pdf INTO lv_buffer.&lt;/P&gt;&lt;P&gt;          ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          REFRESH lt_objbin.&lt;/P&gt;&lt;P&gt;          CLEAR lw_objbin.&lt;/P&gt;&lt;P&gt;          DO.&lt;/P&gt;&lt;P&gt;            lw_objbin = lv_buffer.&lt;/P&gt;&lt;P&gt;            APPEND lw_objbin TO lt_objbin.&lt;/P&gt;&lt;P&gt;            SHIFT lv_buffer LEFT BY 255 PLACES.&lt;/P&gt;&lt;P&gt;            IF lv_buffer IS INITIAL.&lt;/P&gt;&lt;P&gt;              EXIT.&lt;/P&gt;&lt;P&gt;            ENDIF.&lt;/P&gt;&lt;P&gt;          ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        //Creating the Subject for the email&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          lv_doc_chng-obj_name  = sy-repid.&lt;/P&gt;&lt;P&gt;          lv_doc_chng-obj_descr = 'Remittance Advice'.&lt;/P&gt;&lt;P&gt;          lv_doc_chng-sensitivty = 'O'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          WRITE sy-datum TO lv_date USING EDIT MASK '__/__/____'.&lt;/P&gt;&lt;P&gt;          WRITE sy-uzeit TO lv_time USING EDIT MASK '__:__:__'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CONCATENATE lv_doc_chng-obj_descr '_'&lt;/P&gt;&lt;P&gt;                      lv_date '_'&lt;/P&gt;&lt;P&gt;                      lv_time INTO lv_doc_chng-obj_descr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        //Email Body&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          CLEAR lw_objtxt.&lt;/P&gt;&lt;P&gt;          lw_objtxt = 'Remittance Advice'.&lt;/P&gt;&lt;P&gt;          APPEND lw_objtxt TO lt_objtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CLEAR lw_objtxt.&lt;/P&gt;&lt;P&gt;          CONCATENATE 'Date:' lv_date INTO lw_objtxt SEPARATED BY space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         "Date&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          APPEND lw_objtxt TO lt_objtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CLEAR lw_objtxt.&lt;/P&gt;&lt;P&gt;          CONCATENATE 'Time:' lv_time INTO lw_objtxt SEPARATED BY space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         "Time&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          APPEND lw_objtxt TO lt_objtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          DESCRIBE TABLE lt_objtxt LINES lv_tab_lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CLEAR lw_objtxt.&lt;/P&gt;&lt;P&gt;          READ TABLE lt_objtxt&lt;/P&gt;&lt;P&gt;               INTO lw_objtxt&lt;/P&gt;&lt;P&gt;               INDEX lv_tab_lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        //Fill the Size of the Document&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          lv_doc_chng-doc_size = ( lv_tab_lines - 1 ) * 255 +&lt;/P&gt;&lt;P&gt;                                  STRLEN( lw_objtxt ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        //Create the entry for the Compressed document for Header.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          REFRESH lt_objpack.&lt;/P&gt;&lt;P&gt;          CLEAR lw_objpack.&lt;/P&gt;&lt;P&gt;          lw_objpack-head_start = 1.&lt;/P&gt;&lt;P&gt;          lw_objpack-head_num   = 0.&lt;/P&gt;&lt;P&gt;          lw_objpack-body_start = 1.&lt;/P&gt;&lt;P&gt;          lw_objpack-body_num   = lv_tab_lines.&lt;/P&gt;&lt;P&gt;          lw_objpack-doc_type   = 'RAW'.&lt;/P&gt;&lt;P&gt;          APPEND lw_objpack TO lt_objpack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        //Get the size of the Actual PDF Document&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          CLEAR lv_tab_lines.&lt;/P&gt;&lt;P&gt;          DESCRIBE TABLE lt_objbin LINES lv_tab_lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          lw_objhead = lv_doc_chng-obj_descr.&lt;/P&gt;&lt;P&gt;          APPEND lw_objhead TO lt_objhead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        //Create the entry for the Compressed document for the PDF&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          CLEAR lw_objpack.&lt;/P&gt;&lt;P&gt;          lw_objpack-transf_bin = 'X'.&lt;/P&gt;&lt;P&gt;          lw_objpack-head_start = 1.&lt;/P&gt;&lt;P&gt;          lw_objpack-head_num   = 1.&lt;/P&gt;&lt;P&gt;          lw_objpack-body_start = 1.&lt;/P&gt;&lt;P&gt;          lw_objpack-body_num   = lv_tab_lines.&lt;/P&gt;&lt;P&gt;          lw_objpack-doc_type   = 'PDF'.&lt;/P&gt;&lt;P&gt;          lw_objpack-obj_name   = 'ATTACHMENT'.&lt;/P&gt;&lt;P&gt;          APPEND lw_objpack TO lt_objpack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        //Create the Recipient's Data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          CLEAR lw_reclist.&lt;/P&gt;&lt;P&gt;          REFRESH lt_reclist.&lt;/P&gt;&lt;P&gt;          lw_reclist-receiver = p_mail.&lt;/P&gt;&lt;P&gt;          lw_reclist-rec_type = 'U'.&lt;/P&gt;&lt;P&gt;          APPEND lw_reclist TO lt_reclist.&lt;/P&gt;&lt;P&gt;&lt;/P&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              = lv_doc_chng&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               = lt_objpack&lt;/P&gt;&lt;P&gt;              object_header              = lt_objhead&lt;/P&gt;&lt;P&gt;              contents_bin               = lt_objbin&lt;/P&gt;&lt;P&gt;              contents_txt               = lt_objtxt&lt;/P&gt;&lt;P&gt;              receivers                  = lt_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;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;          &lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;           endif.&amp;lt;/pre&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Aug 14, 2009 5:11 PM - fixed formatting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 14:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971191#M1339283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T14:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail error : SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971192#M1339284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having the same issue, but our BASIS guys closed the incident as they said we should tell them what to correct. Could you tell me if you still remember, what did the BASIS Admin do to solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Iuliana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 08:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971192#M1339284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-31T08:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail error : SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971193#M1339285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Got the same error while attaching file with the mail in ECC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;System error when accessing Knowledge Provider&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I found that DB in DMS server had issue. it has been cleared once I repaired it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;pandiyaraj jayaprakash&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2015 11:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-mail-error-so-document-send-api1/m-p/5971193#M1339285</guid>
      <dc:creator>pandiyarajprakash</dc:creator>
      <dc:date>2015-08-02T11:52:08Z</dc:date>
    </item>
  </channel>
</rss>

