Skip to Content
0
Former Member
Jun 02, 2008 at 06:57 PM

Upload , dilimited file

40 Views

Hi,

I am tring to upload , dilimited file into internal table using GUIUPLOAD function module. its not reading only first field only. Please help me out.

Thanks.

file has

name,value

GUI Function

call function 'GUI_UPLOAD'

exporting

filename = l_name

has_field_separator = ','

tables

data_tab = it_itab

exceptions

file_open_error = 1

file_read_error = 2

no_batch = 3

gui_refuse_filetransfer = 4

invalid_type = 5

no_authority = 6

unknown_error = 7

bad_data_format = 8

header_not_allowed = 9

separator_not_allowed = 10

header_too_long = 11

unknown_dp_error = 12

access_denied = 13

dp_out_of_memory = 14

disk_full = 15

dp_timeout = 16

others = 17.