2007 Nov 05 8:36 AM
in 4.6c cancel and filename is passed in importing in download .after unicode checks how to pass cancel in gui_upload and how ever filename is present in exporting parameters in gui_downlaod there is no cancel parameter in gui_download. plz any one have any idea on where to pass cancel parameters in gui_download
CALL FUNCTION 'DOWNLOAD'
IMPORTING
ACT_FILENAME = V_pcfile
CANCEL = CANCEL_FLAG
2007 Nov 05 8:39 AM
hi ram, maybe u can check the subrc when u press cancel,i think the value is 9,from there u can proceed to your logic