<?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: Get all tables from a tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-all-tables-from-a-tcode/m-p/3518415#M846223</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;    Try this func. module.&lt;/P&gt;&lt;P&gt;RS_PROGRAM_TABLES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give values to parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECT_TYPE         -            TRAN&lt;/P&gt;&lt;P&gt;OBJECT_NAME       -             ME31K -&amp;gt;(transaction name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 14:00:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T14:00:58Z</dc:date>
    <item>
      <title>Get all tables from a tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-all-tables-from-a-tcode/m-p/3518414#M846222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any of you suggest a function module from which I can get the list of tables used in a transaction? &lt;/P&gt;&lt;P&gt;I have tried function module GET_TABLE which returns only the tables used in a program.But if there are any function module calls inside the program I need to get the tables used in the function module also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 13:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-all-tables-from-a-tcode/m-p/3518414#M846222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T13:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get all tables from a tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-all-tables-from-a-tcode/m-p/3518415#M846223</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;    Try this func. module.&lt;/P&gt;&lt;P&gt;RS_PROGRAM_TABLES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give values to parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECT_TYPE         -            TRAN&lt;/P&gt;&lt;P&gt;OBJECT_NAME       -             ME31K -&amp;gt;(transaction name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 14:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-all-tables-from-a-tcode/m-p/3518415#M846223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T14:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get all tables from a tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-all-tables-from-a-tcode/m-p/3518416#M846224</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 through the tcodes SUIM  STAD . in stad u get  the exact information i think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 14:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-all-tables-from-a-tcode/m-p/3518416#M846224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get all tables from a tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-all-tables-from-a-tcode/m-p/3518417#M846225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Function RS_PROGRAM_TABLES will fetch tables related to transaction data  but the FM will not fetch tables for transactions related to master data. For ex FM will not give tables for tcode MM01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   So suggest some other FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 05:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-all-tables-from-a-tcode/m-p/3518417#M846225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T05:16:28Z</dc:date>
    </item>
  </channel>
</rss>

