<?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: Problem with the function module SO_DOCUMENT_SEND_API1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453579#M1553167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rsconn01 WITH mode EQ 'INT' AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Bad suggestion...you should never assume control of a program like that which does not allow filtering/restrictions within a single program and override any system-wide controls...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Nov 2010 14:52:45 GMT</pubDate>
    <dc:creator>brad_bohn</dc:creator>
    <dc:date>2010-11-23T14:52:45Z</dc:date>
    <item>
      <title>Problem with the function module SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453574#M1553162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the problem wiht the function module SO_DOCUMENT_SEND_API1, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actull requirement is : - i need to send the sap data to my externa mail id (Like as XYZ@) with out the any attachment , So i have implemented the code with the function module SO_DOCUMENT_SEND_API1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mail has successfully sent the sap inbox (SOST) but the mail are not reached to the external mail ID'S( XYZ@GMAIL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i Have maintained my code lines same as below.&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 = wa_doc_data&lt;/P&gt;&lt;P&gt;      put_in_outbox = ca_x&lt;/P&gt;&lt;P&gt;      commit_work   = ca_x&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      packing_list  = tb_packing_list&lt;/P&gt;&lt;P&gt;      contents_txt  = tb_mailbody&lt;/P&gt;&lt;P&gt;      receivers     = tb_receiver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me soultion , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;charan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 07:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453574#M1553162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T07:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the function module SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453575#M1553163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try  put_in_outbox = '  '.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 08:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453575#M1553163</guid>
      <dc:creator>former_member225631</dc:creator>
      <dc:date>2010-11-23T08:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the function module SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453576#M1553164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the Importing parameter "SENDER_ADDRESS_TYPE" value as "SMTP" and also try to handle the Exception parameters of the Function Module and see what is the SY-SUBRC value once Function Module is executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this should resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SRinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 10:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453576#M1553164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T10:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the function module SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453577#M1553165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You need to configure SAPConnect in t-code SCOT. There correct SMTP provider address and port number to be maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jissa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 10:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453577#M1553165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T10:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the function module SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453578#M1553166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u r able to see the email in SOST.And in SOST if u execute that line and the email comes to your mail id.then write the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the FM    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------" /&gt;&lt;P&gt;SUBMIT rsconn01 WITH mode EQ 'INT' AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your issue.&amp;lt;removed by moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Nov 23, 2010 1:00 PM - &lt;STRONG&gt;please do not ask for ...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 11:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453578#M1553166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T11:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the function module SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453579#M1553167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rsconn01 WITH mode EQ 'INT' AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Bad suggestion...you should never assume control of a program like that which does not allow filtering/restrictions within a single program and override any system-wide controls...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 14:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453579#M1553167</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-11-23T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the function module SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453580#M1553168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi charan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  If u r able to see the mail in sost, then i think ur code has worked fine. if the mail is not going to outside domains from sost u need to do some configurations for that, u can find lots of configuration docs regarding mail setup in sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once try to pass below parameter also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_receivers1-rec_type = 'U'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For configuring mail setup u need to sit with ur basis guy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please do not use SMS speak.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Nov 23, 2010 5:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 15:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-module-so-document-send-api1/m-p/7453580#M1553168</guid>
      <dc:creator>former_member538160</dc:creator>
      <dc:date>2010-11-23T15:11:44Z</dc:date>
    </item>
  </channel>
</rss>

