<?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 Tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064466#M427067</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; my search criteria is t_code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to find how many user have the right  for same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2007 05:59:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-21T05:59:43Z</dc:date>
    <item>
      <title>how to find Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064466#M427067</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; my search criteria is t_code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to find how many user have the right  for same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 05:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064466#M427067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T05:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to find Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064467#M427068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin&lt;/P&gt;&lt;P&gt;  goto SE11/12 enter table name as TSTC and execute that table then it iwll display all the t-codes.&lt;/P&gt;&lt;P&gt;How to Process "Being Created" Sessions   &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;kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 06:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064467#M427068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T06:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to find Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064468#M427069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      You can find all transaction codes in TSTC table.&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;V.Raghavender.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 06:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064468#M427069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T06:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to find Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064469#M427070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;When initiating a transaction, a system program performs a series of checks to ensure the user is authorized. &lt;/P&gt;&lt;P&gt;1. The program checks whether the transaction code exists in table TSTC.&lt;/P&gt;&lt;P&gt;2. The program checks whether the transaction code is locked by the administrator (transaction code SM01).&lt;/P&gt;&lt;P&gt;3. The program checks whether the user has the authority to start the transaction. Authorization object S_TCODE (transaction start) contains the authorization field TCD (transaction code). The user must have the appropriate authorization for the transaction code to be started (for example, FK01, Create Vendor).&lt;/P&gt;&lt;P&gt;4. The program checks whether an authorization object is assigned to the transaction code. If this is the case, the program checks whether the user has an authorization for this authorization object. The transaction code/authorization object assignment is stored in table TSTCA.&lt;/P&gt;&lt;P&gt;Note: An SAP program controls steps 1 through 4. It displays an automatic message to the user if an authorization attempt fails in the step.&lt;/P&gt;&lt;P&gt;5. The system performs authorization checks in the ABAP program using the ABAP statement AUTHORITY-CHECK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 06:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064469#M427070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T06:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to find Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064470#M427071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto se11, type TSTCT, you'll have the list of tcode's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or got se93 and type se* press F4, you'll get the list of tcodes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 06:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064470#M427071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T06:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to find Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064471#M427072</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;If u Need to Find the Tcode means .. Goto se11 and tablename TSTC.&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;If u need to find, what all the transcations will be Executed for the particluar user means.. Goto Tcode &amp;lt;b&amp;gt;SUIM.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that Expand the TRANSACTIONS TREE.&lt;/P&gt;&lt;P&gt;And execute the .. EXECUTABLE FOR USER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And give the user name..&lt;/P&gt;&lt;P&gt;Now u may able to know what transactions will be executed for the particular user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any queries Means Reply me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helps.&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>Wed, 21 Mar 2007 06:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064471#M427072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T06:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to find Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064472#M427073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;/P&gt;&lt;P&gt; i want to find t_code MM01 for  that how many user have right's?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 06:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064472#M427073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T06:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to find Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064473#M427074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sachin,&lt;/P&gt;&lt;P&gt;                 The authorization object S_TCODE (transaction start) contains the field TCD (transaction code). The user must have an authorization with a value for the selected transaction code. The system checks whether the transaction code is assigned an authorization object. If so, a check is made that the user has authorization for this authorization object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 06:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064473#M427074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T06:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to find Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064474#M427075</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 fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'AUTHORITY_CHECK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call 'AUTHORITY_CHECK'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;   USER = &amp;lt;USER&amp;gt;&lt;/P&gt;&lt;P&gt;   OBJECT = 'S_TCODE'&lt;/P&gt;&lt;P&gt;   FIELD1  = 'TCD'&lt;/P&gt;&lt;P&gt;   VALUE1 = &amp;lt;TRANSACTION CODE&amp;gt;&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;   SY-SUBRC = &amp;lt;VAL&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trap the exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this FM in a program.&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;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S. Chandra Mouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 06:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-tcode/m-p/2064474#M427075</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2007-03-21T06:50:41Z</dc:date>
    </item>
  </channel>
</rss>

