<?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 a transaction code for a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544246#M852609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to find a transaction code for a table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 14:08:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-25T14:08:27Z</dc:date>
    <item>
      <title>How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544246#M852609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to find a transaction code for a table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 14:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544246#M852609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T14:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544247#M852610</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;As far as I know I don't think that you can't directly find the transaction code to which the table is associated but you can definitely find the program to which it is associated.To do this goto SE11-&amp;gt;enter the table name-&amp;gt;goto the where used icon on the toolbar and check the program to which it is linked.&lt;/P&gt;&lt;P&gt;Once you get the program goto SE38-&amp;gt;enter the program name-&amp;gt;goto the where-used icon-&amp;gt;click on it and choose transaction.It will show the transaction to which it is linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it was useful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 14:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544247#M852610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T14:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544248#M852611</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 will not have direct transaction codes for tables.. they are maintained by generating Table Maintanenace for the table first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we define the transaction code using SE93 giving transaction name SM31 and giving the default values of the table name in VIEWNAME and UPDATE as X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find any such table you need to goto TSTC tabel and then pass on Z* as the transaction name and ARBGB Message identification as your TABLE name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 14:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544248#M852611</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2008-03-25T14:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544249#M852612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check in table : TSTC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 14:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544249#M852612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T14:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544250#M852613</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;thanks for the reply, there is a way we can use table TSTCP and while we enter the param field need to fill the  &lt;STRONG&gt;table name&lt;/STRONG&gt; wildcard character in that field also we can use SE49 for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohinder Singh Chauhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 06:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544250#M852613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T06:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544251#M852614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks all 4 reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 10:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544251#M852614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T10:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544252#M852615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 09:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544252#M852615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-20T09:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544253#M852616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot..!! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 12:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544253#M852616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-29T12:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544254#M852617</link>
      <description>&lt;P&gt;It was great and perfect...&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 08:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544254#M852617</guid>
      <dc:creator>alizamani</dc:creator>
      <dc:date>2021-01-27T08:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544255#M852618</link>
      <description>&lt;P&gt;Lets take a table 'ZSCE_MAT_GRP' for which we need to get the transaction details to maintain values in that table.
Step 1: enter table name in SE11 and check if any views are there in where-used list (in our case-view =&amp;gt; ZVSCE_MAT_GRP) &lt;/P&gt;&lt;P&gt;Step 2: Goto TVDIR table in SE16 =&amp;gt; enter view name 'ZVSCE_MAT_GRP' in TABNAME field and check if entries are there for the view &lt;/P&gt;&lt;P&gt;Step 3: Goto TSTCP table in SE16 =&amp;gt; enter view name with * in front of and back of view name (*ZVSCE_MAT_GRP*) in PARAM field. Hit Execute. You will get the Transaction Code created to maintain values of table ZSCE_MAT_GRP.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 11:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544255#M852618</guid>
      <dc:creator>former_member39001</dc:creator>
      <dc:date>2021-08-04T11:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544256#M852619</link>
      <description>&lt;P&gt;goto se16/se11-&amp;gt; PUT table name 'TSTCP' &lt;span class="lia-unicode-emoji" title=":grinning_squinting_face:"&gt;😆&lt;/span&gt; Param name (*Ztable*)  table name with "*" mandate for both side execute.&lt;/P&gt;&lt;P&gt;U will get tcode name......&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 10:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-a-transaction-code-for-a-table/m-p/3544256#M852619</guid>
      <dc:creator>irfanjazz1</dc:creator>
      <dc:date>2021-11-08T10:27:40Z</dc:date>
    </item>
  </channel>
</rss>

