<?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 Difference between COMMITTED and COMPLETED? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-committed-and-completed/m-p/11231571#M1912256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. let us know what is the difference between the workflow statuses COMMITTED and COMPLETED because I'm trying to complete the status programmatically of a work item by calling FM &lt;EM&gt;SAP_WAPI_WORKITEM_COMPLETE&lt;/EM&gt;, also tried with &lt;EM&gt;SAP_WAPI_SET_WORKITEM_STATUS&lt;/EM&gt; but when I checked the SWI1 tx am seeing changed status as COMMITTED, but we are expected it as COMPLETED&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Aug 2015 04:29:47 GMT</pubDate>
    <dc:creator>former_member194142</dc:creator>
    <dc:date>2015-08-26T04:29:47Z</dc:date>
    <item>
      <title>Difference between COMMITTED and COMPLETED?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-committed-and-completed/m-p/11231571#M1912256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. let us know what is the difference between the workflow statuses COMMITTED and COMPLETED because I'm trying to complete the status programmatically of a work item by calling FM &lt;EM&gt;SAP_WAPI_WORKITEM_COMPLETE&lt;/EM&gt;, also tried with &lt;EM&gt;SAP_WAPI_SET_WORKITEM_STATUS&lt;/EM&gt; but when I checked the SWI1 tx am seeing changed status as COMMITTED, but we are expected it as COMPLETED&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 04:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-committed-and-completed/m-p/11231571#M1912256</guid>
      <dc:creator>former_member194142</dc:creator>
      <dc:date>2015-08-26T04:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between COMMITTED and COMPLETED?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-committed-and-completed/m-p/11231572#M1912257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Apparently you have to execute the FM twice for it to change from COMMITTED to COMPLETED.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please try calling the SAP_WAPI_WORKITEM_COMPLETE function module again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;You can use the example in the thread below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="415181" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="FORMABSENC approval by RFC?" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 04:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-committed-and-completed/m-p/11231572#M1912257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-26T04:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between COMMITTED and COMPLETED?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-committed-and-completed/m-p/11231573#M1912258</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;In a workflow, when the checkbox 'Confirm end of processing' is set, then the status of workitem first gets set to COMMITTED. And only when the decision is confirmed, it gets set to COMPLETED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, please check in your workflow, if the checkbox 'Confirm end of processing' is checked or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is checked, then after calling the function module you mentioned, please try calling FM 'SAP_WAPI_WORKITEM_CONFIRM' to confirm it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 21:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-committed-and-completed/m-p/11231573#M1912258</guid>
      <dc:creator>Richa_Gupta</dc:creator>
      <dc:date>2015-08-26T21:36:04Z</dc:date>
    </item>
  </channel>
</rss>

