Application Development 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: 

BDC-downloads

Former Member
0 Kudos
100

hi friends,

could u plz tell me the difference between Download / ws_download / gui_download?

plz tell me in details.

with regards,

Priya.S

4 REPLIES 4

Former Member
0 Kudos
65

HI,

WS_DOWNLOAD is the older version , & gui_download is the latest version.

u can download data from sap to other application like excel using these methods.

rgds.

plz reward points if it helps

VB09104
Active Participant
0 Kudos
65

Hi Priya,

These three function modules provide with one and the same functionality i.e. to download the internal table data to your Presentation Server ( your own system) in the form of flat file or excel sheet.

Just difference is that FM's Download and WS_Download are OBSOLETE in latest version ECC 6.0. In this version you can use GUI_DOWNLOAD instead if it.

Regards,

Vikas.

plz reward if helpful..

former_member386202
Active Contributor
0 Kudos
65

Hi,

Doenload and ws_download are the obsolete FM on ECC 6.0

Use GUI_DOWNLOAD on ECC 6.0

Regards,

Prashant

Former Member
0 Kudos
65

Hi Priya,

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.

hope this helps u

Reward if its useful

Jgds