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

Transaction creation date.

Former Member
0 Likes
534

Hi people,

Me and my collegues are peroforming an upgrade from version 46C to 6.0.

I need to know the date of creatin for some transaction codes; c'ause we only need to adaptate programs created before a concrete day.

Does anybody know how cai i get that information? I've tried to get it by the SE93 and the tables TSTC and TADIR but i got no result.

Thank you.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
483

Doesn't seem to be a creation date field for tcodes, huh? Well, lets look at it this way. The tcodes are usually created around the same time as the corresponding report or module pool program, right? So if that is the case, you can join the TSTC and the TRDIR table and get the creation date of the report program.

Regards,

Rich Heilman

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
484

Doesn't seem to be a creation date field for tcodes, huh? Well, lets look at it this way. The tcodes are usually created around the same time as the corresponding report or module pool program, right? So if that is the case, you can join the TSTC and the TRDIR table and get the creation date of the report program.

Regards,

Rich Heilman

Read only

0 Likes
483

Thank-you guys, solved problem.

Read only

Former Member
0 Likes
483

Try with : TSTC_SM

and also do check with TSTC and TADIR

Thanks

Seshu