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

FIND THE USERID

Former Member
0 Likes
1,298

Hi,

I have the userid how can I know what are the REPORT programs that where developed by that user.

Hi,

I have the userid how can I know what are the REPORT programs that where developed by that user.

10 REPLIES 10
Read only

Former Member
0 Likes
1,272

AUTHOR field of TADIR.

Read only

Former Member
0 Likes
1,272

Hi,

take a look to transaction SE38, searchfunction for reports and button "infosystem".

regards

Nicole

Read only

former_member404244
Active Contributor
0 Likes
1,272

Hi,

Check the tables TADIR AND TRDIR...

Regards,

Nagaraj

Read only

Former Member
0 Likes
1,272

Hi Shilpa,

This is simple...

Step:

1. Goto SE38.

2. In top menu Utilities > Find program

3. On the application tool bar there is a button with "" (All selections). You can do this with shortcut 'SHIFTF9' as well.

4. In the additional selection sub-screen, give the username in program author / last changed by.

Your task is acheived !!!

Please mark this question answered and reward points.

Regards.

Read only

Former Member
0 Likes
1,272

Hello,

go to table trdir go to table contents there you can give the userid in the field created by (Field name is CNAM) and see what all program name (field name is NAME). you will get teh list of programs by that user.

Thanks,

Gunjan

Read only

Former Member
0 Likes
1,272

select the table TRDIR and excecute the program

give '1' to SUBC and give userid to CNAM and execute

Read only

Former Member
0 Likes
1,272

HI Shilpa ,

please goto t code se01 and provide the u id

and under request tasks select the options called

modifiable and released click on display we will find the reports and all the programs developed by the user

Read only

Former Member
0 Likes
1,272

Hi,

Please refer table TRDIR.

Thanks,

Sriram Ponna.

Read only

JoffyJohn
Active Contributor
0 Likes
1,272

Another way is

Utilities Menu -> version -> version management,

There you can see the user against the Author field.

Initial entry will be author who created the report

Read only

Former Member
0 Likes
1,272

hi Shilpa,

u can use SE09 or SE01 transport organiser .

or

use

TRDIR tabel CNAM = userid and SUBC = is program type ie include ,ex,subpool

Regards

Amit