‎2007 Oct 26 8:13 AM
Hi
suggest me function module to get file paths from presentation layer
as i am downloading a file from SAP to presentation layer.
Regards
‎2007 Oct 26 8:16 AM
Hi,
use CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
Regards,
Atish
‎2007 Oct 26 8:16 AM
Hi,
use CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
Regards,
Atish
‎2007 Oct 26 8:19 AM
Hi,
At the presentation level:
->GUI_UPLOAD
->GUI_DOWNLOAD
->CL_GUI_FRONTEND
<b>reward points if useful.</b>
regards,
Vinod Sameul.
‎2007 Oct 26 8:21 AM
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>