‎2014 Jul 10 9:49 AM
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.
‎2014 Jul 10 12:27 PM
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
‎2014 Jul 10 11:43 AM
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
‎2014 Jul 10 11:48 AM
Table TRDIR contains all the information you've sought. (CNAM, CDAT, UNAM, UDAT etc)
‎2014 Jul 10 12:08 PM
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
‎2014 Jul 10 12:11 PM
‎2014 Jul 10 12:48 PM
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.
‎2014 Jul 10 12:12 PM
‎2014 Jul 10 12:27 PM
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
‎2014 Jul 10 12:49 PM
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.
‎2014 Jul 10 12:51 PM
‎2014 Jul 10 1:41 PM
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..