<?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 STATEMENT TO CAPTURE A VIEW!!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929155#M385149</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 get data from the underlying SAP databases (TROLZ, TTGR, ...) but not from V_TROLZ01 which is a maintenance view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use select inner join statement between table TROLZ and TTGR on the TRAGR field for example.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Feb 2007 21:16:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-16T21:16:28Z</dc:date>
    <item>
      <title>SELECT STATEMENT TO CAPTURE A VIEW!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929153#M385147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DEAR ALL,&lt;/P&gt;&lt;P&gt;I have an issue where I have to capture data from a maintanance view and I am not sure how to acomplish that.&lt;/P&gt;&lt;P&gt;V_TROLZ01 in the maintanance view and I am not able to read from this view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM V_TROLZ01 WHERE ALAND = 'US'&lt;/P&gt;&lt;P&gt;  AND AZONE = 'MINSTER'&lt;/P&gt;&lt;P&gt;  AND LLAND = 'US'&lt;/P&gt;&lt;P&gt;  AND LZONE = 'JACKSON '&lt;/P&gt;&lt;P&gt;  INTO ITAB_PLAN.&lt;/P&gt;&lt;P&gt;can any one suggest me some sample code to accomplish this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 21:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929153#M385147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T21:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT STATEMENT TO CAPTURE A VIEW!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929154#M385148</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 use select statement only for database tables, projection view or database view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use select statement on maintenance view..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 21:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929154#M385148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T21:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT STATEMENT TO CAPTURE A VIEW!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929155#M385149</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 get data from the underlying SAP databases (TROLZ, TTGR, ...) but not from V_TROLZ01 which is a maintenance view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use select inner join statement between table TROLZ and TTGR on the TRAGR field for example.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 21:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929155#M385149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T21:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT STATEMENT TO CAPTURE A VIEW!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929156#M385150</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;maintenance view doesn't allow to retrieve data by select stmt. So u can get data by joining all table as view has done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 21:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929156#M385150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T21:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT STATEMENT TO CAPTURE A VIEW!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929157#M385151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintenance View are used to create the Table maintenance for a table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might come across the SM30 of a table. For this a maintenance view is used. So you cant retrieve data from M view...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 21:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929157#M385151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T21:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT STATEMENT TO CAPTURE A VIEW!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929158#M385152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can some one please give examples of the select innerjoin statement to acpomplish the task of finding the route&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 20:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929158#M385152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T20:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT STATEMENT TO CAPTURE A VIEW!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929159#M385153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can just Select from TROLZ, it has all the fields that you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM TROLZ
WHERE ALAND = 'US'
AND AZONE = 'MINSTER'
AND LLAND = 'US'
AND LZONE = 'JACKSON '
INTO ITAB_PLAN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 21:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-to-capture-a-view/m-p/1929159#M385153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T21:02:41Z</dc:date>
    </item>
  </channel>
</rss>

