<?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: Help on finding table.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899921#M375904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use transection se84 and se11 . where used list u get table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2007 05:33:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-24T05:33:55Z</dc:date>
    <item>
      <title>Help on finding table..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899919#M375902</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;           I want to know how to find out the tables if only fields are given to us..??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Parvez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 05:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899919#M375902</guid>
      <dc:creator>former_member2382</dc:creator>
      <dc:date>2007-01-24T05:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help on finding table..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899920#M375903</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;go to table dd03l and enter the field name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will show all the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 05:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899920#M375903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T05:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help on finding table..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899921#M375904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use transection se84 and se11 . where used list u get table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 05:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899921#M375904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T05:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help on finding table..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899922#M375905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to se15.  choose abap dictionary. choose fields. and then table fields give your field name to right hand side input box and press F8.&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;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 05:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899922#M375905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T05:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help on finding table..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899923#M375906</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;There are various ways exists to find the table list.&lt;/P&gt;&lt;P&gt;1. Go to transaction SE11 and enter data element name for corresponding field and click where used-list button in the application tool bar in the application tool bar. It will show you a popbox, select only 'database tables' check box and lick enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you all tables where this field is present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The other way is..The database table DD03L stores all tables along with their field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE16 and enter the table DD03L and enter you field name here and execute the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This wil give all the tables where the field is present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Check&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/easy-way-to-remember-table-in-sap.htm" target="test_blank"&gt;http://www.sap-img.com/abap/easy-way-to-remember-table-in-sap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO know the functionalities of tables and relationships,check this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-download/sap-tables.zip" target="test_blank"&gt;http://www.sap-img.com/sap-download/sap-tables.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/abap/tables.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/abap/tables.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 05:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-finding-table/m-p/1899923#M375906</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-01-24T05:38:58Z</dc:date>
    </item>
  </channel>
</rss>

