<?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: Performance problem with BAPI_0050_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-0050-create/m-p/1595803#M267655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error/return message are you getting for the remaining four records? You may want to pass parameter WAIT = X when your call the BAPI COMMIT function module in case you have some kind of lock contentions from the previous call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 19:24:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-12T19:24:34Z</dc:date>
    <item>
      <title>Performance problem with BAPI_0050_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-0050-create/m-p/1595802#M267654</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;I encounter a problem which i do not know how to solve it. I am calling BAPI_0050_CREATE function module to create the document for budget. In the internal table, i have 5 record, for each of the record in the internal table, i will call this function module once. after executing the program, only the first record has the document being created successfully but the rest of the record will not be able to create. after calling the BAPI_0050_CREATE function module, i also call the BAPI_TRANSACTION_COMMIT function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone who can suggest me a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Xiu Lian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 04:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-0050-create/m-p/1595802#M267654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T04:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with BAPI_0050_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-0050-create/m-p/1595803#M267655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error/return message are you getting for the remaining four records? You may want to pass parameter WAIT = X when your call the BAPI COMMIT function module in case you have some kind of lock contentions from the previous call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 19:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-0050-create/m-p/1595803#M267655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T19:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with BAPI_0050_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-0050-create/m-p/1595804#M267656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to call BAPI_TRANSACTION_COMMIT once for each call to BAPI_0050_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 19:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-0050-create/m-p/1595804#M267656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T19:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with BAPI_0050_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-0050-create/m-p/1595805#M267657</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;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;         WAIT    = 'X'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;         RETURN  = X_RETURN          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 19:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-0050-create/m-p/1595805#M267657</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-12T19:55:59Z</dc:date>
    </item>
  </channel>
</rss>

