<?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: Syntax error in 4.6C in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-4-6c/m-p/2543110#M578103</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;just check once in where condition r u specified correctly i mean to say is it ls_wherecond /lt_wherecond .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2007 12:59:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-11T12:59:31Z</dc:date>
    <item>
      <title>Syntax error in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-4-6c/m-p/2543109#M578102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider the following piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM fill_itabs TABLES p_t_table&lt;/P&gt;&lt;P&gt;p_t_table_dummy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Internal table to be used for dynamic where condition&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA: lt_wherecond TYPE STANDARD TABLE OF ty_wherecond,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Structure for dynamic where condition&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ls_wherecond TYPE ty_wherecond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p_t_table_dummy[] = p_t_table[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH lt_wherecond[].&lt;/P&gt;&lt;P&gt;CLEAR ls_wherecond.&lt;/P&gt;&lt;P&gt;ls_wherecond-data = 'kunnr = p_t_table_dummy-kunnr'.&lt;/P&gt;&lt;P&gt;APPEND ls_wherecond TO lt_wherecond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT kunnr INTO TABLE gt_kunnr&lt;/P&gt;&lt;P&gt;FROM kna1&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN p_t_table_dummy&lt;/P&gt;&lt;P&gt;WHERE (lt_wherecond).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working fine in Enterprise version, but when I am trying the same in Rel 4.6C, I am getting a syntax error at the Select statement which states,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The WHERE condition does not refer to the FOR ALL ENTRIES table.-"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please suggest how to avoid this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indrajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-4-6c/m-p/2543109#M578102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-4-6c/m-p/2543110#M578103</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;just check once in where condition r u specified correctly i mean to say is it ls_wherecond /lt_wherecond .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 12:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-4-6c/m-p/2543110#M578103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T12:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-4-6c/m-p/2543111#M578104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A dynamic WHERE clause used in a SELECT statement which uses FOR ALL ENTRIES may not be supported in 46c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 13:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-4-6c/m-p/2543111#M578104</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-11T13:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-4-6c/m-p/2543112#M578105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pattan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry, I did not get you. Could you please be a bit more clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indrajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 13:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-4-6c/m-p/2543112#M578105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T13:09:39Z</dc:date>
    </item>
  </channel>
</rss>

