<?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: get data from Maint. view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-maint-view/m-p/7308099#M1535131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best would be to create a data base view with the same join as that of your maintenance view and use the select command for that.&lt;/P&gt;&lt;P&gt;Else use the VIEW_GET_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I prefer the option since it is the easiest way!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2010 20:55:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-04T20:55:38Z</dc:date>
    <item>
      <title>get data from Maint. view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-maint-view/m-p/7308096#M1535128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to select a data from view using the SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM J_1BT001WV WHERE &lt;/P&gt;&lt;P&gt;1BT001WV -WERKS = WERKS and J_1BT001WV-BUKRS = BUKRS .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but getting an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"J_1BT001WV" is not defined in the ABAP Dictionary as a table, projection view or database view. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please let me know if there is any other command to select data from view or any information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Abaper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 15:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-maint-view/m-p/7308096#M1535128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T15:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: get data from Maint. view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-maint-view/m-p/7308097#M1535129</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;Select using a inner join of the tables below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T001W&lt;/P&gt;&lt;P&gt;T001K&lt;/P&gt;&lt;P&gt;T005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 16:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-maint-view/m-p/7308097#M1535129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T16:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: get data from Maint. view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-maint-view/m-p/7308098#M1535130</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;You can select data only from Database views. Hence your select fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can use the FM 'VIEW_GET_DATA' to fetch the data from the Maint. view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 17:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-maint-view/m-p/7308098#M1535130</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-10-04T17:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: get data from Maint. view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-maint-view/m-p/7308099#M1535131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best would be to create a data base view with the same join as that of your maintenance view and use the select command for that.&lt;/P&gt;&lt;P&gt;Else use the VIEW_GET_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I prefer the option since it is the easiest way!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 20:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-maint-view/m-p/7308099#M1535131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T20:55:38Z</dc:date>
    </item>
  </channel>
</rss>

