<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095731#M734384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamal,&lt;/P&gt;&lt;P&gt;For seeing the transparent table for structure fields.&lt;/P&gt;&lt;P&gt;GOTO&lt;DEL&gt;&amp;gt;SE84&lt;/DEL&gt;&amp;gt;Abap dictionary&lt;DEL&gt;&amp;gt;select structure&lt;/DEL&gt;&amp;gt; type structure name --&amp;gt; u will get the required tables.&lt;/P&gt;&lt;P&gt;Please do reward if useful.&lt;/P&gt;&lt;P&gt;Thankx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2007 06:03:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-04T06:03:23Z</dc:date>
    <item>
      <title>Table Name from Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095725#M734378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Friends,&lt;/P&gt;&lt;P&gt;    i have one Structure and its corresponding fields .How can i find the Transparent&lt;/P&gt;&lt;P&gt; table for that corresponding STructure field. For eg : i hav one structure name&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; COWB_ COMP&amp;lt;/b&amp;gt; and its fields &amp;lt;b&amp;gt;ERFMG ,MATNR,LGORT&amp;lt;/b&amp;gt; etc. I want to know the&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Transparent table&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; for that fields.&lt;/P&gt;&lt;P&gt;     Points will be definately awarded for useful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 05:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095725#M734378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T05:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name from Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095726#M734379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to se11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give ur structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search u r field....double click on the component type...a small window will get opened....click the "where used list button" and check tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 05:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095726#M734379</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2007-12-04T05:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name from Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095727#M734380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto se84&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abap dictionary&lt;/P&gt;&lt;P&gt;fields&lt;/P&gt;&lt;P&gt;structure fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give structure name&lt;/P&gt;&lt;P&gt;u get list of tables...&lt;/P&gt;&lt;P&gt;select required one...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 05:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095727#M734380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T05:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name from Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095728#M734381</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;  Goto tcode se84, Abap dictionary -&amp;gt;Fields -&amp;gt; Table fields. &lt;/P&gt;&lt;P&gt;Give the name of the field and execute, it will give u the table name in which it is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 05:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095728#M734381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T05:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name from Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095729#M734382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    1.select the field within the structure and select where used list .It will show  different tables of respect field.Then choose which is suitable for your requirement.&lt;/P&gt;&lt;P&gt;  2.Go to SE15 and select ABAP dictionary ,in that select fields option and mention the field name ,then execute it.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 05:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095729#M734382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T05:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name from Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095730#M734383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one of the way will be,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to &amp;lt;b&amp;gt;se11&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;type that structure name in the &amp;lt;b&amp;gt;DATABASE area&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;press display,&lt;/P&gt;&lt;P&gt;[you will now see all the components of the structure]&lt;/P&gt;&lt;P&gt;now if you want to know the transparent table name for that field say &amp;lt;b&amp;gt;lgort&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Just double click the &amp;lt;b&amp;gt;component type of lgort&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;[this will take you to the &amp;lt;b&amp;gt;domain part of the field type&amp;lt;/b&amp;gt;]&lt;/P&gt;&lt;P&gt;again &amp;lt;b&amp;gt;double click the domain part&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;[this will take you to the definition part]&lt;/P&gt;&lt;P&gt;now go to &amp;lt;b&amp;gt;value range and look for value table this may have the transparent table name&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;[NOTE THIS IS ONE OF THE WAYS FOR FINDING THE TRANSPARENT TABLE]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 06:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095730#M734383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T06:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name from Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095731#M734384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamal,&lt;/P&gt;&lt;P&gt;For seeing the transparent table for structure fields.&lt;/P&gt;&lt;P&gt;GOTO&lt;DEL&gt;&amp;gt;SE84&lt;/DEL&gt;&amp;gt;Abap dictionary&lt;DEL&gt;&amp;gt;select structure&lt;/DEL&gt;&amp;gt; type structure name --&amp;gt; u will get the required tables.&lt;/P&gt;&lt;P&gt;Please do reward if useful.&lt;/P&gt;&lt;P&gt;Thankx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 06:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095731#M734384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T06:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name from Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095732#M734385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the procedure to find out is initially give tht structure name in se11 and then &lt;/P&gt;&lt;P&gt;for which feilds u want to know the table name there u click on where used list icon as per ur structure u have given imagine tht u want vfdat fields tablename then in structure click on vfdat and click on where used list and select program or screen something then it will give u hint tht which tale this field exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u try this it is easy to find ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sana...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 06:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095732#M734385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T06:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name from Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095733#M734386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai kamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to  GOTO&lt;DEL&gt;&amp;gt;SE84&lt;/DEL&gt;&amp;gt;Abap dictionary&lt;DEL&gt;&amp;gt;select structure&lt;/DEL&gt;&amp;gt; type structure name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is one way to find and go to se11-&amp;gt;table name -&amp;gt;display click on the corresponding fields description where you can find the check table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward for useful answers&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sunil kairam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 06:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-from-structure/m-p/3095733#M734386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T06:08:28Z</dc:date>
    </item>
  </channel>
</rss>

