<?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 Finding Tcode with the table name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700213#M1577937</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;Is it possible to find Tcode with the given table name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a tcode for my table via table maintenance. Likewise for other tables (not created by me), I need to find out the respective Tcode, which will allow maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 10:34:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-15T10:34:53Z</dc:date>
    <item>
      <title>Finding Tcode with the table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700213#M1577937</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;Is it possible to find Tcode with the given table name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a tcode for my table via table maintenance. Likewise for other tables (not created by me), I need to find out the respective Tcode, which will allow maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 10:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700213#M1577937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-15T10:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Tcode with the table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700214#M1577938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Search table TSTC with TCODE = Z* and PGMNA = SPACE. This will fetch all the custom transactions maintained for table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 10:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700214#M1577938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-15T10:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Tcode with the table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700215#M1577939</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;Use function module RS_PARAMETER_TRANSACTION_GET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P_PARAMETERS-FIELD = 'VIEWNAME'&lt;/P&gt;&lt;P&gt;P_PARAMETERS-VALUE = "Z table name"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 11:42:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700215#M1577939</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-02-15T11:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Tcode with the table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700216#M1577940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM "RS_PARAMETER_TRANSACTION_GET" doesn't have the import parameters you have specified. Its not working out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear with my query. I need to find the Tcode for a given table with that table name as input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 12:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700216#M1577940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-15T12:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Tcode with the table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700217#M1577941</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;It has a importing parameter name P_PARAMETERS which is referred to a table type S_PARAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 12:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700217#M1577941</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-02-15T12:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Tcode with the table name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700218#M1577942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution. It works out. Have rewarded you the points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 09:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-tcode-with-the-table-name/m-p/7700218#M1577942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-16T09:38:54Z</dc:date>
    </item>
  </channel>
</rss>

