<?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: BDC multiple sessions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/9571397#M1755495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned by Arun, &lt;STRONG&gt;BAPI_MATERIAL_SAVEDATA&lt;/STRONG&gt; could be the best choice for your requirement.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_MATERIAL_SAVEDATA - Creation and Updation of the Material Master.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Comparatively this is much faster in execution than that of the BDC and you can process this in the Background at one go without creating multiple sessions.&lt;/P&gt;&lt;P&gt;Also dont forget to use &lt;STRONG&gt;BAPI_TRANSACTION_COMMIT &lt;/STRONG&gt;after the usage of the BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the below link to find the example report for this BAPI.&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/PLM/Example+Report+for+BAPI_MATERIAL_SAVEDATA" title="http://wiki.sdn.sap.com/wiki/display/PLM/Example+Report+for+BAPI_MATERIAL_SAVEDATA"&gt;http://wiki.sdn.sap.com/wiki/display/PLM/Example+Report+for+BAPI_MATERIAL_SAVEDATA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AyyamPerumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Aug 2013 09:57:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-11T09:57:12Z</dc:date>
    <item>
      <title>BDC multiple sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/9571394#M1755492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am uploading material&amp;nbsp; master data using bdc session method.I have a flat file&amp;nbsp; with 10000 records. now i have to create multiple sessions with 2500 records.&amp;nbsp; HOW DO I&amp;nbsp; CREATE 4 SESSIONS?&lt;/P&gt;&lt;P&gt;i am attaching a sample program check it once.and give me any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Aug 2013 09:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/9571394#M1755492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-10T09:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC multiple sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/9571395#M1755493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramakrishna,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You could use &lt;STRONG&gt;BAPI_MATERIAL_SAVEDATA&lt;/STRONG&gt; for your requirement instead of BDC. Its quite simple.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Aug 2013 09:22:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/9571395#M1755493</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-08-10T09:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC multiple sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/9571396#M1755494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur response. but is it possible with session method? if yes what is the logic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2013 06:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/9571396#M1755494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-11T06:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDC multiple sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/9571397#M1755495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned by Arun, &lt;STRONG&gt;BAPI_MATERIAL_SAVEDATA&lt;/STRONG&gt; could be the best choice for your requirement.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_MATERIAL_SAVEDATA - Creation and Updation of the Material Master.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Comparatively this is much faster in execution than that of the BDC and you can process this in the Background at one go without creating multiple sessions.&lt;/P&gt;&lt;P&gt;Also dont forget to use &lt;STRONG&gt;BAPI_TRANSACTION_COMMIT &lt;/STRONG&gt;after the usage of the BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the below link to find the example report for this BAPI.&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/PLM/Example+Report+for+BAPI_MATERIAL_SAVEDATA" title="http://wiki.sdn.sap.com/wiki/display/PLM/Example+Report+for+BAPI_MATERIAL_SAVEDATA"&gt;http://wiki.sdn.sap.com/wiki/display/PLM/Example+Report+for+BAPI_MATERIAL_SAVEDATA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AyyamPerumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2013 09:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/9571397#M1755495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-11T09:57:12Z</dc:date>
    </item>
  </channel>
</rss>

