<?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: Help with this error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035358#M1350040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the error description, the field &lt;STRONG&gt;Route&lt;/STRONG&gt;  does n't exist in the database tables you specified in your select query.&lt;/P&gt;&lt;P&gt;Please verify those database tables you used in that select query where you try to fetch Route field to clarify your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;Prasad GVK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2009 06:56:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-17T06:56:17Z</dc:date>
    <item>
      <title>Help with this error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035353#M1350035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know ABAP. Request you to interpret and let me where the problem is..Would greatly appreciate yourhlep on this. thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and aregards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joseph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_DYNAMIC_OSQL_SEMANTICS',&lt;/P&gt;&lt;P&gt; was neither&lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure "SEL_KONDTAB"&lt;/P&gt;&lt;P&gt; "(FORM)"&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;The SELECT clause was specified in an internal table at runtime.&lt;/P&gt;&lt;P&gt;It contains the field name "ROUTE", but this does not occur in any of&lt;/P&gt;&lt;P&gt;the database tables listed in the FROM clause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035353#M1350035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with this error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035354#M1350036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in which transaction is this exception raised?is it a standard transaction?dynamic select statment is fetching field ROUTE which does not exist..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035354#M1350036</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2009-08-17T06:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with this error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035355#M1350037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your dynamic select query is not able to execute because of wrong field name. check in debug mode what fields are getting passed and fetched in your select query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035355#M1350037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with this error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035356#M1350038</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;this error is occured because there is an extra field in the table which is declared in the program which you are executing, and that field is not available in any of the database tables mentioned in the select query....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get rid of this issue....&lt;/P&gt;&lt;P&gt;you have to go to that program where it is giving error, and in the select query you have to add the line below just before the internal table name or the work area name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into corresponding fields of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"example.....
 SELECT &amp;lt;field_names&amp;gt;   FROM &amp;lt;database_table&amp;gt;  INTO TABLE itab.
"then you should change it to 
 SELECT &amp;lt;field_names&amp;gt;   FROM &amp;lt;database_table&amp;gt;  INTO CORRESPONDING FIELDS OF TABLE itab.

"or if the select query is like this
 SELECT &amp;lt;field_names&amp;gt;   FROM &amp;lt;database_table&amp;gt;  INTO fs_itab.
"then you should change it to 
 SELECT &amp;lt;field_names&amp;gt;   FROM &amp;lt;database_table&amp;gt;  INTO CORRESPONDING FIELDS OF fs_itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035356#M1350038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with this error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035357#M1350039</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;&lt;/P&gt;&lt;P&gt;You might have written &lt;/P&gt;&lt;P&gt;select * &lt;/P&gt;&lt;P&gt;from TABLE&lt;/P&gt;&lt;P&gt;into table t_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in the tables, ( i.e, tables after from keyword ), if the field 'ROUTE' is available..&lt;/P&gt;&lt;P&gt;Also check the field name is written correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That might be the reason for that error...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035357#M1350039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help with this error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035358#M1350040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the error description, the field &lt;STRONG&gt;Route&lt;/STRONG&gt;  does n't exist in the database tables you specified in your select query.&lt;/P&gt;&lt;P&gt;Please verify those database tables you used in that select query where you try to fetch Route field to clarify your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;Prasad GVK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035358#M1350040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help with this error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035359#M1350041</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;&lt;/P&gt;&lt;P&gt;   Please check the select in subroutine 'SEL_KONDTAB' this subroutine has a select which is trying to select field ROUTE which is not there is the tables specified to select from , In the dump analysis in transaction ST22 you would also find the program where this occured you can check there.&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;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035359#M1350041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with this error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035360#M1350042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the field ROUTE in the table from where its picking up the data from. Put a breakpoint before the prgram is giving this error and run the program again and check the select query where its giving this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035360#M1350042</guid>
      <dc:creator>nikhilkup</dc:creator>
      <dc:date>2009-08-17T06:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with this error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035361#M1350043</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;You put the code between the mark ups  at the beginning and at the end. Well, I guess it was very genuinely asked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 07:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035361#M1350043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T07:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with this error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035362#M1350044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh yes, Thanks Nitwick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 07:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-this-error-message/m-p/6035362#M1350044</guid>
      <dc:creator>nikhilkup</dc:creator>
      <dc:date>2009-08-17T07:32:49Z</dc:date>
    </item>
  </channel>
</rss>

