<?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_USER_CREATE1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-user-create1/m-p/2746697#M638564</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;Are you using the BAPI_TRANSACTION_COMMIT function module after each BAPI_USER_CREATE1 call?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might try out to use the BAPI_TRANSACTION_COMMIT with the wait = 'X' parameter also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The creation time should be a bit lower, but constant for each user...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2007 08:08:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-11T08:08:15Z</dc:date>
    <item>
      <title>Performance problem with BAPI_USER_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-user-create1/m-p/2746696#M638563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've been given the task to create a large (50000+) user in a sap R/3 system, using info from another system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program is working fine, up to a point : on a small number of user, the program works flawlessly. However, on a large number, it begin to slow after 200 user, and after 800 user create, it takes nearly 1 minute to create a new user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal table are freed whenever its possible. No append are done on such table : they are allocated at the start of the program. i can't seem to find what's the problem on this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using BAPI_USER_CREATE1 to create these user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doe anyone have a suggestion on this subject ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 08:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-user-create1/m-p/2746696#M638563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T08:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with BAPI_USER_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-user-create1/m-p/2746697#M638564</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;Are you using the BAPI_TRANSACTION_COMMIT function module after each BAPI_USER_CREATE1 call?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might try out to use the BAPI_TRANSACTION_COMMIT with the wait = 'X' parameter also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The creation time should be a bit lower, but constant for each user...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 08:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-user-create1/m-p/2746697#M638564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T08:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with BAPI_USER_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-user-create1/m-p/2746698#M638565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot. we where not aware of this bapi... it works perfectly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually, by calling it only every 25 creation or so, we will limit the small hit we took for each user, but this will be done only if there a optimisation need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again for the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 10:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-user-create1/m-p/2746698#M638565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T10:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with BAPI_USER_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-user-create1/m-p/2746699#M638566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to SAP. As a matter of fact, I have only completed the SAP - Programming last month. At the moment, I am still learning the new SAP stuff. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SAP admin has given me a task (to create a large no of users) from an excel spread sheet - The task is mimilar to yours. I am wondering if you don't mind - Could I have a copy of your program So I can learn the way you do it - I will be very much appreciated if you could send me a copy. my email address is "liem_van_duong@leaseplan.com.au" - Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 01:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-bapi-user-create1/m-p/2746699#M638566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T01:12:27Z</dc:date>
    </item>
  </channel>
</rss>

