<?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 Doubt in  Fetching data from a View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835209#M1131140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a data from a view  v_tvko.How to use a view in program for  fetching data from that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Nithin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2008 06:29:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-04T06:29:09Z</dc:date>
    <item>
      <title>Doubt in  Fetching data from a View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835209#M1131140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a data from a view  v_tvko.How to use a view in program for  fetching data from that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Nithin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 06:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835209#M1131140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T06:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in  Fetching data from a View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835210#M1131141</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;yes, you can retrive data from database view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://forums.sdn.sap.com/click.jspa?searchID=19504057&amp;amp;messageID=3026496]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 06:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835210#M1131141</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-12-04T06:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in  Fetching data from a View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835211#M1131142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can't directly refer a view to get data.&lt;/P&gt;&lt;P&gt;We need to refer the tables using which a view has been created.&lt;/P&gt;&lt;P&gt;Using those tables, we can fetch the data as per our requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For suppose, if you go to a view in SE11, then click on Tables tab, there you can get the reference tables.Then you need to check for the fileld in those tables for which you require the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the query directly on the table instead of view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 06:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835211#M1131142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T06:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in  Fetching data from a View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835212#M1131143</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;please refer to this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1596826"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aakash Banga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 06:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835212#M1131143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T06:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in  Fetching data from a View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835213#M1131144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;"V137" is not defined in the ABAP Dictionary as a table, projection view or database view.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then what does this error mean &lt;STRONG&gt;Gautham chakraverthi&lt;/STRONG&gt;  am not sure that you can directly get the data from the views.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 06:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835213#M1131144</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-12-04T06:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in  Fetching data from a View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835214#M1131145</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;Thanks to  all for giving solutions  ,the problem is solved.&lt;/P&gt;&lt;P&gt;Anand thanks to you,i went by ur instruction and it got solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 06:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835214#M1131145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T06:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in  Fetching data from a View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835215#M1131146</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;If you keenly observe my post i was telling that we can retrive data from&lt;/P&gt;&lt;P&gt;database views which is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V137 is a mainteanence view which cannot be used to fetch data.&lt;/P&gt;&lt;P&gt;for that you have to use T137 and T137T tables to fetch data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Nitin  : V_Tvk0 is a mainteanence view so you cannot fetch data from that.&lt;/P&gt;&lt;P&gt;use TVK0 and TVK0T tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 06:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-fetching-data-from-a-view/m-p/4835215#M1131146</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-12-04T06:53:40Z</dc:date>
    </item>
  </channel>
</rss>

