‎2009 Dec 11 9:52 AM
Hi Experts,
I have a requirement to transfer a set of files from my application server to my program.
My issue is ,i know the path of the server folder but i dont know the filenames specifically,can u suggest is thr any way to read the files by giving in the server path name and retreiveing all the files in the server folder to my program for process each file at a time.
regards,
Kishore
‎2009 Dec 11 10:20 AM
use FM RZL_READ_DIR_LOCAL to get list of all files in specified directoy on application server
‎2009 Dec 11 10:30 AM
Hi!
EPS_GET_DIRECTORY_LISTING fm will be your helper. It will give back the files in a directory on the application server.
Check out other EPS* function modules also, you'll find a lot of useful ones.
Regards
Tamá