Application Development 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: 

Retrieve all files from a particular location on application server

Former Member
0 Kudos

Hi all,

I need to retrieve all files in a particular location (folder).

I am using the function module EPS_GET_DIRECTORY_LISTING. But the problem is that it doenot give Date and Time. and the table is sorted by Name.

I want the time and date of the Files also. So that I can sort them on Date and Time to get the Latest file first.

Also there is not Date and time Stamp in the Naming Convention of the Input File.

Please suggest as this is very urgent.

Is there any function module which gives Date and time in addition to file name.

2 REPLIES 2

Former Member
0 Kudos

Hi!

Please us fm EPS_GET_FILE_ATTRIBUTES.

Regards

Tamá

Former Member
0 Kudos

Hi,

You can use RZL_READ_DIR_LOCAL