<?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/3743864#M900815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sidharth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  First try and find out a way to find the record count in your code, and then check for a condition, such that a flag is set for the case where when the count reaches (400*n) times where n is the variable taking values 1,2,3,.... so on. When the faleg is set, take a new group to generate a new session. In this way you can generate as many sessions as you want depending on the number of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful to you. If you need further information, revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nagaraj T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 07:04:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-02T07:04:00Z</dc:date>
    <item>
      <title>BDC Multiple Sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/3743861#M900812</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;Pls help&lt;/P&gt;&lt;P&gt;I want to generate multiple sessions with a single bdc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. In my bdc's internal table.it contains about 1200 record now my requiremt is to generate a new session after every 400 records gets uploaded (processed).that means in this case 3 different sessions should be created in SM35&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;ZMAT1&lt;/P&gt;&lt;P&gt;ZMAT2&lt;/P&gt;&lt;P&gt;ZMAT3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u guys gave me any idea how to do it ...!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankz in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 03:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/3743861#M900812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T03:49:16Z</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/3743862#M900813</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;first of all why do u require 3 sessions seperately.&lt;/P&gt;&lt;P&gt;if u want to take 400 records per session ,then&lt;/P&gt;&lt;P&gt;take 3 flat files with 400 records each. so whenever&lt;/P&gt;&lt;P&gt;u execute ur program one session will be created and &lt;/P&gt;&lt;P&gt;for each session u give 1 flatfile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 06:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/3743862#M900813</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-05-02T06:35:21Z</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/3743863#M900814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks for a reply,&lt;/P&gt;&lt;P&gt;actully itz a client's requirement to have a different session for a single flatfile to be uploaded and ya records in a file can be of any numbers,it can be 1000-2000 or anything,what they guys only know is that they want a sprate session for each 300 records uplaoded in sm35.&lt;/P&gt;&lt;P&gt;(So,i cant devide them into seperate flatfiles)&lt;/P&gt;&lt;P&gt;any other idea.....!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 07:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/3743863#M900814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T07:03:55Z</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/3743864#M900815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sidharth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  First try and find out a way to find the record count in your code, and then check for a condition, such that a flag is set for the case where when the count reaches (400*n) times where n is the variable taking values 1,2,3,.... so on. When the faleg is set, take a new group to generate a new session. In this way you can generate as many sessions as you want depending on the number of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful to you. If you need further information, revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nagaraj T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 07:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-sessions/m-p/3743864#M900815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T07:04:00Z</dc:date>
    </item>
  </channel>
</rss>

