<?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: component tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681357#M300291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check table DD03L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you were saying, you have the fieldname and need to check the existence of the field as KEY: try passing the field to FIELDNAME and 'X' to KEYFLAG in table DD03L and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 02:37:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-28T02:37:27Z</dc:date>
    <item>
      <title>component tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681355#M300289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guyz,&lt;/P&gt;&lt;P&gt;may i know how to find component tables for a field&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;if we got kunnr , we have to find all the tables where kunnr is key element.&lt;/P&gt;&lt;P&gt;is there anyway to find all the tables(having kunnr in them) in one go.&lt;/P&gt;&lt;P&gt;plz advise.&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 02:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681355#M300289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T02:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: component tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681356#M300290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one way is to use the WHERE USED LIST (Ctrl + Shift + F3 Button)&lt;/P&gt;&lt;P&gt;but u will NOT know the field as Primary Key, it lists all the tables in which the field is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;place the cursor at the field name and press the where used list button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 02:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681356#M300290</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-11-28T02:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: component tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681357#M300291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check table DD03L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you were saying, you have the fieldname and need to check the existence of the field as KEY: try passing the field to FIELDNAME and 'X' to KEYFLAG in table DD03L and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 02:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681357#M300291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T02:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: component tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681358#M300292</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 SE16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the table name as DD03L&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the FIELDNAME field give KUNNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field KEYFLAG give value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F8..You will find the list of tables that is having KUNNR as key 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;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 02:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681358#M300292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T02:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: component tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681359#M300293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks guyz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 03:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/component-tables/m-p/1681359#M300293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T03:14:33Z</dc:date>
    </item>
  </channel>
</rss>

