<?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: Table name from structure name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424659#M1244858</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 Check the where used list from your structure,&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;From SE84 transaction in abap dictionary ,give your &lt;/P&gt;&lt;P&gt;structure name and execute it will show where it has &lt;/P&gt;&lt;P&gt;been used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2009 09:03:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-27T09:03:59Z</dc:date>
    <item>
      <title>Table name from structure name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424657#M1244856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone tell me how to find the table name if structure name is known.&lt;/P&gt;&lt;P&gt;when i press F1 in table field ,it give me struct name and field name.&lt;/P&gt;&lt;P&gt;how can i find table name from this struct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 08:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424657#M1244856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-27T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table name from structure name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424658#M1244857</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 check the where-used list (Ctrl + Shift + F3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 09:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424658#M1244857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-27T09:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table name from structure name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424659#M1244858</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 Check the where used list from your structure,&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;From SE84 transaction in abap dictionary ,give your &lt;/P&gt;&lt;P&gt;structure name and execute it will show where it has &lt;/P&gt;&lt;P&gt;been used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 09:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424659#M1244858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-27T09:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table name from structure name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424660#M1244859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Often there is no direct link between structures used to display data in screens and tables that actually hold the data, the connection is somewhere in the application logic.&lt;/P&gt;&lt;P&gt;One (rather fuzzy) way is to check where-used list as described, another is to run a quick SQL trace (ST05) and study the tables that get hit.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 09:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424660#M1244859</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-03-27T09:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table name from structure name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424661#M1244860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maverick&lt;/P&gt;&lt;P&gt;Generally SAP uses fieldnames of structures for the screen fields.&lt;/P&gt;&lt;P&gt;You can get  the field name along with the structure, most of the times the field names of the structure and field names of the table will be same. So using where used list of the field u can get the table name .(but this will not work for all the cases)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabumanoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 09:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424661#M1244860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-27T09:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table name from structure name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424662#M1244861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resloved. i need to check se11 for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2009 03:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/5424662#M1244861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-28T03:59:06Z</dc:date>
    </item>
  </channel>
</rss>

