<?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: to know the t.code from program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760768#M904770</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;goto se80 tcode and select "program" in the list box and give the program name in the next input field then press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a tree structure will appear to you below the field.in that expand the "transactions" node then u can see the transaction codes for that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to get it programatically wriote code like this.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA:tran_code like sy-tcode.
SELECT tcode into tran_code FROM tstc WHERE pgmna = 'program name'.
  WRITE:/ tran_code.
ENDSELECT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2008 05:07:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-08T05:07:43Z</dc:date>
    <item>
      <title>to know the t.code from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760765#M904767</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;&lt;/P&gt;&lt;P&gt;How to see/know the transaction code from SE38? or any other methods to know if we know only program name not known t.code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;early reply highly appriciated/awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Soma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 05:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760765#M904767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T05:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: to know the t.code from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760766#M904768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto SE38..&lt;/P&gt;&lt;P&gt;Give your program name...&lt;/P&gt;&lt;P&gt;Click Ctrl + Shift  + F3  (Where used list)&lt;/P&gt;&lt;P&gt;A popup will appear&lt;/P&gt;&lt;P&gt;Select only "Transactions" check box....&lt;/P&gt;&lt;P&gt;And click "OK" &lt;/P&gt;&lt;P&gt;It will give you the transactions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 05:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760766#M904768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T05:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: to know the t.code from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760767#M904769</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; I understand that you have program name and now you are looking for a tcode associated to it ... for that check TST* tables ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 05:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760767#M904769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T05:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: to know the t.code from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760768#M904770</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;goto se80 tcode and select "program" in the list box and give the program name in the next input field then press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a tree structure will appear to you below the field.in that expand the "transactions" node then u can see the transaction codes for that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to get it programatically wriote code like this.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA:tran_code like sy-tcode.
SELECT tcode into tran_code FROM tstc WHERE pgmna = 'program name'.
  WRITE:/ tran_code.
ENDSELECT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 05:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760768#M904770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T05:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: to know the t.code from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760769#M904771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to se38..&lt;/P&gt;&lt;P&gt;And give the program name.&lt;/P&gt;&lt;P&gt;Press where useed list and select transaction.&lt;/P&gt;&lt;P&gt;You will find the transaction.&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;Madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 05:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760769#M904771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T05:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: to know the t.code from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760770#M904772</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;All Transaction Codes are stored in table TSTC along with the Program name. So check the entries of table TSTC for respective program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 05:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-know-the-t-code-from-program/m-p/3760770#M904772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T05:09:45Z</dc:date>
    </item>
  </channel>
</rss>

