<?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 create SQL run by batch -certain record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sql-run-by-batch-certain-record/m-p/6259767#M1384809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all , i have created one program , and i have execute more than 40000 record. the problem is, when i run this background job with 40000 record, i got DBIF_RSQL_INVALID_RSQL error. if i run 100 record it will display.&lt;/P&gt;&lt;P&gt;how i want to modified my pgram which is , its run 100 record by 100 record until 40000 record, then it is will i have the same problem? DBIF_RSQL_INVALID_RSQL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2009 03:37:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-30T03:37:00Z</dc:date>
    <item>
      <title>create SQL run by batch -certain record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sql-run-by-batch-certain-record/m-p/6259767#M1384809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all , i have created one program , and i have execute more than 40000 record. the problem is, when i run this background job with 40000 record, i got DBIF_RSQL_INVALID_RSQL error. if i run 100 record it will display.&lt;/P&gt;&lt;P&gt;how i want to modified my pgram which is , its run 100 record by 100 record until 40000 record, then it is will i have the same problem? DBIF_RSQL_INVALID_RSQL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 03:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sql-run-by-batch-certain-record/m-p/6259767#M1384809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T03:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: create SQL run by batch -certain record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sql-run-by-batch-certain-record/m-p/6259768#M1384810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah..u can handle your select -options with less number of records like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_guidt[]  = s_guid[].&lt;/P&gt;&lt;P&gt;  REFRESH s_guid[].&lt;/P&gt;&lt;P&gt;  LOOP AT s_guidt .&lt;/P&gt;&lt;P&gt;    MOVE-CORRESPONDING s_guidt TO s_guid .&lt;/P&gt;&lt;P&gt;    APPEND s_guid .&lt;/P&gt;&lt;P&gt;    cnt = cnt + 1  .&lt;/P&gt;&lt;P&gt;    IF cnt &amp;gt; 50 .&lt;/P&gt;&lt;P&gt;      cnt  = 0.&lt;/P&gt;&lt;P&gt;      PERFORM get_header.&lt;/P&gt;&lt;P&gt;      REFRESH s_guid[].&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 04:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sql-run-by-batch-certain-record/m-p/6259768#M1384810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T04:34:37Z</dc:date>
    </item>
  </channel>
</rss>

