Application Development and Automation 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: 
Read only

FM for presentation server

Former Member
0 Likes
538

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

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

3 REPLIES 3
Read only

Former Member
0 Likes
508

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

Read only

Former Member
0 Likes
509

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

Read only

0 Likes
508

Check FM ' TMP_GUI_DIRECTORY_LIST_FILES'

as well as class CL_GUI_FRONTEND_SERVICES

method DIRECTORY_LIST_FILES

for listing content of directory