<?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 Creating Multiple Batch input session in LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-batch-input-session-in-lsmw/m-p/6895652#M1480606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me first brief my requirement - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Material Master Loading we have some LSMW. Now in input file we have huge record count. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result it is taking some time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to split the file into some chunk of 50K let us assume and create N numbers of sessions of 50K. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One approach - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We can split file into multiple 50K files. &lt;/P&gt;&lt;P&gt;2. We can read whole file into LSMW and Split into 50K chunk and create session for each. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Can any one please let me know how I can achive the split of File into 50 K and create multiple batch input sessions in LSMW? &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;- Dipankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 May 2010 15:00:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-04T15:00:20Z</dc:date>
    <item>
      <title>Creating Multiple Batch input session in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-batch-input-session-in-lsmw/m-p/6895652#M1480606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me first brief my requirement - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Material Master Loading we have some LSMW. Now in input file we have huge record count. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result it is taking some time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to split the file into some chunk of 50K let us assume and create N numbers of sessions of 50K. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One approach - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We can split file into multiple 50K files. &lt;/P&gt;&lt;P&gt;2. We can read whole file into LSMW and Split into 50K chunk and create session for each. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Can any one please let me know how I can achive the split of File into 50 K and create multiple batch input sessions in LSMW? &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;- Dipankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 15:00:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-batch-input-session-in-lsmw/m-p/6895652#M1480606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-04T15:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Multiple Batch input session in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-batch-input-session-in-lsmw/m-p/6895653#M1480607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Why are you not using teh IDoc method ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 18:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-batch-input-session-in-lsmw/m-p/6895653#M1480607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-04T18:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Multiple Batch input session in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-batch-input-session-in-lsmw/m-p/6895654#M1480608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that whatever solution you'll use it will be a kind of &lt;EM&gt;manual&lt;/EM&gt; approach. I.e. due to the several steps executed in LSMW, i.e. usually for reading, converting and then processing data, I don't see that you can easily automate the splitting using just LSMW (unless you have some wrapper program that executes those different steps).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I don't quite understand why you don't want to use the default parameter for &lt;EM&gt;transaction count&lt;/EM&gt; that is present in the &lt;EM&gt;read program&lt;/EM&gt; or &lt;EM&gt;conversion program&lt;/EM&gt;. So if that's not sufficient maybe you should explain in more detail what you're exactly doing in your LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you're concerned about performance, is there a reason why you're not using the &lt;EM&gt;direct input&lt;/EM&gt; method as offered by RMDATIND?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 00:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-batch-input-session-in-lsmw/m-p/6895654#M1480608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T00:06:35Z</dc:date>
    </item>
  </channel>
</rss>

