<?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: BAPI_TRANSACTION_COMMIT is not working properly in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053518#M1612037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try refreshing the tables and import export parameters  that you are passing to it after the commit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2011 05:57:59 GMT</pubDate>
    <dc:creator>lijisusan_mathews</dc:creator>
    <dc:date>2011-07-22T05:57:59Z</dc:date>
    <item>
      <title>BAPI_TRANSACTION_COMMIT is not working properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053514#M1612033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In our report , we are calling BAPI_PO_CHANGE which deletes one line item and creates two new line items . After the Bapi we are calling BAPI_TRANSACTION_COMMIT with wait = 'X' . For the first time , the program is working fine . When we come back and call again BAPI_PO_CHANGE , we are getting an error "An error occured when numbering the items" . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i debug the BAPI_PO_CHANGE , there is a table POT with field " ID " . This ID contains 1, 2 ,3 ,4 ..etc for the first time .&lt;/P&gt;&lt;P&gt;When we call again the BAPI_PO_CHANGE , this ID in the POT table contains 115,116,117....etc . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This POT table needs to be refreshed but it is not happening in BAPI_TRANSACTION_COMMIT . How to refresh the POT table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help on this . Thanks in advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Senthil .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 05:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053514#M1612033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-22T05:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT is not working properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053515#M1612034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT is supposed to Commit the changes made. not to refresh the data in BAPI_PO_CHANGE.&lt;/P&gt;&lt;P&gt;You will have to refresh the tables you pass to the bapi_po_change manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 05:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053515#M1612034</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-22T05:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT is not working properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053516#M1612035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.                  BAPI_PO_CREATE1 (To Create a standard Purchase Order)&lt;/P&gt;&lt;P&gt;2.                  BAPI_TRANSACTION_COMMIT (To Commit Work)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 05:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053516#M1612035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-22T05:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT is not working properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053517#M1612036</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; This POT table is inside the BAPI_PO_CHANGE and we dont have any control on that table .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 05:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053517#M1612036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-22T05:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT is not working properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053518#M1612037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try refreshing the tables and import export parameters  that you are passing to it after the commit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 05:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053518#M1612037</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-22T05:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT is not working properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053519#M1612038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Try caling the FM MEPO_DOC_INITIALIZE after commit work or call subroutine PERFORM MEPO_REFRESH(saplmepo).&lt;/P&gt;&lt;P&gt; This refreshes the table pot.&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 06:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-is-not-working-properly/m-p/8053519#M1612038</guid>
      <dc:creator>former_member219399</dc:creator>
      <dc:date>2011-07-22T06:18:41Z</dc:date>
    </item>
  </channel>
</rss>

