‎2007 Sep 12 5:04 AM
Hi Experts,
I need a FM which return all the file names in a specified directory of presentation server. I also need FM which will provide F4 help on presentation server to search directories.
Regards,
Jeetu
‎2007 Sep 12 5:12 AM
Function module name Function module description
DOWNLOAD Store Internal Table with Dialog as File on the Presentation Server
WS_DOWNLOAD Save Internal Table as File on the Presentation Server
UPLOAD Load Data from the Presentation Server into an Internal Table / Dialog
WS_UPLOAD Load File from the Presentation Server into Internal Table
WS_FILENAME_GET Call file Selector
WS_EXECUTE Execute an External Program on the Presentation Server
WS_MSG Issue the Presentation Server style message
WS_EXCEL
WS_QUERY Execute query function on the Presentation Server
Reward points if useful..............
Regards
Minal
‎2007 Sep 12 5:10 AM
CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
CL_GUI_FRONTEND_SERVICES=>DIRECTORY_BROWSE
Goto SE24 & type CL_GUI_FRONTEND_SERVICES
Click Display
Goto METHODS tab
You will find all the methods
Message was edited by:
Prashant Patil
‎2007 Sep 12 5:12 AM
Function module name Function module description
DOWNLOAD Store Internal Table with Dialog as File on the Presentation Server
WS_DOWNLOAD Save Internal Table as File on the Presentation Server
UPLOAD Load Data from the Presentation Server into an Internal Table / Dialog
WS_UPLOAD Load File from the Presentation Server into Internal Table
WS_FILENAME_GET Call file Selector
WS_EXECUTE Execute an External Program on the Presentation Server
WS_MSG Issue the Presentation Server style message
WS_EXCEL
WS_QUERY Execute query function on the Presentation Server
Reward points if useful..............
Regards
Minal
‎2007 Sep 12 7:22 AM
Check FM ' TMP_GUI_DIRECTORY_LIST_FILES'
as well as class CL_GUI_FRONTEND_SERVICES
method DIRECTORY_LIST_FILES
for listing content of directory