2007 Sep 19 10:18 AM
Hi,
I need a function to list a windows directory and obtain the files in it.
I have found only functions that runs properly with sap directories, but I need a function that runs ok in windows.
can anyone help me?
Thanks in advance.
Hi,
I need a function to list a windows directory and obtain the files in it.
I have found only functions that runs properly with sap directories, but I need a function that runs ok in windows.
can anyone help me?
Thanks in advance.
2007 Sep 19 10:24 AM
Hi!
Check out the methods
DIRECTORY_GET_CURRENT
DIRECTORY_LIST_FILES
DIRECTORY_SET_CURRENT
in class
cl_gui_frontend_services
Regards
Tamá
2007 Sep 19 10:30 AM
Hi
Call this method.
CL_GUI_FRONTEND_SERVICES=>DIRECTORY_BROWSE.
Check this method in Tcode SE24.
REWARD IF HELPFUL.
2007 Sep 19 10:14 PM
You can use function module EPS_GET_DIRECTORY_LISTING - for directories on appl. server.
regards