<?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: select * from &amp;lt;customizing view&amp;gt; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601178#M269919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;    selection is posible for &lt;/P&gt;&lt;P&gt;     trasparent,cluster table, projection view or database view. &lt;/P&gt;&lt;P&gt;   I assume your view is declared as maintainence view&lt;/P&gt;&lt;P&gt;   or help view activate your view and try.&lt;/P&gt;&lt;P&gt;&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;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2006 14:28:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-05T14:28:49Z</dc:date>
    <item>
      <title>select * from &lt;customizing view&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601173#M269914</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;I have a customizing view. I want to select data from that view in a ZREPORT. How can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZREPORT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from zview into it_view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compilation error:  "ZVIEW" is not defined in the ABAP Dictionary as a table,	projection view or database view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 13:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601173#M269914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T13:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: select * from &lt;customizing view&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601174#M269915</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;U can use SELECT statament only for the types of table indicated in the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So or you change the view type (projection or database view) of ZVIEW, or you create a new view as copy ut with type projection or database viewo in dictionary or you select the data directly from tables inserted in the ZVIEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601174#M269915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: select * from &lt;customizing view&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601175#M269916</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;copy that view as DB-View and select your Z-View&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601175#M269916</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-10-05T14:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: select * from &lt;customizing view&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601176#M269917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;decalre the view using the TABLES statement and then use the select query. Also i think the where condition should be modified as into table itab. Please check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601176#M269917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: select * from &lt;customizing view&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601177#M269918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZREPORT .&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Tables: ZVIEW.&amp;lt;/b&amp;gt;    -- &amp;gt;add this statement&lt;/P&gt;&lt;P&gt;select * from zview into it_view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Hope you created ZVIEW already in SE11,else create it and then use in SE38 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark if it helps you&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601177#M269918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: select * from &lt;customizing view&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601178#M269919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;    selection is posible for &lt;/P&gt;&lt;P&gt;     trasparent,cluster table, projection view or database view. &lt;/P&gt;&lt;P&gt;   I assume your view is declared as maintainence view&lt;/P&gt;&lt;P&gt;   or help view activate your view and try.&lt;/P&gt;&lt;P&gt;&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;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601178#M269919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: select * from &lt;customizing view&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601179#M269920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved on own.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 11:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-lt-customizing-view-gt/m-p/1601179#M269920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T11:41:20Z</dc:date>
    </item>
  </channel>
</rss>

