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: 

getting information of all files and folders from sap server

Former Member
0 Kudos

hi,

how can I get the strings of all files and folders from a directory?

this could be files and folders from a sap server or any other directories.

does anyone know a bapi for this?

the background is that I want to recreate something like the windows explorer with a web dynpro application using a tree-ui with recursive nodes...I want only to view the file- and folderinformation.

so I need all foldernames and filenames from a specific root directory...has anyone a hint or an adequate function module?

I am working with netweaver 7.0 sp 13.

thanks for your answer...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try these

F4_FILENAME_SERVER

/SAPDMC/LSM_F4_SERVER_FILE

Thanks

Pavan

3 REPLIES 3

Former Member
0 Kudos

Try these

F4_FILENAME_SERVER

/SAPDMC/LSM_F4_SERVER_FILE

Thanks

Pavan

former_member194669
Active Contributor
0 Kudos

Hi,

Check fm EPS_GET_DIRECTORY_LISTING

0 Kudos

thank you for your answers...I prefer now to use the methods of the class "CL_GUI_FRONTEND_SERVICES"