<?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: Getting table metadata? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709012#M627820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the above mentioned tables ending with 'T' are text tables. These contains the description. For example for your requirement table is DD02T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2007 07:20:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-20T07:20:01Z</dc:date>
    <item>
      <title>Getting table metadata?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709008#M627816</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;As I've stated before, I'm a new ABAP developer, so this may be an easy question for experienced devs. Most of my work consists of maintaining old code and provide bug fixes. My biggest problem is that I'll see select statements from tables that I have no idea what they are used for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to generate some automatic documentation for the tables, so that I can reference it at a later time. Word document, HTML, or something like a personal JavaDoc (but for tables). The thing is, I want to be able to easily search them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I came up with the idea of dumping table metadata from the database into an XML file and then with a simple script, generate the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any functions that can return the names of all tables? Is there any function that can give me all column names for a given table? Lastly, is there any function that can return column type info, description, and anything else that might help me understand the fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an additional question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I get a list of all ABAP functions? I've searched the SDN but all I get are 'Getting Started' kind of tutorials/blogs. I can hit 'F1' and get the help on the system. But I'm trying to get a feel for the language by studying at night and I currently don't have Netweaver here. I thought about buying "The Official ABAP Reference", but I'm trying to find a less expensive solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 05:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709008#M627816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T05:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting table metadata?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709009#M627817</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;check out the following tables :&lt;/P&gt;&lt;P&gt;DD01L&lt;/P&gt;&lt;P&gt;DD01T&lt;/P&gt;&lt;P&gt;DD02L&lt;/P&gt;&lt;P&gt;DD02T&lt;/P&gt;&lt;P&gt;DD03L&lt;/P&gt;&lt;P&gt;DD03T&lt;/P&gt;&lt;P&gt;DD04L&lt;/P&gt;&lt;P&gt;DD04T&lt;/P&gt;&lt;P&gt;DD05S&lt;/P&gt;&lt;P&gt;DD06L&lt;/P&gt;&lt;P&gt;DD06T&lt;/P&gt;&lt;P&gt;DD07L&lt;/P&gt;&lt;P&gt;DD07T&lt;/P&gt;&lt;P&gt;DD08L&lt;/P&gt;&lt;P&gt;DD08T&lt;/P&gt;&lt;P&gt;DD09C&lt;/P&gt;&lt;P&gt;DD09L&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 05:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709009#M627817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T05:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting table metadata?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709010#M627818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;you may have a look at &amp;lt;a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3337"&amp;gt;this blog&amp;lt;/a&amp;gt; by Alvaro Tejada. It provides a report for downloading the definition data of a table.&lt;/P&gt;&lt;P&gt;I hope it helps. Best regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 06:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709010#M627818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T06:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting table metadata?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709011#M627819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Navneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the tables you mentioned, I have managed to get a lot of the necessary information. But there is one thing I haven't been able to find: 'Descriptions'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://docmahq.com/desc.png"&amp;gt;See Picture&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been looking left and right for the table descriptions, datatype descriptions, field descriptions, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I find those?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard at work that there was some transaction that would let you see the tables that were queried in order to load a screen (not sure if its the debugger).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 05:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709011#M627819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T05:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting table metadata?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709012#M627820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the above mentioned tables ending with 'T' are text tables. These contains the description. For example for your requirement table is DD02T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 07:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709012#M627820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T07:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting table metadata?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709013#M627821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roberto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried already to use function module &amp;lt;b&amp;gt;DDIF_FIELDINFO_GET&amp;lt;/b&amp;gt;? If you do not provide a field name then the function module returns the metadata of the entire table including descriptions. Even more this function module is RFC-enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 21:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709013#M627821</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-08-20T21:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting table metadata?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709014#M627822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks UWE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helped me .&lt;/P&gt;&lt;P&gt;I am not getting how to get table description.&lt;/P&gt;&lt;P&gt;Can any one tell me please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 16:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709014#M627822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-16T16:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting table metadata?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709015#M627823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks navneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked  table DD02T, and now all my requirement is over thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 16:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-table-metadata/m-p/2709015#M627823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-16T16:46:17Z</dc:date>
    </item>
  </channel>
</rss>

