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

User Programs

Former Member
0 Likes
649

HI ,

in sap is there any possibility search progarms for perticular user creadted .

for ex .... if user X created the program ZX then based on user X how we can fine the program ZX .

THX

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

Go to table TADIR

and give Author name as user name.

Regards,

Atish

4 REPLIES 4
Read only

Former Member
0 Likes
627

Go to table TADIR

and give Author name as user name.

Regards,

Atish

Read only

Former Member
0 Likes
626

hi,

go for se11----give table name as trdir

then display--in menu bar -


utilites -
contents---in name give zx* and then exectute u get all the program names that are created by name zx(that starts with zx)

Read only

Former Member
0 Likes
626

Hi,

Enter transaction 'SE11' in the command field.

Goto table 'TRDIR'

Press F7

Goto 'SETTINGS' in the toolbar.

click on 'FIELDS FOR SELECTION'

Check the checkbox 'CNAM' or 'Author'

In the selection screen enter the Author name in CNAM\AUTHOR.

Press 'F8' or click on 'EXECUTE' button.

Thanks,

Chinmaye

Read only

Sougata
Active Contributor
0 Likes
626

I don't know why everyone's suggesting to go through SE11 to find this information where there is a much simpler way to adopt.

All you have to do is to go to SE38 then click the Find button on the toolbar. In the subsequent screen, go to menubar option Edit->All Selections which will open up additional fields for selection on this screen.

Under Additional Selections, you'll find input field Program Author. Enter the username you want to search for. In the field up the top named Program Name input multiple selection Z* & Y* (to reduce run-time) then Execute (F8) it. You'll find a list of all customer programs created by the author i.e. username you've requested in your selections.

Similarly, you can find out all programs changed by a certain user but may not have created it in the first place, any modifications done by a certain user.

Hope this solves the issue.

Cheers,

Sougata.