<?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: Difference between FMs SO_NEW_DOCUMENT_SEND_API1 and SO_DOCUMENT_SEND_API1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514652#M1067603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the first one&lt;/P&gt;&lt;P&gt;it will be best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 08:28:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T08:28:57Z</dc:date>
    <item>
      <title>Difference between FMs SO_NEW_DOCUMENT_SEND_API1 and SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514648#M1067599</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;&lt;/P&gt;&lt;P&gt;I need to send an email throufh SAP report without any attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest which one to go for among the below two function modules:&lt;/P&gt;&lt;P&gt;1. SO_NEW_DOCUMENT_SEND_API1&lt;/P&gt;&lt;P&gt;2. SO_DOCUMENT_SEND_API1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice at the earliest as this is very important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, guide me with soem t-codes that help in sending and tracking emails that are being sent. (for eg: SOST, SCOT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Namrata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 07:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514648#M1067599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T07:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between FMs SO_NEW_DOCUMENT_SEND_API1 and SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514649#M1067600</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;&lt;/P&gt;&lt;P&gt;You  can use second FM for with out sending Attachemenmts.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="411531"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="411389"&gt;&lt;/A&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;jana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 07:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514649#M1067600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T07:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between FMs SO_NEW_DOCUMENT_SEND_API1 and SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514650#M1067601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SO_DOCUMENT_SEND_API1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module enables you send a new document including any existing attachments. The document and the attachments are transferred in the same table. They are created when sent and can also be placed in the sender's outbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is necessary to distinguish between the document and its folder entries. The document itself only exists in the database once. It is a template for the folder entries and can be addressed via its object ID. Any number of folder entries can belong to the document. The folder entries contain the attributes of the document as well as some additional attributes relating to the folder entry itself. (Send priority and expiry date of the entry, for example.) Folder entries are created when a document is resubmitted, referenced or sent as well as when a new document is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO_NEW_DOCUMENT_SEND_API1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module enables you to send a new document, which has not yet been created, internally and externally. During the send process the document is created, along with the attributes and content that are to be transferred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOST : You can track the mails which are fired from SAP system.&lt;/P&gt;&lt;P&gt;SCOT : Mail server and port configuration and its done by BASIS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 07:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514650#M1067601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T07:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between FMs SO_NEW_DOCUMENT_SEND_API1 and SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514651#M1067602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Naresh for an instant reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you also suggest which one to go in for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Namrata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 08:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514651#M1067602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T08:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between FMs SO_NEW_DOCUMENT_SEND_API1 and SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514652#M1067603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the first one&lt;/P&gt;&lt;P&gt;it will be best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 08:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514652#M1067603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T08:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between FMs SO_NEW_DOCUMENT_SEND_API1 and SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514653#M1067604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just want to confirm which FM are you refering to; is it SO_NEW_DOCUMENT_SEND_API1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please revert at the earliest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Namrata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 08:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514653#M1067604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T08:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between FMs SO_NEW_DOCUMENT_SEND_API1 and SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514654#M1067605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi namarata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto transaction &lt;STRONG&gt;se37&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)SO_NEW_DOCUMENT_SEND_API1&lt;/P&gt;&lt;P&gt;2)SO_DOCUMENT_SEND_API1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the function module documentation given.&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;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 08:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514654#M1067605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T08:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between FMs SO_NEW_DOCUMENT_SEND_API1 and SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514655#M1067606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use any of the two FMs: SO_NEW_DOCUMENT_SEND_API1 &amp;amp; SO_DOCUMENT_SEND_API1 to send email without an attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-fms-so-new-document-send-api1-and-so-document-send-api1/m-p/4514655#M1067606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T12:12:47Z</dc:date>
    </item>
  </channel>
</rss>

