<?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: Field Description in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234083#M771623</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;use the table DD03T . we can get the texts for each fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;P&gt;if it helpful, reward points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2008 12:03:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-10T12:03:52Z</dc:date>
    <item>
      <title>Field Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234079#M771619</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 need to get the field description for any field that user enters.I want to know the table name in which the field description of all fields are stored?It is not present in DD03L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 11:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234079#M771619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T11:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234080#M771620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the Table &lt;STRONG&gt;DD03M&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Just Pass TABNAME(Table Name)&lt;/P&gt;&lt;P&gt;FIELDNAME(Field Name)&lt;/P&gt;&lt;P&gt;DDLANGUAGE(Language) As Input..Then You will get the field Description..in that Language only..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 12:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234080#M771620</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2008-01-10T12:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Field Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234081#M771621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check it in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                DD02L			Tables in SAP&lt;/P&gt;&lt;P&gt;	DD02T			Tables description&lt;/P&gt;&lt;P&gt;	DD03L			Field names in SAP&lt;/P&gt;&lt;P&gt;	DD03T			Field description in SAP&lt;/P&gt;&lt;P&gt;any field entry must be there in it check in DD03T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 12:00:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234081#M771621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T12:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234082#M771622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DD02L Table contains the SAP Tables.&lt;/P&gt;&lt;P&gt;DD02T Table contains the SAP Table Texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD01L Table contains the Domains&lt;/P&gt;&lt;P&gt;DD01T Table contains the Domain Texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD03L Table contains the Table Fields.&lt;/P&gt;&lt;P&gt;DD03T Table contains the Table Field Texts. (Language Dependent)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD04L Table contains the Data Elements.&lt;/P&gt;&lt;P&gt;DD04T Table contains the Data Element Texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD05s Table contains the Foreign Key Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explore the field in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 12:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234082#M771622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T12:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234083#M771623</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;use the table DD03T . we can get the texts for each fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;P&gt;if it helpful, reward points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 12:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234083#M771623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T12:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Field Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234084#M771624</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;Try using FM &lt;STRONG&gt;NAMETAB_GET&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 12:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234084#M771624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T12:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234085#M771625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these tables also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD02V &lt;/P&gt;&lt;P&gt;Date dictionary tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD03L &lt;/P&gt;&lt;P&gt;Date dictionary tables and fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD07T &lt;/P&gt;&lt;P&gt;Texts for Domain Fixed Values &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;sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 14:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-description/m-p/3234085#M771625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T14:39:17Z</dc:date>
    </item>
  </channel>
</rss>

