<?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: creation date for a transaction Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548860#M1074240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Midhun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the table TADIR (System Repository Object) provide the Object Type as 'TRAN' and Created On date as your given range of date in which you want to find the transaction creation date and you can also provide package name, it will speed up the data search. Finally execute it..&lt;/P&gt;&lt;P&gt;You will get all the transaction created with in that period of time along with the package , request and creation date..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Syed Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 05:06:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-10T05:06:41Z</dc:date>
    <item>
      <title>creation date for a transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548854#M1074234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;I have a requirement to  find out the creation date for a transaction code.Hey guys plz help me out.There is no creation date in the table TSTC i have checked that.Is there any way with basis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548854#M1074234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: creation date for a transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548855#M1074235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use tables E070 and E071&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 10:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548855#M1074235</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2008-09-30T10:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: creation date for a transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548856#M1074236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is i have request which was created in june and then there was a creation of a transaction code &lt;/P&gt;&lt;P&gt;by someone during the period from june to september so i needed to know when this tcode creation had happened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 10:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548856#M1074236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T10:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: creation date for a transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548857#M1074237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TADIR with Object as TRAN and ob_name with the transaction name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 18:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548857#M1074237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-14T18:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: creation date for a transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548858#M1074238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go to SE93 -&amp;gt; Enter the transaction Z*****&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Display the transaction.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Double click on the program.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It will route you to ABAP program where you can find the creation date and author details.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As every transaction is a program in the backend, this could be one way to find the creation date of a transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/1389/images/emoticons/happy.gif" width="1"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 18:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548858#M1074238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-22T18:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: creation date for a transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548859#M1074239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Dakshna!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This answer of yours worked for me, to find the creation date (i.e. created on) and creator (i.e. author) of a transaction code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 23:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548859#M1074239</guid>
      <dc:creator>jmanchester</dc:creator>
      <dc:date>2014-06-09T23:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: creation date for a transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548860#M1074240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Midhun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the table TADIR (System Repository Object) provide the Object Type as 'TRAN' and Created On date as your given range of date in which you want to find the transaction creation date and you can also provide package name, it will speed up the data search. Finally execute it..&lt;/P&gt;&lt;P&gt;You will get all the transaction created with in that period of time along with the package , request and creation date..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Syed Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 05:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548860#M1074240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-10T05:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: creation date for a transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548861#M1074241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it worked like a magic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 16:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548861#M1074241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-27T16:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: creation date for a transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548862#M1074242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty big assumption: that the tcode was created on the same day as the program that it executes! Apart from ignoring the fact that not all tcodes execute a program, most times when I write a new report program I get the program all working first and only create a tcode when I'm ready to give it to a functional analyst to test!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 18:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creation-date-for-a-transaction-code/m-p/4548862#M1074242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-27T18:39:07Z</dc:date>
    </item>
  </channel>
</rss>

