ABAP Download TXT file

Source: Internet
Author: User

IF not down_f[] is INITIAL.
Case Down_mode. The download mode is placed under the selected path. TXT in the document
When ' X '.
Call FUNCTION ' Ws_download '
Exporting
CODEPAGE = file_encoding
FILENAME = P_file
* filetype = ' ASC '
* trunc_trailing_blanks = ' X '
TABLES
Data_tab = Down_f
EXCEPTIONS
File_open_error = 1
File_write_error = 2
Invalid_filesize = 3
Invalid_type = 4
No_batch = 5
Unknown_error = 6
Invalid_table_width = 7
Gui_refuse_filetransfer = 8
Customer_error = 9
No_authority = 10
OTHERS = 11.
When SPACE.
* Call FUNCTION ' List_to_asci '
* Exporting
* List_index = List_index
* TABLES
* Listasci = Down_f
* LISTOBJECT = Abap_list
* EXCEPTIONS
* List_index_invalid = 1
* OTHERS = 2.
* IF SY-SUBRC <> 0.
* Clear msg_str. Msg_str = ' Error in convert ASCII '.
* MESSAGE msg_str TYPE ' E '.
* ENDIF.
*
Call FUNCTION ' Gui_download '
Exporting
CODEPAGE = file_encoding
filename = filename
FILETYPE = ' ASC '
trunc_trailing_blanks = ' X '
TABLES
Data_tab = Down_f
EXCEPTIONS
File_open_error = 1
File_write_error = 2
Invalid_filesize = 3
Invalid_type = 4
No_batch = 5
Unknown_error = 6
Invalid_table_width = 7
Gui_refuse_filetransfer = 8
Customer_error = 9
No_authority = 10
OTHERS = 11.
When OTHERS.
Endcase.
IF SY-SUBRC = 0.
MESSAGE TEXT-004 TYPE ' S '.
ENDIF.
ENDIF.

ABAP Download TXT file

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.