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: 

Directory listing of application server

Former Member
0 Kudos

Hi experts,

I need a FM which can read the directory and returns the file names in an internal table.

I tried to use these ones:

- EPS_GET_DIRECTORY_LISTING

- RZL_READ_DIR_LOCAL

, but the filename which should be returned is more than 40 characters and it cannot handled by these function moduls, because it truncates the filename.

Is there any function module which can read the directory and handles the filenames which are more than 40 characters?

1 ACCEPTED SOLUTION
3 REPLIES 3

Former Member
0 Kudos

I think I got it:

EPS2_GET_DIRECTORY_LISTING

Former Member
0 Kudos

Thanks for posting.