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

app server file

Former Member
0 Likes
553

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
533

Maybe combination of these two FM's can help you.

1. EPS_GET_DIRECTORY_LISTING

2. EPS_GET_FILE_ATTRIBUTES

Kind Regards

Eswar

4 REPLIES 4
Read only

Former Member
0 Likes
533

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.

Read only

Former Member
0 Likes
533
Read only

Former Member
0 Likes
534

Maybe combination of these two FM's can help you.

1. EPS_GET_DIRECTORY_LISTING

2. EPS_GET_FILE_ATTRIBUTES

Kind Regards

Eswar

Read only

Former Member
0 Likes
533

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?