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: 

list of presentation server directories

Former Member
0 Kudos

Is there any function module the return the list of presentation server directories?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try FM TMP_GUI_DIRECTORY_LIST_FILES

Regards,

Surinder

3 REPLIES 3

Former Member
0 Kudos

Hi davud,

EPS_GET_DIRECTORY_LISTING, return a list of filenames from a local or network drive

GUI_CREATE_DIRECTORY Create a directory on the presentation server

thanks

karthik

Former Member
0 Kudos

Hi,

Try FM TMP_GUI_DIRECTORY_LIST_FILES

Regards,

Surinder

kiran_k8
Active Contributor
0 Kudos

Itzik,

Check if the below given function modules are of any help in your requirement.

To read the files from AL11 ( App Server )

F4_DXFILENAME_TOPRECURSION

Checks whether a directory exists

PFL_CHECK_DIRECTORY

Lists the files under a Folder

RZL_READ_DIR_LOCAL

Lists the files under a Folder

TMP_GUI_DIRECTORY_LIST_FILES

K.Kiran.