<?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: Runtime error .. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428281#M1410561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i used for all entries instead of RANGES , the problem is solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2009 12:00:26 GMT</pubDate>
    <dc:creator>former_member192432</dc:creator>
    <dc:date>2009-12-10T12:00:26Z</dc:date>
    <item>
      <title>Runtime error ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428278#M1410558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am getting error message as "Error in module RSQL of the database interface. The SQL statement generated from the SAP Open SQL statement violates a restriction imposed by the underlying database system of the ABAP system." for below select query..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT PSPNR  entryno from zps_plan into TABLE gt_entryno1&lt;/P&gt;&lt;P&gt;                             WHERE pspnr IN r_pspnr&lt;/P&gt;&lt;P&gt;                             and rundate = sy-datum&lt;/P&gt;&lt;P&gt;                             and Vbukrs = p_vbukr&lt;/P&gt;&lt;P&gt;                             and stufe IN r_stufe .&lt;/P&gt;&lt;P&gt;  sort gt_entryno1 by pspnr .&lt;/P&gt;&lt;P&gt;please tell me how to solve the problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;chetan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Moved to the correct forum&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Dec 10, 2009 9:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 06:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428278#M1410558</guid>
      <dc:creator>former_member192432</dc:creator>
      <dc:date>2009-12-10T06:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428279#M1410559</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; check the field sequence  and data type of the selection and  the internal table is same or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 06:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428279#M1410559</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2009-12-10T06:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428280#M1410560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if the internal table has the same field sequence and same number of fields as you use in select query.&lt;/P&gt;&lt;P&gt;Or use &lt;/P&gt;&lt;P&gt;into corresponding fields of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 11:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428280#M1410560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T11:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428281#M1410561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i used for all entries instead of RANGES , the problem is solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 12:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428281#M1410561</guid>
      <dc:creator>former_member192432</dc:creator>
      <dc:date>2009-12-10T12:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428282#M1410562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chetan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error occurs due to inconsistency in the physical definition at the DB level - usual reason being a problem with the table extents for the DB Table in consideration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please approach the concerned Basis team with the Table name and the Dump - the issue should be resolved. &lt;/P&gt;&lt;P&gt;Following this, the select will work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 12:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/6428282#M1410562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T12:01:30Z</dc:date>
    </item>
  </channel>
</rss>

