<?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 Problem in changing PR using BAPI With Error User already processing  PR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668225#M1447386</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;                      When i am using BAPI_PR_CHANGE,  to change PR . Since i have many number of PRs to be changed in , i am running the program in background . Issue now is that i am getting already PR is been changed (processed) by User(myself), so changes cannot be made and stooping the process of change. I am using  BAPI_TRANSACTION_COMMIT with WAIT also. but i coukd not change the PR in background. How can i over come this problem? How the lock entries shall be removed fast so that next PR is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Mar 2010 08:45:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-05T08:45:05Z</dc:date>
    <item>
      <title>Problem in changing PR using BAPI With Error User already processing  PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668225#M1447386</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;                      When i am using BAPI_PR_CHANGE,  to change PR . Since i have many number of PRs to be changed in , i am running the program in background . Issue now is that i am getting already PR is been changed (processed) by User(myself), so changes cannot be made and stooping the process of change. I am using  BAPI_TRANSACTION_COMMIT with WAIT also. but i coukd not change the PR in background. How can i over come this problem? How the lock entries shall be removed fast so that next PR is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 08:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668225#M1447386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T08:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in changing PR using BAPI With Error User already processing  PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668226#M1447387</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;What you can do is through yur program ENQUEUE the pr then used bapi (along with commit)and then DEQUEUE the PR.&lt;/P&gt;&lt;P&gt;This way yur locking problem will not come.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hiren K.Chitalia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 09:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668226#M1447387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T09:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in changing PR using BAPI With Error User already processing  PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668227#M1447388</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;that's really weird. You get a lock only for particular PR, so when you process multiple PRs you shouldn't have any problems. What exactly do you do with PRs? BTW you can see current lock in SM12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 09:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668227#M1447388</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-03-05T09:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in changing PR using BAPI With Error User already processing  PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668228#M1447389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not the problem with particular PR, Only first PR is being changed succesfully, from second PR , thought it get unreleased, its not able to change, saying user(myself) already processing PR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 11:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668228#M1447389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T11:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in changing PR using BAPI With Error User already processing  PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668229#M1447390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyway BAPI is going to take care of locking  and unlocking as i am using bapi commit. Is there any need of me externally use enqeue and deqeue .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 12:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668229#M1447390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T12:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in changing PR using BAPI With Error User already processing  PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668230#M1447391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kiran, one bad question, but like it happens at times, have you left one of the PRs open in any of your sessions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 13:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668230#M1447391</guid>
      <dc:creator>vimalv</dc:creator>
      <dc:date>2010-03-05T13:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in changing PR using BAPI With Error User already processing  PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668231#M1447392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No i did not do that, i am out of all PR transactions, before executing the back ground program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 13:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668231#M1447392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T13:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in changing PR using BAPI With Error User already processing  PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668232#M1447393</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;do you run it in test run? If yes, then have you checked Note 1333005?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 20:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668232#M1447393</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-03-05T20:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in changing PR using BAPI With Error User already processing  PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668233#M1447394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not test running it. i used in the program to change PR items&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Mar 2010 04:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668233#M1447394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-06T04:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in changing PR using BAPI With Error User already processing  PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668234#M1447395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One bad question. Are you refreshing all the internal tables properly inside the loop? Can you send us your code?&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>Sat, 06 Mar 2010 15:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-changing-pr-using-bapi-with-error-user-already-processing-pr/m-p/6668234#M1447395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-06T15:16:56Z</dc:date>
    </item>
  </channel>
</rss>

