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

Reg : Finding the Program Name

Former Member
0 Likes
922

Hi Guru's,

Z program created the file in application server for the following path "/prd/data/CON/FTS/2084/Out/BACKUP"

but i don't know which program created this file.i searched manyways but i unable to find that program.

anybody helpme to find that z program..is it stored in any table.??

Regards

P.Senthil Kumar

6 REPLIES 6
Read only

Former Member
0 Likes
880

All Programs stored in table D010SINF.

So check for your ones.

Regds,

Anil

Read only

0 Likes
880

Hi Anil,

In this table "D010SINF".is it possible to find the program using the path "/prd/data/CON/FTS/2084/Out/BACKUP"..

Regards

P.Senthil Kumar

Read only

0 Likes
880

No Dear,

Only program name are there and type you can check.

For path search, you have to check code one by one or through Description you can guess.

One thig is possible, if you know the FM you have used for downloading this file.

Just have a look for where use list for that FM in SE37 and check for Z-Programs.

Onemore thing you can do is to check with BASIS people.

On which date this file has been generated and accordingly check STAT for the day.

It will give you the complete list of the programs executed on same day.

Regds,

Anil

Edited by: Anil Katoch on Jul 21, 2009 12:03 PM

Read only

Former Member
0 Likes
880

Hi senthil kumar,

I guess, its not possible to find the Program name which created the downloaded file, or else while downloading the concatenate the Program Name as Path and save in Application Layer.

Regards,

Suneel G

Read only

Former Member
0 Likes
880

It is not possible to find the Program name.

Read only

Former Member
0 Likes
880

Hi Senthil..You can check out with table TRDIR...

regards,

vidya