<?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: Error(User already proceesing doc while changing PO using BAPI_PO_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-user-already-proceesing-doc-while-changing-po-using-bapi-po-change/m-p/6641473#M1443511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Pass the 'X' to WAIT parameter for "bapi_transaction_commit" bapi.&lt;/P&gt;&lt;P&gt; This should resolve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinakar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 12:07:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-22T12:07:55Z</dc:date>
    <item>
      <title>Error(User already proceesing doc while changing PO using BAPI_PO_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-user-already-proceesing-doc-while-changing-po-using-bapi-po-change/m-p/6641472#M1443510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                     I am using BAPI_PO_CHANGE, TO CHANGE fields at item level( before it i am un releasing the PO) in a loop endloop . Here i am facing a problem. When i execute the program in background , My first PO is changed succesfully, from  the second PO onwards i am getting a messge 'User(MYSELF) already processing PO' and the changes are not being performed in PO.   i am using BAPI_TRANSACTION_COMMIT also.How can i over come this problem and succesfully change POs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 09:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-user-already-proceesing-doc-while-changing-po-using-bapi-po-change/m-p/6641472#M1443510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T09:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error(User already proceesing doc while changing PO using BAPI_PO_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-user-already-proceesing-doc-while-changing-po-using-bapi-po-change/m-p/6641473#M1443511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Pass the 'X' to WAIT parameter for "bapi_transaction_commit" bapi.&lt;/P&gt;&lt;P&gt; This should resolve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinakar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 12:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-user-already-proceesing-doc-while-changing-po-using-bapi-po-change/m-p/6641473#M1443511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T12:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error(User already proceesing doc while changing PO using BAPI_PO_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-user-already-proceesing-doc-while-changing-po-using-bapi-po-change/m-p/6641474#M1443512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While calling BAPI_TRANSACTION_COMMT, pass &lt;STRONG&gt;WAIT = 'X'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to refresh all the internal tables properly inside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 15:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-user-already-proceesing-doc-while-changing-po-using-bapi-po-change/m-p/6641474#M1443512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T15:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error(User already proceesing doc while changing PO using BAPI_PO_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-user-already-proceesing-doc-while-changing-po-using-bapi-po-change/m-p/6641475#M1443513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    I am passing WAIT = 'X' and refreshing all internal tables, but still i am facing the same problem. As you know i am doing this in a loop, for the first record it is fine, but fromsecond record changes are being stopped by giving an error message User already processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 04:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-user-already-proceesing-doc-while-changing-po-using-bapi-po-change/m-p/6641475#M1443513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-23T04:45:49Z</dc:date>
    </item>
  </channel>
</rss>

