<?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 reference table for structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132422#M744193</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;      please help me in finding the table name with refernce to structure table.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: I got a field GRARN in the the structure WRF02K , so i want to know the procedure where can i find the data related to that field (GPRAN) and in which related tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 05:07:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-19T05:07:49Z</dc:date>
    <item>
      <title>reference table for structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132422#M744193</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;      please help me in finding the table name with refernce to structure table.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: I got a field GRARN in the the structure WRF02K , so i want to know the procedure where can i find the data related to that field (GPRAN) and in which related tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 05:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132422#M744193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T05:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: reference table for structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132423#M744194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the ST05 for that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open your transaction in one Session&lt;/P&gt;&lt;P&gt;Open another session for ST05 .. Start the trace with the filter for the user&lt;/P&gt;&lt;P&gt;Come to first session.. do your processing.. or reach to the screen for which you need the data...&lt;/P&gt;&lt;P&gt;Come to second session and stop the trace.. &lt;/P&gt;&lt;P&gt;List trace...&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;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 05:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132423#M744194</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-19T05:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: reference table for structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132424#M744195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        Go-to SE84 and in the ABAP dictinary -&amp;gt;fields enter the field name and search ... the tables containing the field will get displayed.&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;Santosh Thorat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 05:11:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132424#M744195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T05:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: reference table for structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132425#M744196</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 find the Table names if u know the Field name using the Tcode: SE15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the TABLE FIELDS option from the list and Enter ur Field GPRAN .&lt;/P&gt;&lt;P&gt;It will display all the tables which has this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: You can also execute the program under Sql trace ST05 to find the tables that are accessed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 05:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132425#M744196</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-11-19T05:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: reference table for structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132426#M744197</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;  U may search in se15. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link--&amp;gt; Abap Dictionary &lt;DEL&gt;&amp;gt;Fields&lt;/DEL&gt;&amp;gt;Table Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give ur Field name in the Field Name Text Box..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg: GPRAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Execute..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U may the list of tables which contain the Field name GPRAN..&lt;/P&gt;&lt;P&gt;Then u may find the table which will suits to ur conditions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Where used list..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 05:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132426#M744197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T05:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: reference table for structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132427#M744198</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;call function module RS_PROGRAM_TABLES using parameter values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se80 you get the information of structures used for the given program...&lt;/P&gt;&lt;P&gt;if u expand the tree structure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;se84&lt;/P&gt;&lt;P&gt;-&amp;gt;ABAP dictionary&lt;/P&gt;&lt;P&gt;-&amp;gt;structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 05:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132427#M744198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T05:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: reference table for structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132428#M744199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto tabel DD03L and give ur field name. it contain entries where the field is used in tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 05:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-table-for-structure/m-p/3132428#M744199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T05:30:28Z</dc:date>
    </item>
  </channel>
</rss>

