Skip to Content
0
Former Member
Jan 16, 2008 at 03:27 AM

upload excel file with function 'WS_UPLOAD' has error

202 Views

Hi all,

PARAMETERS: p_file LIKE rlgrap-filename.

my program use CALL FUNCTION 'WS_UPLOAD'

EXPORTING

FILENAME = p_file

FILETYPE = 'BIN'

TABLES

DATA_TAB = i_upload

But i_upload out have data can not read

ex: ÐÏ#ࡱ#á##########

#¤####mm/dd##8#¥#3

à######### ##x##@

######Sheet1…###@#

Actual are date and qty.

03122008 04122008

111 120

how solve this.......

thanks so much....