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

file path for presentation layer

Former Member
0 Likes
702

Hi

suggest me function module to get file paths from presentation layer

as i am downloading a file from SAP to presentation layer.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

Hi,

use CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG

Regards,

Atish

Hi

suggest me function module to get file paths from presentation layer

as i am downloading a file from SAP to presentation layer.

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
628

Hi,

use CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG

Regards,

Atish

Read only

Former Member
0 Likes
627

Hi,

At the presentation level:

->GUI_UPLOAD

->GUI_DOWNLOAD

->CL_GUI_FRONTEND

<b>reward points if useful.</b>

regards,

Vinod Sameul.

Read only

varma_narayana
Active Contributor
0 Likes
627

Hi..

Call the Method:

<b>CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG . </b>

It will give the Popup To enter the Path to Download the file to Presentation server.

<b>reward if Helpful.</b>