2007 Feb 26 5:48 PM
hi experts
can u say give me the differences between ws_upload and ws_download
thanks and regard
satya
2007 Feb 26 5:58 PM
Hi Seenu,
WS_UPLOAD Upload file from PC. Old version of GUI_UPLOAD .
WS_DOWNLOAD Download file to PC. Old version of GUI_DOWNLOAD
WS_UPLOAD and WS_DOWNLOAD, the function modules used until now are not part of the standard set of ABAP commands. They are used to display the file interface on the presentation server. WS_UPLOAD and WS_DOWNLOAD are not compatible with USs and have been replaced by GUI_UPLOAD and GUI_DOWNLOAD.
The new function modules, GUI_UPLOAD and GUI_DOWNLOAD, have an interface that also allows you to write Unicode format to the local hard drive. For a description of these interfaces, refer to the documentation for each function module, available under SAP Easy Access " Development " Function Builder " Goto " Documentation.
Instead of using the function modules, you can use the static methods GUI_UPLOAD and GUI_DOWNLOAD of the global class CL_GUI_FRONTEND_SERVICES.
Regards
Naresh
2007 Feb 26 5:52 PM
Hi,
WS_UPLOAD is used to get the data from the presentation server file(C:\test.txt) and move it to an internal table..
WS_DOWNLOAD is used to put the data in the presentation server file (C:\test.txt) with the data available in the internal table..
Thanks,
Naren
2007 Feb 26 5:58 PM
Hi Seenu,
WS_UPLOAD Upload file from PC. Old version of GUI_UPLOAD .
WS_DOWNLOAD Download file to PC. Old version of GUI_DOWNLOAD
WS_UPLOAD and WS_DOWNLOAD, the function modules used until now are not part of the standard set of ABAP commands. They are used to display the file interface on the presentation server. WS_UPLOAD and WS_DOWNLOAD are not compatible with USs and have been replaced by GUI_UPLOAD and GUI_DOWNLOAD.
The new function modules, GUI_UPLOAD and GUI_DOWNLOAD, have an interface that also allows you to write Unicode format to the local hard drive. For a description of these interfaces, refer to the documentation for each function module, available under SAP Easy Access " Development " Function Builder " Goto " Documentation.
Instead of using the function modules, you can use the static methods GUI_UPLOAD and GUI_DOWNLOAD of the global class CL_GUI_FRONTEND_SERVICES.
Regards
Naresh
2007 Feb 26 5:59 PM
Hi,
Check this information from other thread.
WS_UPLOAD and WS_DOWNLOAD, the function modules used until now are not part of the standard set of ABAP commands. They are used to display the file interface on the presentation server. WS_UPLOAD and WS_DOWNLOAD are not compatible with USs and have been replaced by GUI_UPLOAD and GUI_DOWNLOAD.
The new function modules, GUI_UPLOAD and GUI_DOWNLOAD, have an interface that also allows you to write Unicode format to the local hard drive. For a description of these interfaces, refer to the documentation for each function module, available under SAP Easy Access " Development " Function Builder " Goto " Documentation.
Instead of using the function modules, you can use the static methods GUI_UPLOAD and GUI_DOWNLOAD of the global class CL_GUI_FRONTEND_SERVICES.
Regards,
Ferry Lianto
2007 Feb 26 6:19 PM
hi kumar,
this two are two obsolete function modules. They do their indented function such as uploading data from a file(ws_upload) and downloading data from sap into the presentation server file(ws_download).
In ws_download v have to give the filename and filetype as parameters., but in the case of download fn v can give the same during runtime.
Regards...
Arun.
2007 Feb 26 6:57 PM
hi
WS_UPLOAD and WS_DOWNLOAD, the function modules used until now are not part of the standard set of ABAP commands. They are used to display the file interface on the presentation server. WS_UPLOAD and WS_DOWNLOAD are not compatible with USs and have been replaced by GUI_UPLOAD and GUI_DOWNLOAD.
The new function modules, GUI_UPLOAD and GUI_DOWNLOAD, have an interface that also allows you to write Unicode format to the local hard drive. For a description of these interfaces, refer to the documentation for each function module, available under SAP Easy Access " Development " Function Builder " Goto " Documentation.
Instead of using the function modules, you can use the static methods GUI_UPLOAD and GUI_DOWNLOAD of the global class CL_GUI_FRONTEND_SERVICES.