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....