cancel
Showing results for 
Search instead for 
Did you mean: 

regarding unicode upgradtion

Former Member
0 Kudos

hi all ,

i'm working in unicode converion . i got the obselete function module i need to convert to unicode .

CALL FUNCTION 'UPLOAD'

EXPORTING

filename = fuente

filetype = 'DAT'

filetype_no_change = 'S'

TABLES

data_tab = itab

EXCEPTIONS

conversion_error = 1

file_open_error = 2

file_read_error = 3

invalid_type = 4

no_batch = 5

unknown_error = 6

invalid_table_width = 7

gui_refuse_filetransfer = 8

customer_error = 9

OTHERS = 10.

this is the function moudle which i got as a obselete , so pls help me out how to convert to unicode convertiable function module .thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

use function module GUI_UPLOAD.

or

cl_gui_frontend_services

Former Member
0 Kudos

actually i'm using that class but in importing parameter of UPLOAD i has got " filetype_no_ change = 's" how to change in the unicode conversion . pls let me know thanks