<?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: COMMIT_WORK in FM, SO_DOCUMENT_SEND_API1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248447#M1383298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is already solved. I use an alternative solution not this FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2010 03:59:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-02T03:59:47Z</dc:date>
    <item>
      <title>COMMIT_WORK in FM, SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248444#M1383295</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;I use this FM to send e-mail in VA01 for a certain output type. I passed a parameter, COMMIT_WORK with an 'X'. But then when creating sales order upon saving, i got an update terminate. Studying the dump error, it is an error of COMMIT_IN_POSTING. The error explains that is is the invalid commit_work in an update function module. This function module is SO_DOCUMENT_SEND_API1. When I tried to delete the parameter, COMMIT_WORK, i can save the order but then cannot send the e-mail when executing the output type to send e-mail. But the message to be sent is still no entry in queue when checking in transaction SOST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in analyzing the cause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 03:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248444#M1383295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T03:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT_WORK in FM, SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248445#M1383296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove commit and use this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT rsconn01 WITH mode = 'INT'
                WITH output = 'X'
                AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;[Send external email from within ABAP program |http://wiki.sdn.sap.com/wiki/x/-dc]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 03:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248445#M1383296</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-10-09T03:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT_WORK in FM, SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248446#M1383297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the tip but then I still got a dump, POSTING_ILLEGAL_STATEMENT because of the submit syntax. I put this FM inside a print program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 03:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248446#M1383297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T03:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT_WORK in FM, SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248447#M1383298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is already solved. I use an alternative solution not this FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 03:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248447#M1383298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T03:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT_WORK in FM, SO_DOCUMENT_SEND_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248448#M1383299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please provide the alternate solution that you have used? Is it through BCS API&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 09:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-fm-so-document-send-api1/m-p/6248448#M1383299</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2011-02-22T09:59:01Z</dc:date>
    </item>
  </channel>
</rss>

