‎2006 Oct 27 11:06 AM
hi all,
i have a scenario to fetch app server files for a particular date and time.any table is holding the app server file details?
please answer.
thanks in advance.
‎2006 Oct 27 11:32 AM
Maybe combination of these two FM's can help you.
1. EPS_GET_DIRECTORY_LISTING
2. EPS_GET_FILE_ATTRIBUTES
Kind Regards
Eswar
‎2006 Oct 27 11:15 AM
Hi anburaja,
1. Ofcourse not.
2. No table will store details of all operating system files.
3. we can however use the FM F4_FILENAME_SERVER
regards,
amit m.
‎2006 Oct 27 11:29 AM
‎2006 Oct 27 11:32 AM
Maybe combination of these two FM's can help you.
1. EPS_GET_DIRECTORY_LISTING
2. EPS_GET_FILE_ATTRIBUTES
Kind Regards
Eswar
‎2006 Oct 27 11:46 AM
hi all,
i got date time using those 2 FM.
but FM process all the files.
if the file list is huge,it will take more time.
my file list is increasing day by day.
any other way to fetch the file easily?