<?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 Regarding LSMW Performance Tuning in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961454#M1337712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing one problem. I have created one LSMW for upload data in Logistc view for Article master in MM42. I have to upload around 30,000 article, but the LSMW is taking very much time ..more than 18 hrs. Is there any method to fine tuned it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried to divide the total records in 3 files and run the session in parallel. Again it's giviing error in uploading some article data...which if I run in a separate session..i m not getting any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any techincal reason why we cannot process session in parallel as there are different artilce no in file??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 05:53:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-10T05:53:32Z</dc:date>
    <item>
      <title>Regarding LSMW Performance Tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961454#M1337712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing one problem. I have created one LSMW for upload data in Logistc view for Article master in MM42. I have to upload around 30,000 article, but the LSMW is taking very much time ..more than 18 hrs. Is there any method to fine tuned it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried to divide the total records in 3 files and run the session in parallel. Again it's giviing error in uploading some article data...which if I run in a separate session..i m not getting any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any techincal reason why we cannot process session in parallel as there are different artilce no in file??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 05:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961454#M1337712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T05:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding LSMW Performance Tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961455#M1337713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Which method did you used in creation of retail material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to use "Business object Method (BAPI) " to create a retail material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_RETAILMATERIAL_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 06:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961455#M1337713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T06:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding LSMW Performance Tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961456#M1337714</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 used Recording method and it was for updating the Logistic-Dc view data for MM42. for 25k records it's taking more than 18 hrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 12:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961456#M1337714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding LSMW Performance Tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961457#M1337715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Through LSMW, normally I use ARTMAS idoc to update articles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 03:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961457#M1337715</guid>
      <dc:creator>WenC</dc:creator>
      <dc:date>2009-08-11T03:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding LSMW Performance Tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961458#M1337716</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;You can use the FM BAPI_MATERIAL_MAINTAINDATA_RT. It is pretty fast to extend to DC and stores too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chenna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 19:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-performance-tuning/m-p/5961458#M1337716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T19:24:54Z</dc:date>
    </item>
  </channel>
</rss>

