<?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 Rollback work  not working .. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182528#M999787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use rollback work for multiple records of an XL file . &lt;/P&gt;&lt;P&gt;In one record there are multiple uploads .(That mean multiple roll back ) but its working fine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I add more records to the XL sheet nothing is getting roll back . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FM 'HR_INFOTYPE_OPERATIONS'.&lt;/P&gt;&lt;P&gt;there is an option of No commit in the FM which is also doing the same thing (rollback work). but even that is not working . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest what may be the problem . &lt;/P&gt;&lt;P&gt;thanks in advance . &lt;/P&gt;&lt;P&gt;Naval&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2008 02:27:45 GMT</pubDate>
    <dc:creator>Naval_bhatt</dc:creator>
    <dc:date>2008-07-24T02:27:45Z</dc:date>
    <item>
      <title>Rollback work  not working ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182528#M999787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use rollback work for multiple records of an XL file . &lt;/P&gt;&lt;P&gt;In one record there are multiple uploads .(That mean multiple roll back ) but its working fine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I add more records to the XL sheet nothing is getting roll back . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FM 'HR_INFOTYPE_OPERATIONS'.&lt;/P&gt;&lt;P&gt;there is an option of No commit in the FM which is also doing the same thing (rollback work). but even that is not working . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest what may be the problem . &lt;/P&gt;&lt;P&gt;thanks in advance . &lt;/P&gt;&lt;P&gt;Naval&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 02:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182528#M999787</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2008-07-24T02:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback work  not working ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182529#M999788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What operation are you doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also put a breakpoint - At statement ---&amp;gt; Commit work.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you are not doing any commit, in between each calls. You cannot rollback once commit work is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 03:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182529#M999788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T03:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback work  not working ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182530#M999789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naval,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I think you might have performed COMMIT already. Once commit is done you cannot ROLLBACK. Check for this once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 04:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182530#M999789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T04:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback work  not working ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182531#M999790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After you have performed the database COMMIT WORK you cannot perform ROLLBACK WORK.Could you please paste your code so that we can check it out and give suggestions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 04:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182531#M999790</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2008-07-24T04:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback work  not working ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182532#M999791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first i am doing rollback work . for one record of xl sheet &lt;/P&gt;&lt;P&gt;and then I am doing commit work for other record .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 04:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182532#M999791</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2008-07-24T04:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback work  not working ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182533#M999792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HR_INFOTYPE_OPERATION uses the HR buffer, so when you do a commit, it will commit everything in the buffer. also the previous records which were not supposed to be commited. I dont think you can do it in one loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 04:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182533#M999792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T04:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback work  not working ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182534#M999793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no i am not doing it in a loop ..so if i use the &lt;/P&gt;&lt;P&gt;FM     'HR_PSBUFFER_INITIALIZE' .&lt;/P&gt;&lt;P&gt;at the end of the loop (for one record ) after roll back work &lt;/P&gt;&lt;P&gt;it should refresh the buffer . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then it should work ??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not working ... ? &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 05:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182534#M999793</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2008-07-24T05:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback work  not working ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182535#M999794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM 'HR_PSBUFFER_INITIALIZE' .&lt;/P&gt;&lt;P&gt;after roll back work &lt;/P&gt;&lt;P&gt;it will refresh the buffer . so the next commit statement wont consider the record you have rolled back ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 02:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work-not-working/m-p/4182535#M999794</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2008-07-25T02:32:29Z</dc:date>
    </item>
  </channel>
</rss>

