<?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 Parallel Processing (RSEINB00) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-rseinb00/m-p/6239107#M1381874</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 am trying to achieve parrallel processing for the below scenario:&lt;/P&gt;&lt;P&gt;I am trying to create a child job for processing each file.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if i have 5 files, in this case i will have one Main Job &amp;amp; 5 child Jobs. Apprecaite if anyone has come across such scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Each file can have two types of data. One set of data for trasferring to application server &amp;amp; another set for posting idocs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOOP AT t_files_to_proc INTO wl_files_to_proc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- This perform builds two sets of data  [  Data Set-1 for transferring file onto App Server&lt;/P&gt;&lt;P&gt;*--                                                                 Data Set-2 for posting idocs using RSEINB00     ]&lt;/P&gt;&lt;P&gt;   PERFORM build_table_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- Data Set-1 for transferring file onto App Server&lt;/P&gt;&lt;P&gt; PERFORM transfer_data_to_appserver.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- Data Set-2 for posting idocs using RSEINB00     &lt;/P&gt;&lt;P&gt; PERFORM submit_rseinb00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2009 22:02:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-02T22:02:47Z</dc:date>
    <item>
      <title>Parallel Processing (RSEINB00)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-rseinb00/m-p/6239107#M1381874</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 am trying to achieve parrallel processing for the below scenario:&lt;/P&gt;&lt;P&gt;I am trying to create a child job for processing each file.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if i have 5 files, in this case i will have one Main Job &amp;amp; 5 child Jobs. Apprecaite if anyone has come across such scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Each file can have two types of data. One set of data for trasferring to application server &amp;amp; another set for posting idocs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOOP AT t_files_to_proc INTO wl_files_to_proc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- This perform builds two sets of data  [  Data Set-1 for transferring file onto App Server&lt;/P&gt;&lt;P&gt;*--                                                                 Data Set-2 for posting idocs using RSEINB00     ]&lt;/P&gt;&lt;P&gt;   PERFORM build_table_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- Data Set-1 for transferring file onto App Server&lt;/P&gt;&lt;P&gt; PERFORM transfer_data_to_appserver.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- Data Set-2 for posting idocs using RSEINB00     &lt;/P&gt;&lt;P&gt; PERFORM submit_rseinb00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 22:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-rseinb00/m-p/6239107#M1381874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T22:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing (RSEINB00)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-rseinb00/m-p/6239108#M1381875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is a sample, adapt to your needs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Easily implement parallel processing in online and batch processing |https://wiki.sdn.sap.com/wiki/display/Snippets/Easily&lt;EM&gt;implement&lt;/EM&gt;parallel&lt;EM&gt;processing&lt;/EM&gt;in&lt;EM&gt;online&lt;/EM&gt;and&lt;EM&gt;batch&lt;/EM&gt;processing]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2009 00:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-rseinb00/m-p/6239108#M1381875</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-10-03T00:01:03Z</dc:date>
    </item>
  </channel>
</rss>

