<?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/3697750#M890298</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;&lt;/P&gt;&lt;P&gt;you can find the table name through SE15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Goto SE15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Give the FIELD NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can find the  Different tables and structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; try it once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward the points if it is Useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lakshmi....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2008 09:36:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-16T09:36:39Z</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/3697746#M890294</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;How do we get the correct table name from structure name?&lt;/P&gt;&lt;P&gt;As all know, we can get table name when we press F1-&amp;gt;Technical Info.&lt;/P&gt;&lt;P&gt;But the Table Name in Field Data tab can be table or structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Im wondering how do we get the corresponding table name if Table Name in Field Data is a structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;az&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 01:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/3697746#M890294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T01:41:28Z</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/3697747#M890295</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 two ways to find the table which you are looking at,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Do the F1 on the screen field and go to technical info, and click on the field name, if it is a structure then click on the data element of the field. and then do a where used list of the data element.(Select only tables in the pop up) and in the list of table you have to select the proper one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You need to find out the screen program by going to system-&amp;gt;status menu path.&lt;/P&gt;&lt;P&gt;then go to SE80.&lt;/P&gt;&lt;P&gt;enter the program name and see all the dictionary structures defined under that program.&lt;/P&gt;&lt;P&gt;and in the list you can easily find the one you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if you find it useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 03:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/3697747#M890295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T03:42:07Z</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/3697748#M890296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to find out the where used list of the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie,&lt;/P&gt;&lt;P&gt;SE11&lt;/P&gt;&lt;P&gt;give the structure name as Data Type&lt;/P&gt;&lt;P&gt;Display&lt;/P&gt;&lt;P&gt;Where used List&lt;/P&gt;&lt;P&gt;tick Database tables &lt;/P&gt;&lt;P&gt;Continue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 05:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/3697748#M890296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T05:08: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/3697749#M890297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried Where Used List before but there are too many hits and needs time to look each of them.&lt;/P&gt;&lt;P&gt;So I try to look for an easier and faster way, if its possible and available in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;az&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 06:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/3697749#M890297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T06:20:16Z</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/3697750#M890298</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;&lt;/P&gt;&lt;P&gt;you can find the table name through SE15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Goto SE15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Give the FIELD NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can find the  Different tables and structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; try it once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward the points if it is Useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lakshmi....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 09:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure-name/m-p/3697750#M890298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T09:36:39Z</dc:date>
    </item>
  </channel>
</rss>

