<?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: Selecting Data From Maintainence View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717599#M313524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check for the underlying database tables for the maintenance view exists and write the select on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt; Manish yogendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Nov 2006 09:50:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-01T09:50:02Z</dc:date>
    <item>
      <title>Selecting Data From Maintainence View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717595#M313520</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 have a requirement to select data from V_001_B view,&lt;/P&gt;&lt;P&gt;but it's a maintainence view, &lt;/P&gt;&lt;P&gt;When use this in FROM clause, i get a syntax error .&lt;/P&gt;&lt;P&gt;Is there any other way say FM etc to select data from Maintainence views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 09:25:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717595#M313520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T09:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Data From Maintainence View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717596#M313521</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 can't select Data from Maintenace view.&lt;/P&gt;&lt;P&gt;Data can only be selected either from Projection or Database View.&lt;/P&gt;&lt;P&gt;You can select it from the corresponding tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 11:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717596#M313521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T11:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Data From Maintainence View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717597#M313522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find the underlying database tables for the maintenance view and write the select on that table.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 12:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717597#M313522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T12:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Data From Maintainence View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717598#M313523</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 tables which are used in this view V_001_B. based on your select fields, you can use the respective tables and write separate Select statement using join for those respective tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 15:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717598#M313523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T15:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Data From Maintainence View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717599#M313524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check for the underlying database tables for the maintenance view exists and write the select on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt; Manish yogendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 09:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717599#M313524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-01T09:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Data From Maintainence View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717600#M313525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check for the underlying database tables for the maintenance view exists and write the select on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt; Manish yogendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 09:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-data-from-maintainence-view/m-p/1717600#M313525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-01T09:54:32Z</dc:date>
    </item>
  </channel>
</rss>

