Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Convert ASCII data TO BIN format

shishupalreddy
Active Contributor
0 Kudos

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

3 REPLIES 3

Former Member
0 Kudos

Hi,

What's your BIN format of data?

Be clear!

Regards,

Anji

Former Member
0 Kudos

CALL FUNCTION 'GUI_UPLOAD'

exporting

filetype = 'BIN'

filename = 'C:\DOWNLOAD.BIN'

tables

data_tab = itab.

Enter the filetype as BIN, this helps you....

shishupalreddy
Active Contributor
0 Kudos

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