2007 Mar 13 6:52 AM
Hi
Iam uploading the data using GUI_UPLOAD and now I wanna convert the same into BIN format as per the requirement ..
Can any body give me some suggestions on this....
thanks
2007 Mar 13 6:55 AM
2007 Mar 13 6:58 AM
CALL FUNCTION 'GUI_UPLOAD'
exporting
filetype = 'BIN'
filename = 'C:\DOWNLOAD.BIN'
tables
data_tab = itab.
Enter the filetype as BIN, this helps you....
2007 Mar 13 7:57 AM
Hi Anji,
Iam uploading .CSV file using GUI_UPLOAD ...
Now the data uploaded is in ASCII format which I supposed convert into BIN format .
Kindly help me in this regard
Thanks