<?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: Fields checking in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186005#M758680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i trid this i am getg many tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2007 07:06:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-11T07:06:01Z</dc:date>
    <item>
      <title>Fields checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3185999#M758674</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;Thnx u very much i am learning so much from this SDN i want a function module or way to search fields if we have field name i know the way se15 and where used list other then that is there any other way to find in a efficent way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 12:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3185999#M758674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T12:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fields checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186000#M758675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;u can use SE84&lt;/P&gt;&lt;P&gt;go to abap dictinary&lt;/P&gt;&lt;P&gt;fields&lt;/P&gt;&lt;P&gt;table fields..&lt;/P&gt;&lt;P&gt;give the selection criteria n execute&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 12:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186000#M758675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fields checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186001#M758676</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;You can try from SE84 Transaction, if you know field description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 12:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186001#M758676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T12:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fields checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186002#M758677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SE84 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; R/3 Repository Information Sys &lt;/P&gt;&lt;P&gt;&amp;gt; ABAP Dictionary &lt;/P&gt;&lt;P&gt;&amp;gt; Fields &lt;/P&gt;&lt;P&gt;&amp;gt;Table fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11.enter table name .press display.then press ctrl F and enter the description of the field.press enter . u will the get the field regarding to the given description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want to search table name for given field,then.&lt;/P&gt;&lt;P&gt;Goto se84&lt;DEL&gt;-&amp;gt;ABAP Dictionary&lt;/DEL&gt;&lt;DEL&gt;-&amp;gt;fields&lt;/DEL&gt;&amp;gt;table fields.double click on it.&lt;/P&gt;&lt;P&gt;Enter the table name or field name or description. u will get all the tables in which that field is used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can you check DD03T..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SE11..Give the table name..Press display..Press CTRL + F4..give the description..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se15 click ABAP dictionary&lt;DEL&gt;&amp;gt;fields&lt;/DEL&gt;&amp;gt;tablefields(dbl click) give the field name in the right hand side window. press execute it will show you the tables which contains the field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other way take the dataelement of the field and use where used list..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found helpful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chandra Sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 12:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186002#M758677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T12:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fields checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186003#M758678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check in table DD03L, where u can give field name and it will show the tables in which the field is being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward if answered&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 13:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186003#M758678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T13:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fields checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186004#M758679</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 TCode SE84.&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>Mon, 10 Dec 2007 14:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186004#M758679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T14:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fields checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186005#M758680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i trid this i am getg many tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 07:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186005#M758680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T07:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fields checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186006#M758681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any other way i found a function module rs_program_tables u can try this but i want any other way to sort it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 07:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-checking/m-p/3186006#M758681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T07:10:18Z</dc:date>
    </item>
  </channel>
</rss>

