<?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: zprograms and t-codes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973036#M948943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use table TSTC to get the tcodes ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 15:56:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T15:56:15Z</dc:date>
    <item>
      <title>zprograms and t-codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973034#M948941</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 have to prepare a report that displays the zprograms and respective t-codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone give me the tables relevant to them please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its very very urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 15:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973034#M948941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T15:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: zprograms and t-codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973035#M948942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check tables tadir , trdir, and TSTC...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 15:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973035#M948942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T15:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: zprograms and t-codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973036#M948943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use table TSTC to get the tcodes ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 15:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973036#M948943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T15:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: zprograms and t-codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973037#M948944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use TSTC table to get the transaction codes with the program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRDIR will contain all the program names. If the transaction codes arenot created for any of the programs then use the TRDIR table to get their names. Refer the field SUBC for type of program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;\[removed by moderator\]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Bobbala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kiran Bobbala on Jun 23, 2008 5:59 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jan Stallkamp on Jun 23, 2008 6:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 15:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973037#M948944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T15:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: zprograms and t-codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973038#M948945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any table storing program names and t-codes respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else how to put the condition to retrieve program name and t-codes respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 16:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973038#M948945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: zprograms and t-codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973039#M948946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use TSTC table and display the contents.&lt;/P&gt;&lt;P&gt;Give either tcode name or program name&lt;/P&gt;&lt;P&gt;Execute&lt;/P&gt;&lt;P&gt;You can get the output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 16:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zprograms-and-t-codes/m-p/3973039#M948946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T16:05:54Z</dc:date>
    </item>
  </channel>
</rss>

