‎2009 Dec 17 4:17 AM
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.
‎2009 Dec 17 4:42 AM
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
‎2009 Dec 17 5:39 AM
‎2009 Dec 17 7:47 AM
‎2009 Dec 17 8:24 AM
dude,
This is not background job query, it's related to application server...please go through my first question
‎2009 Dec 17 8:52 AM
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...