Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

creation date for a transaction Code

Former Member
0 Likes
11,198

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

8 REPLIES 8
Read only

andreas_mann3
Active Contributor
0 Likes
4,794

use tables E070 and E071

A.

Read only

0 Likes
4,794

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.

Read only

Former Member
0 Likes
4,794

TADIR with Object as TRAN and ob_name with the transaction name.

Read only

0 Likes
4,794

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.

Read only

Former Member
0 Likes
4,794

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.

Read only

0 Likes
4,794

Thanks Srikanth,

it worked like a magic

Read only

4,794

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!

Read only

Former Member
0 Likes
4,794

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