<?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: Parallel processing in background using Job scheduling... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583787#M263219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your approach can be called parallel processing (because you use several sessions) and you won't have lock problems based on this technic.&lt;/P&gt;&lt;P&gt;MM01 is a creation, only some number ranges might be locked - but that's the same with RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm more wondering that MM01 is BDC-compatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to be faster, use BAPI_STANDARDMATERIAL_CREATE or IDOC MATMAS0x (x depending on your release). Especially with IDOC you can have a massive parallel execution by a standard report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 15:03:37 GMT</pubDate>
    <dc:creator>christian_wohlfahrt</dc:creator>
    <dc:date>2006-10-12T15:03:37Z</dc:date>
    <item>
      <title>Parallel processing in background using Job scheduling...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583781#M263213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Note: Please understand my question completely before redirecting me to parallel processing links in sdn. I hve gone through most of them.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi ABAP Gurus,&lt;/P&gt;&lt;P&gt;I have read a bit till now about parallel processing. But I have a doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on data transfer of around 5 million accounting records from lagacy to R/3 using Batch input recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if these all records reside in one flat file and if I then process that flat file in my batch input program, I guess it will take days to do it. So my boss suggested &lt;/P&gt;&lt;P&gt;to use parallel processing in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, from the SDN threads, it seems that we have to create a Remote enabled function module for it and stuf....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have a different idea. I thought to dividE these 5 million records in 10 flat files instead of just one and then to run the Custom BDC program with 10 instances which will process 10 flat files in background using Job scheduling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be also called parallel processing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this sounds wise to you guys...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 13:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583781#M263213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T13:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing in background using Job scheduling...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583782#M263214</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;This would not be parallel processing because there might be locks and other for the same program.&lt;/P&gt;&lt;P&gt;So you will not be able to do parallel processing with the same custom BDC because there will be a lot of errors due to locks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 13:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583782#M263214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T13:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing in background using Job scheduling...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583783#M263215</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;It probably will work OK...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with 3-5 running at the same time to see if LOCKS and/or concurrent processing are issues...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sucessfully used this concurrent processing technique for BDC's...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 14:02:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583783#M263215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing in background using Job scheduling...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583784#M263216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply...&lt;/P&gt;&lt;P&gt;So what do you suggest how can I use Parallel procesisng for transferring 5 million records which is present in one flat file using custom BDC.?&lt;/P&gt;&lt;P&gt;I am posting my custom BDC code for million record transfer as follows (This code is for creation of material master using BDC.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZMMI_MATERIAL_MASTER_TEST&lt;/P&gt;&lt;P&gt;      no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: dataset(132) lower case default&lt;/P&gt;&lt;P&gt;                             '/tmp/testmatfile.txt'.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;   DO NOT CHANGE - the generated data section - DO NOT CHANGE    ***&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  If it is nessesary to change the data section use the rules:&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  1.) Each definition of a field exists of two lines&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  2.) The first line shows exactly the comment&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      '* data element: ' followed with the data element&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      which describes the field.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      If you don't have a data element use the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      comment without a data element name&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  3.) The second line shows the fieldname of the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      structure, the fieldname must consist of&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      a fieldname and optional the character '_' and&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      three numbers and the field length in brackets&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  4.) Each field must be type C.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Generated data section with specific formatting - DO NOT CHANGE  ***&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;data: begin of record,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: MATNR&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       MATNR_001(018),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: MBRSH&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       MBRSH_002(001),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: MTART&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       MTART_003(004),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: XFELD&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       KZSEL_01_004(001),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: MAKTX&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       MAKTX_005(040),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: MEINS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       MEINS_006(003),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: MATKL&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       MATKL_007(009),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: BISMT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       BISMT_008(018),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: EXTWG&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       EXTWG_009(018),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: SPART&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       SPART_010(002),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: PRODH_D&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       PRDHA_011(018),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: MTPOS_MARA&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       MTPOS_MARA_012(004),&lt;/P&gt;&lt;P&gt;     end of record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lw_record(200).&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;End generated data section ***&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of t_data occurs 0,&lt;/P&gt;&lt;P&gt;      matnr(18),&lt;/P&gt;&lt;P&gt;      mbrsh(1),&lt;/P&gt;&lt;P&gt;      mtart(4),&lt;/P&gt;&lt;P&gt;      maktx(40),&lt;/P&gt;&lt;P&gt;      meins(3),&lt;/P&gt;&lt;P&gt;      matkl(9),&lt;/P&gt;&lt;P&gt;      bismt(18),&lt;/P&gt;&lt;P&gt;      extwg(18),&lt;/P&gt;&lt;P&gt;      spart(2),&lt;/P&gt;&lt;P&gt;      prdha(18),&lt;/P&gt;&lt;P&gt;      MTPOS_MARA(4),&lt;/P&gt;&lt;P&gt;    end of t_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_dataset using dataset.&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*read dataset dataset into record.&lt;/P&gt;&lt;P&gt;read dataset dataset into lw_record.&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt; clear t_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; split lw_record&lt;/P&gt;&lt;P&gt;   at ','&lt;/P&gt;&lt;P&gt; into t_data-matnr&lt;/P&gt;&lt;P&gt;      t_data-mbrsh&lt;/P&gt;&lt;P&gt;      t_data-mtart&lt;/P&gt;&lt;P&gt;      t_data-maktx&lt;/P&gt;&lt;P&gt;      t_data-meins&lt;/P&gt;&lt;P&gt;      t_data-matkl&lt;/P&gt;&lt;P&gt;      t_data-bismt&lt;/P&gt;&lt;P&gt;      t_data-extwg&lt;/P&gt;&lt;P&gt;      t_data-spart&lt;/P&gt;&lt;P&gt;      t_data-prdha&lt;/P&gt;&lt;P&gt;      t_data-MTPOS_MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; append t_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt; exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*if sy-subrc &amp;lt;&amp;gt; 0. exit. endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '0060'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                             'RMMG1-MATNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                             '=AUSW'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMMG1-MATNR'&lt;/P&gt;&lt;P&gt;                             t_data-MATNR.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMMG1-MBRSH'&lt;/P&gt;&lt;P&gt;                             t_data-MBRSH.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMMG1-MTART'&lt;/P&gt;&lt;P&gt;                             t_data-MTART.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '0070'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                             'MSICHTAUSW-DYTXT(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                             '=ENTR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(01)'&lt;/P&gt;&lt;P&gt;                             'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4004'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                             '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                             t_data-MAKTX.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                             'MARA-PRDHA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                             t_data-MEINS.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MATKL'&lt;/P&gt;&lt;P&gt;                             t_data-MATKL.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-BISMT'&lt;/P&gt;&lt;P&gt;                             t_data-BISMT.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-EXTWG'&lt;/P&gt;&lt;P&gt;                             t_data-EXTWG.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-SPART'&lt;/P&gt;&lt;P&gt;                             t_data-SPART.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-PRDHA'&lt;/P&gt;&lt;P&gt;                             t_data-PRDHA.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MTPOS_MARA'&lt;/P&gt;&lt;P&gt;                             t_data-MTPOS_MARA.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLSPO1' '0300'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                             '=YES'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'MM01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;*enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;perform close_dataset using dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 14:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583784#M263216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T14:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing in background using Job scheduling...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583785#M263217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming that concurrent processing i.e batch scheduling is not possible to process 5 million records divided in 10 different flat files using 10 instances of same custom BDC due to lock errors, can someone suggest me how do I modify my above attached BDC code to tranfer 5 million records using parallel procesisng...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 14:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583785#M263217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T14:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing in background using Job scheduling...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583786#M263218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;#146;m not sure if your approach (splitting file into multiple chunks) is the better than true parallel processing.  But if you want to try parallel processing, here&amp;#146;s what I would suggest &amp;#150; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create RFC-enabled function module Z_CALL_MM01.  In the FM, you would have just the call transaction to 'MM01' using itab...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program, you would have -- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While EOF is not true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Read input &lt;/P&gt;&lt;P&gt;    Populate BDC itab&lt;/P&gt;&lt;P&gt;    Call function Z_CALL_MM01 starting new task xxxx&lt;/P&gt;&lt;P&gt;      Destination in group yyyy&lt;/P&gt;&lt;P&gt;      Performing &amp;#133;. On end of task&lt;/P&gt;&lt;P&gt;      Exporting&amp;#133;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Clear BDC itab (for the next task)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endwhile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 14:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583786#M263218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T14:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing in background using Job scheduling...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583787#M263219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your approach can be called parallel processing (because you use several sessions) and you won't have lock problems based on this technic.&lt;/P&gt;&lt;P&gt;MM01 is a creation, only some number ranges might be locked - but that's the same with RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm more wondering that MM01 is BDC-compatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to be faster, use BAPI_STANDARDMATERIAL_CREATE or IDOC MATMAS0x (x depending on your release). Especially with IDOC you can have a massive parallel execution by a standard report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583787#M263219</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-10-12T15:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing in background using Job scheduling...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583788#M263220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Christian. With such a large volume of data you are starting off on the wrong foot if you choose BDC. Go the BAPI or IDOC route both of which offer better performance and parallel processing opportunities.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583788#M263220</guid>
      <dc:creator>former_member378318</dc:creator>
      <dc:date>2006-10-12T15:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing in background using Job scheduling...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583789#M263221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you tell me why you are using batch-input recording for your data trnasfer from legacy and not data transfer workbench. I believe SAP uses direct input vs batch-input in data transfer workbench for material master.&lt;/P&gt;&lt;P&gt;I would check the following in SAP online help :&lt;/P&gt;&lt;P&gt;LO Material Master Data: Data Transfer Workbench (or check the program rmdatind). As an option - you can check LSMW tool which can do some data comversion during transfer (LSMW - Legacy System Migration Workbench).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a good article about LSMW in SAP Professiona Journal back in 2003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe data transfer workbench allows you to skip creation of change documents which can help with runtime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background-using-job-scheduling/m-p/1583789#M263221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:33:44Z</dc:date>
    </item>
  </channel>
</rss>

