<?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: Select Data from nth row using ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-nth-row-using-abap/m-p/410122#M10873</link>
    <description>&lt;P&gt;From ABAP 7.51 on, there's an addition OFFSET to SELECT.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abennews-751-open_sql.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abennews-751-open_sql.htm&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Before, the PACKAGE SIZE addition to the INTO clause should also be sufficient.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abapinto_clause.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abapinto_clause.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2017 15:49:59 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2017-07-17T15:49:59Z</dc:date>
    <item>
      <title>Select Data from nth row using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-nth-row-using-abap/m-p/410120#M10871</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
  &lt;P&gt;My requirement is as follows:&lt;/P&gt;
  &lt;P&gt;I want to select records from large tables like BSEG etc.&lt;/P&gt;
  &lt;P&gt;In that case, I want to select only 25000 records at first attempt, do processing on it and then select next 25000 records. this will happen till the last record.&lt;/P&gt;
  &lt;P&gt;Currently I am using sy-dbcnt variable to do that but it's impacting the performance.&lt;/P&gt;
  &lt;P&gt;Please suggest if there's any other way to do that.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;OS&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-nth-row-using-abap/m-p/410120#M10871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-17T15:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select Data from nth row using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-nth-row-using-abap/m-p/410121#M10872</link>
      <description>&lt;P&gt;Have a look at open cursor/fetch package size. (e.g. at &lt;A href="https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abapopen_cursor.htm)" target="test_blank"&gt;https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abapopen_cursor.htm)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-nth-row-using-abap/m-p/410121#M10872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-17T15:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select Data from nth row using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-nth-row-using-abap/m-p/410122#M10873</link>
      <description>&lt;P&gt;From ABAP 7.51 on, there's an addition OFFSET to SELECT.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abennews-751-open_sql.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abennews-751-open_sql.htm&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Before, the PACKAGE SIZE addition to the INTO clause should also be sufficient.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abapinto_clause.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abapinto_clause.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-nth-row-using-abap/m-p/410122#M10873</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-07-17T15:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select Data from nth row using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-nth-row-using-abap/m-p/410123#M10874</link>
      <description>&lt;P&gt;Hi Onkar,&lt;/P&gt;
  &lt;P&gt;Try to avoid to do Select on BSEG Table: For that use BSIK/BSAK for Vendor, BSID/BSAD for Customer and BSIS/BSAD for document details (All Based on Opening or close documents).&lt;/P&gt;
  &lt;P&gt;Now, in reference on every 25,0000 documents; previously, you can fill an internal table with 25,0000 records and for each 25,0000 records you can use a LOOP sentences in this way.&lt;/P&gt;
  &lt;P&gt;LOOP AT internal_table INTO structure FROM value_from TO value_final.&lt;BR /&gt;&lt;BR /&gt; ENDLOOP.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 16:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-nth-row-using-abap/m-p/410123#M10874</guid>
      <dc:creator>former_member235395</dc:creator>
      <dc:date>2017-07-17T16:22:23Z</dc:date>
    </item>
  </channel>
</rss>

