<?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 based on a field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852305#M668438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP Gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field.How can I know from which table this field is from ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this field is present in multiple tables, how can I find the tables ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jessy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2007 14:01:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-01T14:01:37Z</dc:date>
    <item>
      <title>Table based on a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852305#M668438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP Gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field.How can I know from which table this field is from ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this field is present in multiple tables, how can I find the tables ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jessy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 14:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852305#M668438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T14:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table based on a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852306#M668439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can find the table names from SE84/SE85&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go To T-code SE85.&lt;/P&gt;&lt;P&gt;CLick on ABAP Dictionary.&lt;/P&gt;&lt;P&gt;THen fields.&lt;/P&gt;&lt;P&gt;in that click on table fields.&lt;/P&gt;&lt;P&gt;Than enter field name and excute(F8).&lt;/P&gt;&lt;P&gt;then it will display all the tables where that field is present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look at the below blog also&lt;/P&gt;&lt;P&gt;/people/community.user/blog/2006/12/29/useful-tips-to-find-out-the-table-for-screen-field&lt;/P&gt;&lt;P&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 14:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852306#M668439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T14:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table based on a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852307#M668440</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 foolwing procedure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Tcode - SE84 -&amp;gt; ABAP Dictionary -&amp;gt; FIELDS. Double click on the fields one screen will be opened on the reight hand side. Here provide the field name &amp;amp; Execute. It will display all the tables this fileds belongs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashvender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 14:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852307#M668440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T14:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table based on a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852308#M668441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on that field name,it ll take you to se11,select on where used list button ,select the table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it ll give you the list of tables where that particular field has been used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 14:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852308#M668441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T14:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table based on a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852309#M668442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;goto SE16&lt;/P&gt;&lt;P&gt;enter the Table name DD03L&lt;/P&gt;&lt;P&gt;enter&lt;/P&gt;&lt;P&gt;enter the field name&lt;/P&gt;&lt;P&gt;execute&lt;/P&gt;&lt;P&gt;it displays all the tables in which that field is there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also you can see&lt;/P&gt;&lt;P&gt;SE84/SE85 tcodes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or click on the data element of that field&lt;/P&gt;&lt;P&gt;and use where used list of that data element in tables&lt;/P&gt;&lt;P&gt;execute&lt;/P&gt;&lt;P&gt;displays the list of tables where that data element is used&lt;/P&gt;&lt;P&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;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 14:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852309#M668442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T14:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table based on a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852310#M668443</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 get the tables names by selecting where used list button in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE11 - &amp;gt; Provide field name in the Database table and click on the where used list, from that pop window select only the tables. It will give you all the tables where this field is used.&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, 01 Oct 2007 14:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-based-on-a-field/m-p/2852310#M668443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T14:36:30Z</dc:date>
    </item>
  </channel>
</rss>

