Posted: Wed Feb 13, 2008 12:59 pm Post subject: Установка кодировки при считывании из файла
Доброго времени суток!
Подскажите пожалуйста, как установить кодировки при считывании строки из текстового файла?
Мне необходимо считать из файла строку на украинском языке.
Пытаюсь сделать это так
Code:
DATA error_table LIKE ssfbin OCCURS 0 WITH HEADER LINE.
CALL FUNCTION 'WS_UPLOAD'
EXPORTING
filename = infile2
filetype = 'BIN'
IMPORTING
filelength = file_len
TABLES
data_tab = error_table
EXCEPTIONS
file_open_error = 1
file_read_error = 2.
Но в таблице тогда набор символов на английском и ничего общего с необходимым...
То же самое с попыткой выложить в файл чтот на русском/украинском. _________________ Приятно когда программа из стадии "Блин, она не компилится!" переходит в стадию "Блин, она не работает!"
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.