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

File transfer from server to program

Former Member
0 Likes
450

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

2 REPLIES 2
Read only

Former Member
0 Likes
418

use FM RZL_READ_DIR_LOCAL to get list of all files in specified directoy on application server

Read only

Former Member
0 Likes
418

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á