‎2009 Apr 10 10:27 AM
hai all,
function module name is gui_download, in this function gives file path, so then data transfer to the file path.
at the same time message raise 11 bytes are transfered, but aviod this message.
please explain.
‎2009 Apr 10 10:38 AM
Hi Uday,
Pass exporting parameter SHOW_TRANSFER_STATUS as SPACE instead of ABAP_TRUE in function module GUI_DOWNLOAD.Then messages won't come.
Regards,
Ananth
‎2009 Apr 10 10:53 AM
Hi Uday,
Set the value of parameter SHOW_TRANSFER_STATUS as ABAP_FALSE.
Regards,
Nitin.
‎2009 Apr 10 11:18 AM
‎2009 Apr 10 12:34 PM
Hi Uday ,
Try giving SHOW_TRANSFER_STATUS as ' ' in the function call in ur code.
This will not give u the data transferred diaplay down.
Regards,
Anuj
‎2009 Apr 10 1:05 PM