<?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 how to find structure reference table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473188#M222193</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 ask "a structure is there how to find the reference master database table and field from that structure e.g suppose a structure ADDR2-DATA is defined but i can't find the reference MASTER DB TABLE from that with it's field &lt;/P&gt;&lt;P&gt;same with FKKOPK-BETRW how to find the REFERENCE OF  MASTER DB TABLE for these STRUCTURE FIELD.&lt;/P&gt;&lt;P&gt;-how to fetch the data from structure in the program any code e.g&lt;/P&gt;&lt;P&gt;-is there any method to find the relation with in the structure to structure to fetch the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Jul 2006 05:13:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-29T05:13:05Z</dc:date>
    <item>
      <title>how to find structure reference table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473188#M222193</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 ask "a structure is there how to find the reference master database table and field from that structure e.g suppose a structure ADDR2-DATA is defined but i can't find the reference MASTER DB TABLE from that with it's field &lt;/P&gt;&lt;P&gt;same with FKKOPK-BETRW how to find the REFERENCE OF  MASTER DB TABLE for these STRUCTURE FIELD.&lt;/P&gt;&lt;P&gt;-how to fetch the data from structure in the program any code e.g&lt;/P&gt;&lt;P&gt;-is there any method to find the relation with in the structure to structure to fetch the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 05:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473188#M222193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-29T05:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to find structure reference table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473189#M222194</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 SE12 -&amp;gt; give the structure/dataelement &amp;amp; press F7&lt;/P&gt;&lt;P&gt;If you give the structure name, then goto the corresponding dataelement &amp;amp; double-click over the dataelement.&lt;/P&gt;&lt;P&gt;Then click Where-used list &amp;amp; there check the Tables checkbox &amp;amp; click enter.&lt;/P&gt;&lt;P&gt;You can get the list of Tables in which the data element is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points for helpful answers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Thangesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 05:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473189#M222194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-29T05:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to find structure reference table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473190#M222195</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;Open your structure using SE11 and use 'WHERE USE LIST' button in application tool bar to find the database table in which this structure is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure don't store data they have just one line of data that can be accessed using 'STRUCT-FIELD_NAME'.&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;Wasim Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 05:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473190#M222195</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-07-29T05:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to find structure reference table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473191#M222196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav&lt;/P&gt;&lt;P&gt;Goto SE12 and give the data element name of the field of structure.&lt;/P&gt;&lt;P&gt;In the date element display screen, check the where-used-list to find list of the tables in which the data-element is used to store the data.&lt;/P&gt;&lt;P&gt;Choose the right table from the list.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Phani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 05:35:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473191#M222196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-29T05:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to find structure reference table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473192#M222197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;goto SE80,&lt;/P&gt;&lt;P&gt;click on repository infomation system,&lt;/P&gt;&lt;P&gt;then selet the table,&lt;/P&gt;&lt;P&gt;click on execute,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go for it,&lt;/P&gt;&lt;P&gt;you will get it,&lt;/P&gt;&lt;P&gt;best of luck,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kcc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 09:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-structure-reference-table/m-p/1473192#M222197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-29T09:52:30Z</dc:date>
    </item>
  </channel>
</rss>

