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

Function Download not support in ECC 6.0

Former Member
0 Likes
687

Dear All ,

Now i faced the problem when upgrade my coding to ECC6.0 , my current program is using Call funtion "Download" to export the report data to Excel, but this "Download" function is not support in ECC 6.0 , they suggest me to use call function "GUI_dowload", but this function cannot give me the features like "Donwload" funtion . Any others function which can use in ECC 6.0 and same features like "Download" .

Thanks

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
598

Those functions are obsolete, ([Note 594356 - Function modules ws_upload and ws_download are obsolete|https://service.sap.com/sap/support/notes/594356])

Use news FM GUI_DOWNLOAD or class CL_GUI_FRONTEND_SERVICES method GUI_DOWNLOAD.

Regards,

Raymond

4 REPLIES 4
Read only

Former Member
0 Likes
598

Sorry .. they suggest me to use "GUI_UPLOAD" not "GUI_download"

Read only

Former Member
0 Likes
598

Which features of download FM arent available in gui_download? if you could be specific it would help us suggest you in a better way

Read only

Former Member
0 Likes
598

Hi,

WS_UPLOAD/WS_DOWNLOAD/UPLOAD/DOWNLOAD is obsolete FM in ECC 6.0.

In the place of WS_UPLOAD/WS_DOWNLOAD/UPLOAD/DOWNLOAD use FM

GUI_UPLOAD/ GUI_DOWMLOAD and importing parameter u2018FILENAMEu2019 must be of

String type but in obsolete function modules it is of type C (128).

Regards,

Mahender

Read only

RaymondGiuseppi
Active Contributor
0 Likes
599

Those functions are obsolete, ([Note 594356 - Function modules ws_upload and ws_download are obsolete|https://service.sap.com/sap/support/notes/594356])

Use news FM GUI_DOWNLOAD or class CL_GUI_FRONTEND_SERVICES method GUI_DOWNLOAD.

Regards,

Raymond