2009 Oct 28 8:04 AM
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
2009 Oct 28 10:17 AM
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
2009 Oct 28 8:07 AM
Sorry .. they suggest me to use "GUI_UPLOAD" not "GUI_download"
2009 Oct 28 8:46 AM
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
2009 Oct 28 8:56 AM
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
2009 Oct 28 10:17 AM