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

file on application server

Former Member
0 Likes
640

Hi All,

There is one file created on application server , is there any procedure so that i could find out from which report that file is getting generated ??.

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
612

Hi,

I guess there is no way to find that out directly. I have a thought, you can try that out.

Most probably the file is crested by a batch job ( an online program can transfer data directly ).

From AL11 you can get the userid and date and time of file creation. now in SE37, you can check which job were running

during that time and check them out.

Its a long shot, but the best I can think right now.

Hope it helps,

Raj

Read only

0 Likes
612

HI,

Is there any direct way to find it out from al11 ??.

Read only

former_member156446
Active Contributor
0 Likes
612

Read only

0 Likes
612

dude,

This is not background job query, it's related to application server...please go through my first question

Read only

0 Likes
612

the beauty of using application server files, is we can run the process in background.. so most of the programs which generate files will be scheduled as a background job in real time...