<?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 Batch Input session for OB08 updates only one record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-for-ob08-updates-only-one-record/m-p/4803330#M1124587</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;&lt;/P&gt;&lt;P&gt;I have a strange problem that we have a Batch Input program to update currencies(Tcode OB08) from excel file. It is updating only one record in ob08 even i have multiple entries in my flat file. I checked the program it is reading successfuly all the records and processing the session thru rsbdcsub. When I checked in sm35 it is showing only one tranasaction successfuly processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you give me some inputs on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 09:56:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-24T09:56:36Z</dc:date>
    <item>
      <title>Batch Input session for OB08 updates only one record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-for-ob08-updates-only-one-record/m-p/4803330#M1124587</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;&lt;/P&gt;&lt;P&gt;I have a strange problem that we have a Batch Input program to update currencies(Tcode OB08) from excel file. It is updating only one record in ob08 even i have multiple entries in my flat file. I checked the program it is reading successfuly all the records and processing the session thru rsbdcsub. When I checked in sm35 it is showing only one tranasaction successfuly processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you give me some inputs on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 09:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-for-ob08-updates-only-one-record/m-p/4803330#M1124587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T09:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input session for OB08 updates only one record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-for-ob08-updates-only-one-record/m-p/4803331#M1124588</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;While Putting entries in your BDC table..... You are not using the loop,,,so that's why only one record is being geeting updated..... Kindly check on the loop.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-for-ob08-updates-only-one-record/m-p/4803331#M1124588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input session for OB08 updates only one record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-for-ob08-updates-only-one-record/m-p/4803332#M1124589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also consider using program RFTBFF00 instead which would help you avoid screen or loop related problems.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-for-ob08-updates-only-one-record/m-p/4803332#M1124589</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-11-24T10:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input session for OB08 updates only one record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-for-ob08-updates-only-one-record/m-p/4803333#M1124590</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;Loops are correct and it is running correctly in production but the problem exists in the Qulaity. the same no of records populated in the table and version is the same. Program used rsbdcsub to process the session. My doubt is with program rsbdcsub becuase qulaity upgraded with new support package.&lt;/P&gt;&lt;P&gt;I compared the version history but there is no change with previous vesrion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 12:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-for-ob08-updates-only-one-record/m-p/4803333#M1124590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T12:37:01Z</dc:date>
    </item>
  </channel>
</rss>

