<?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 and Wait in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-and-wait/m-p/3312155#M793289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the address data for the user? Can you add it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2008 15:27:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-06T15:27:02Z</dc:date>
    <item>
      <title>Commit Work and Wait</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-and-wait/m-p/3312154#M793288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a problem which seems to stem from the Commit Work and Wait &lt;/P&gt;&lt;P&gt;command. If I try changing certain quotations using va22 the process &lt;/P&gt;&lt;P&gt;appears to work , however on reopening the quote no changes are made. I &lt;/P&gt;&lt;P&gt;get an error message in the update request sm13 ; ( 01 289: There is no &lt;/P&gt;&lt;P&gt;address data for user KSINCLAIR) [this is the person who originally &lt;/P&gt;&lt;P&gt;created the quote]). I also get this error when using bapi &lt;/P&gt;&lt;P&gt;quotationchange followed by bapi_transaction_commit. The quotation &lt;/P&gt;&lt;P&gt;change is successful but the commit fails hence the changes never get &lt;/P&gt;&lt;P&gt;made. I've spent a considerable amount of time trying to debug to find &lt;/P&gt;&lt;P&gt;this but am not doing too well. Any help or info would be greatly &lt;/P&gt;&lt;P&gt;appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 15:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-and-wait/m-p/3312154#M793288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T15:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work and Wait</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-and-wait/m-p/3312155#M793289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the address data for the user? Can you add it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 15:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-and-wait/m-p/3312155#M793289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work and Wait</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-and-wait/m-p/3312156#M793290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You say the change is succesful and the the commit fails. The way I &lt;/P&gt;&lt;P&gt;understand it, however, the problem is that you change quotations that &lt;/P&gt;&lt;P&gt;have a reference to user KSINCLAIR. Somewhere in the update modules a &lt;/P&gt;&lt;P&gt;check is being performed on address data for user KSINCLAIR, and this &lt;/P&gt;&lt;P&gt;data is not maintained. This leads to an A-message, which rolls back the &lt;/P&gt;&lt;P&gt;complete update and sends the SM13-message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not familiar with Update Modules (V1 updates) in relation &lt;/P&gt;&lt;P&gt;with Commit Work statement, I think you should first read the &lt;/P&gt;&lt;P&gt;documenation on that issue. Basically, what happens is that VA22 calls &lt;/P&gt;&lt;P&gt;function modules that are stored temporarily in an update queue. The &lt;/P&gt;&lt;P&gt;statement COMMIT WORK triggers the execution of these function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 06:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-and-wait/m-p/3312156#M793290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T06:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work and Wait</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-and-wait/m-p/3312157#M793291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reethu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing the same problem while changing PO through Me22n.&lt;/P&gt;&lt;P&gt;Can u please let me know how u have solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;SVS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 09:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-and-wait/m-p/3312157#M793291</guid>
      <dc:creator>SagarSontakke</dc:creator>
      <dc:date>2008-04-21T09:20:40Z</dc:date>
    </item>
  </channel>
</rss>

