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

Program launching history

Former Member
0 Likes
658

Hi there, I've got such a small question ...

... I need to clean a bit in our workbench, there are some programs which I don't know nothing about (who uses it and what for).

My question is if there is some way to get program launching history? I mean it would suffice if I know which user and when launched some specific Z* program, I could find the user and ask him about program then.

I'd be thankful for small tip. Greetings. P.

1 ACCEPTED SOLUTION
Read only

KK07
Contributor
0 Likes
599

Hi,

You Can Make use of the table TRDIR which has fields like

NAME ABAP Program Name

CNAM Author

CDAT Created on ..etc,

Hope this is usefull..

Cheers,

KK

Hi there, I've got such a small question ...

... I need to clean a bit in our workbench, there are some programs which I don't know nothing about (who uses it and what for).

My question is if there is some way to get program launching history? I mean it would suffice if I know which user and when launched some specific Z* program, I could find the user and ask him about program then.

I'd be thankful for small tip. Greetings. P.

2 REPLIES 2
Read only

KK07
Contributor
0 Likes
600

Hi,

You Can Make use of the table TRDIR which has fields like

NAME ABAP Program Name

CNAM Author

CDAT Created on ..etc,

Hope this is usefull..

Cheers,

KK

Read only

Former Member
0 Likes
599

You can use transaction STAD to search stats records for a particular program/transaction.

The stats reside on the file system and are overwritten in a cyclic manner, so if the programs have not been used for some time the stats will have been overwritten. But it is a place you could start looking at to see if the programs are in current use.