<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/2056407#M424575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Break the internal table in two chunks of 600 and 400.&lt;/P&gt;&lt;P&gt;Pass the first one to BDC_INSERT and do submit on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the next 400 to call transaction.&lt;/P&gt;&lt;P&gt;Since they take recods from BDC TABLe you cant pass individual records each time by looping on it, this will create 600 sessions in SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Mar 2007 12:36:00 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2007-03-18T12:36:00Z</dc:date>
    <item>
      <title>BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/2056405#M424573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to transfer 1000 data using bdc but if i wanna transfer 600 using session &amp;amp; remaining using call transaction how can I do that.Its urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2007 05:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/2056405#M424573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-18T05:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/2056406#M424574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;call function BDC_OPEN_SESSION.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*fill the BDC table here...&lt;/P&gt;&lt;P&gt;.........................&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;if sy-tabix le 600.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;call function BDC_INSERT.&lt;/P&gt;&lt;P&gt;tcode = 'SE--'&lt;/P&gt;&lt;P&gt;table = bdcdata..&lt;/P&gt;&lt;P&gt;...........&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;else.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SE--' USING BDCDATA MODE '-' .&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;call function BDC_CLOSE_GROUP.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here one session will get created for the whole 600 transactions.. then u can process it By going to SM35 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it solves ur problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward helpful answers...&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2007 12:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/2056406#M424574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-18T12:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/2056407#M424575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Break the internal table in two chunks of 600 and 400.&lt;/P&gt;&lt;P&gt;Pass the first one to BDC_INSERT and do submit on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the next 400 to call transaction.&lt;/P&gt;&lt;P&gt;Since they take recods from BDC TABLe you cant pass individual records each time by looping on it, this will create 600 sessions in SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2007 12:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/2056407#M424575</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-18T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/2056408#M424576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call the program RSBDCSUB using submit statement when you reach 601 record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 06:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/2056408#M424576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T06:10:27Z</dc:date>
    </item>
  </channel>
</rss>

