<?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: find tables in a t-code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847486#M359372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE93 and enter t-code. Take the program name and goto SE80.&lt;/P&gt;&lt;P&gt;Under Dictionary Structures, you can see list of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2007 18:10:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-22T18:10:50Z</dc:date>
    <item>
      <title>find tables in a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847484#M359370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the t-code for finding tables and fields in a particular t-code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 18:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847484#M359370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T18:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: find tables in a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847485#M359371</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 use the transaction ST05..Sql trace..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to ST05 transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch on the trace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute the t-code for which you have to find tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then come back to ST05..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch off the trace..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press list trace to find the tables used in that transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 18:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847485#M359371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T18:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: find tables in a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847486#M359372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE93 and enter t-code. Take the program name and goto SE80.&lt;/P&gt;&lt;P&gt;Under Dictionary Structures, you can see list of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 18:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847486#M359372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T18:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: find tables in a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847487#M359373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using SAP version below 4.7, you can use transaction SE49, to get the list of tables used in a Transaction (also for program, function module and dialog module).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else, &lt;/P&gt;&lt;P&gt;-&amp;gt;use ST05 to do activate SQL Trace&lt;/P&gt;&lt;P&gt;-&amp;gt;execute the transaction &lt;/P&gt;&lt;P&gt;-&amp;gt;Deactivate the SQL Trace&lt;/P&gt;&lt;P&gt;-&amp;gt;Display Trace  ; you will get a list with all the tables used with the corresponding select statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 18:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847487#M359373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T18:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: find tables in a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847488#M359374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;u need to use sql trace(st05) for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 18:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847488#M359374</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2007-01-22T18:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: find tables in a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847489#M359375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;Execute the Transaction &amp;lt;b&amp;gt;'ST05'&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. start Activate SQL trace .&lt;/P&gt;&lt;P&gt;3. Now execute your transactio.&lt;/P&gt;&lt;P&gt;4. Stop SQL Trace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 19:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847489#M359375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T19:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: find tables in a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847490#M359376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module you are looking for is &amp;lt;b&amp;gt;RS_PROGRAM_TABLES&amp;lt;/b&amp;gt;. For example, use&lt;/P&gt;&lt;P&gt;- OBJECT_TYPE = 'TRAN'   " transaction&lt;/P&gt;&lt;P&gt;- OBJECT_NAME = 'VA01'  " or your transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the function module will return you a very exiting list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 20:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847490#M359376</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-01-22T20:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: find tables in a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847491#M359377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Open the program in SE80 and check the Dictionary node and Fields node.&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 20:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847491#M359377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T20:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: find tables in a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847492#M359378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's really no good way to do this for complex SAP programs. Depending on any number of factors, different tables will be used. ST05 will show you which tables were used for one particular run, but not for all possible ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE80 will show you all tables declared for a program, but the program may call function modules that use tables that it declares itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 20:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-tables-in-a-t-code/m-p/1847492#M359378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T20:37:15Z</dc:date>
    </item>
  </channel>
</rss>

