CALL FUNCTION 'C13Z_FILE_UPLOAD_ASCII'
EXPORTING
i_file_front_end = i_ftfront
i_file_appl = i_ftappl
i_file_overwrite = i_flg_overwrite
IMPORTING
e_flg_open_error = l_flg_open_error
e_os_message = l_os_message
EXCEPTIONS
fe_file_not_exists = 1
fe_file_read_error = 2
ap_no_authority = 3
ap_file_open_error = 4
ap_file_exists = 5
* Begin Correction 1563857 01.03.2011 **********************************
ap_convert_error = 6
OTHERS = 7.
CALL FUNCTION 'C13Z_FILE_UPLOAD_BINARY'
EXPORTING
i_file_front_end = i_ftfront
i_file_appl = i_ftappl
i_file_overwrite = i_flg_overwrite
IMPORTING
e_flg_open_error = l_flg_open_error
e_os_message = l_os_message
EXCEPTIONS
fe_file_not_exists = 1
fe_file_read_error = 2
ap_no_authority = 3
ap_file_open_error = 4
ap_file_exists = 5
* Begin Correction 1563857 01.03.2011 **********************************
ap_convert_error = 6
OTHERS = 7.
阅读(1823) | 评论(0) | 转发(0) |