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

Tcode creation date, last changed date & user

arunkumar_vr
Participant
0 Likes
9,457

Hi Experts,

I am having a requirement to list all Z tcodes with its creation date, last changed date and last changed by user name. I had been searching a bit, but no replies in forums yet.

I have got the created by user from TADIR table. But neither TADIR, not TSTC carries this data. Please let me know if this is possible.

Regards,

Arun.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,058

Hi,

     Use TSTC table for T-Code,Pass it to E071 get TR No's and pass TR no to E070 for your complete desired log regarding particular T-Code.

Table E070 is having Date and Time for TR.

Regards:

Soumendra Shukla

10 REPLIES 10
Read only

Former Member
0 Likes
4,058

Hi,

     Z tcodes are mostly created in Development Client and then transported to Quality & Production.

   

     How it is possible to get a log.

     However U can see TR's in Development Client for Changes.

Regards

Soumendra Shukla

Read only

jogeswararao_kavala
Active Contributor
0 Likes
4,058

Table TRDIR contains all the information you've sought. (CNAM, CDAT, UNAM, UDAT etc)

Read only

0 Likes
4,058

Hi,

     Yes in TRDIR table u can get your required details but not by T-Code,Instead Pass Program associated with your T-Code.

Regards

Read only

0 Likes
4,058

A simple Query with this join gives a good report.

Read only

4,058

TRDIR gives only program details. It is possible that the program was created earlier and tcode was created later. Or may be the tcode was created earlier and associated to an old program. Then this program was copied and modified to a new program and then attached to same old tcode. So no luck with this method.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
4,058

Get those information from record R3TR TRAN <name> in TADIR but also in E071/E070 transport requests.

Regards,

Raymond

Read only

Former Member
0 Likes
4,059

Hi,

     Use TSTC table for T-Code,Pass it to E071 get TR No's and pass TR no to E070 for your complete desired log regarding particular T-Code.

Table E070 is having Date and Time for TR.

Regards:

Soumendra Shukla

Read only

0 Likes
4,058

E070 gives only the creation date of TR. So may be the TR was created earlier and at a later date the tcode was created. It is also possible that the tcode was created earlier and then deleted the old TR, then it was included in a new TR.

Read only

4,058

Hi Arun,

     Pass UR T-Code into table E071 Instead of Program.

Read only

Former Member
4,058

Go to tcode SE16 and check table E071. Complete the field OBJ_NAME with the transaction that are you looking for.

Copy each request/tasks for these Tcode and go back to SE16 and check table E070 to see the details.

i think this helps u..