<?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 not defined as table or projection view  or database view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974317#M1604100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maint View V_tcurr connects to DB table tcurr - and there is no join in the maint view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just do your SELECT against TCURR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2011 18:10:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-15T18:10:02Z</dc:date>
    <item>
      <title>Syntax error not defined as table or projection view  or database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974316#M1604099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to select a Maintenance View V_tcurr when I do Select statement I am getting &lt;STRONG&gt;SYNTAX ERROR&lt;/STRONG&gt; stating its not defined as &lt;STRONG&gt;table or projection view  or database view in Abap dictionary&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me a hint, how do I select maintenance View in the select statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 17:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974316#M1604099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-15T17:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error not defined as table or projection view  or database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974317#M1604100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maint View V_tcurr connects to DB table tcurr - and there is no join in the maint view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just do your SELECT against TCURR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 18:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974317#M1604100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-15T18:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error not defined as table or projection view  or database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974318#M1604101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: lt_TCURR TYPE TABLE OF TCURR.&lt;/P&gt;&lt;P&gt;data: lv_TCURR TYPE  TCURR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * INTO TABLE lt_tcurr&lt;/P&gt;&lt;P&gt;  FROM TCURR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCURR just has some extra fields that are exlcuded in the Maint View.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 18:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974318#M1604101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-15T18:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error not defined as table or projection view  or database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974319#M1604102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got hint that we can't select entries from Maintenance views, which do not store data. We can get data using FM 'VIEW_MAINTENANCE_CALL'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 18:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974319#M1604102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-15T18:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error not defined as table or projection view  or database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974320#M1604103</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1938460-screenshot-1.png" /&gt;&lt;/P&gt;&lt;P&gt;USE HIGHLIGHTED STEPS &lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 13:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-not-defined-as-table-or-projection-view-or-database-view/m-p/7974320#M1604103</guid>
      <dc:creator>ethornsapbasis</dc:creator>
      <dc:date>2021-05-09T13:13:00Z</dc:date>
    </item>
  </channel>
</rss>

