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: 

windows folders file names.

Former Member
0 Kudos

HI all,

How to get the file names stored in a particular windows server to abap program.

Is there any standard function modules available.

Can any one help me.

regards

Renuka

7 REPLIES 7

Former Member
0 Kudos

Use this FM.

TMP_GUI_DIRECTORY_LIST_FILES

Former Member
0 Kudos

I tried with this funciton its not working

I have to retrive from the ftp server

Is there any function modules available

Regards

Renuka

0 Kudos

You have to clear when you state your questions.

Look at the Package EPSF. This has some FM modules which might help you.

Amandeep

0 Kudos

Hi Renuka,

You can use this function module:

EPS_GET_DIRECTORY_LISTING

Former Member
0 Kudos

HI Palani,

I need to get the files name list from the FTP server. So this function is not suitable for that

Regards,

Renuka.

0 Kudos

Hi Renuka,

Try this function module:

EPS_FTP_LS

It should help you out.

Regards

Elini.P

Former Member
0 Kudos

closed