<?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 Table: V$DATAFILE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-v-datafile/m-p/9775533#M1776925</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;Let me know how to fetch data from this table &lt;/P&gt;&lt;P&gt;&amp;nbsp; V$DATAFILE in ABAP. As i'm getting dump when i fetch data from this table.&lt;/P&gt;&lt;P&gt;Please do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gururaj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 11:15:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-23T11:15:20Z</dc:date>
    <item>
      <title>Table: V$DATAFILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-v-datafile/m-p/9775533#M1776925</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;Let me know how to fetch data from this table &lt;/P&gt;&lt;P&gt;&amp;nbsp; V$DATAFILE in ABAP. As i'm getting dump when i fetch data from this table.&lt;/P&gt;&lt;P&gt;Please do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gururaj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 11:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-v-datafile/m-p/9775533#M1776925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-23T11:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table: V$DATAFILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-v-datafile/m-p/9775534#M1776926</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;try table GVD_DATAFILE...&lt;BR /&gt;Also please share the dump/query/detialed requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 04:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-v-datafile/m-p/9775534#M1776926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-24T04:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table: V$DATAFILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-v-datafile/m-p/9775535#M1776927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hello Gururaj,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Why you want it from ABAP end? You can ask your DBA to access these details from Oracle end.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Or if you want to use ABAP then select from DBA_DATA_FILES based on your FILE_ID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: white; font-size: 9.0pt; background-color: #ffffff; font-family: 'Arial','sans-serif';"&gt;SELECT * FROM DBA_DATA_FILES WHERE FILE_ID=255.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; background-color: #ffffff; font-family: Arial, sans-serif;"&gt;Also refer below documents.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: white; font-size: 9.0pt; background-color: #ffffff; font-family: 'Arial','sans-serif';"&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0e1921b-32e2-2910-d38a-bce867339dc9?QuickLink=index&amp;amp;overridelayout=true&amp;amp;15788299805906"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0e1921b-32e2-2910-d38a-bce867339dc9?QuickLink=index&amp;amp;overridelayout=true&amp;amp;15788299805906&lt;/A&gt;&lt;/SPAN&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;Sujeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 06:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-v-datafile/m-p/9775535#M1776927</guid>
      <dc:creator>SujeetMishra</dc:creator>
      <dc:date>2013-09-24T06:56:47Z</dc:date>
    </item>
  </channel>
</rss>

