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

How to get the source program name for a file

Former Member
0 Likes
3,669

Hi all,

I have one file say 'xyz' in al11 directory say 'a/b/c'.

I want to find out the report name that has generated this file or may be placed in this directory.

Any pointer will be helpful.

Thanks,

Shyam Agrawal

Hi all,

I have one file say 'xyz' in al11 directory say 'a/b/c'.

I want to find out the report name that has generated this file or may be placed in this directory.

Any pointer will be helpful.

Thanks,

Shyam Agrawal

5 REPLIES 5
Read only

Former Member
0 Likes
1,786

by use the date and time u can find

what all program r used in that date and time...

st03n will help u..................

Regards

Anbu

Edited by: Anbu B on Jun 18, 2008 8:57 AM

Read only

0 Likes
1,786

Thanks Anbu for replying.

I am not authorised to run this Tcode.

Is there any other way to find out report name?

Thanks,

Shyam Agrawal

Read only

Former Member
0 Likes
1,786

Go to the first screen of SE38.

Utilities > Find in source code.

There you give the 'xyz' or the logical file name and search.

Read only

0 Likes
1,786

Sorry Swastik, it's not working.

It is giving following msg...

'There is no program/include for xyz'.

Read only

ThomasZloch
Active Contributor
0 Likes
1,786

Using the timestamp of the file you can search the audit log (SM20). This log traces all program executions and downloads (among other things).

Thomas