‎2008 Sep 30 10:59 AM
Hello Gurus,
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?
Regards,
Midhun Abraham
‎2008 Sep 30 11:11 AM
‎2008 Sep 30 11:22 AM
The problem is i have request which was created in june and then there was a creation of a transaction code
by someone during the period from june to september so i needed to know when this tcode creation had happened.
‎2011 Sep 14 7:44 PM
TADIR with Object as TRAN and ob_name with the transaction name.
‎2014 Jun 10 12:03 AM
Thanks, Dakshna!
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.
‎2013 Apr 22 7:05 PM
Please go to SE93 -> Enter the transaction Z*****
Display the transaction.
Double click on the program.
It will route you to ABAP program where you can find the creation date and author details.
As every transaction is a program in the backend, this could be one way to find the creation date of a transaction.
Regards,
Srikanth.
‎2015 Aug 27 5:47 PM
‎2015 Aug 27 7:39 PM
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!
‎2014 Jun 10 6:06 AM
Hi Midhun,
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..
You will get all the transaction created with in that period of time along with the package , request and creation date..
Thanks & Regards
Syed Hussain