Application Development and Automation 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: 
Read only

GUI_DOWNLOAD Binary from HEX string

crew_reynolds1
Explorer
0 Likes
864

All,

I have an internal table that contains data in HEX format.  Ex.  DAFF1A52

I would like to find a way to store this data on the presentation server in it's proper format.  The file should have the decimal equivalents of these hex values in a file.  We have stored Excel documents in a table in this format and now I need to pull them back down so that they match byte for byte when comparing the original uploaded file to the downloaded file.

Can this be done?  Is GUI_DOWNLOAD type BIN the correct path?

Thanks for any direction.

Crew

1 REPLY 1
Read only

crew_reynolds1
Explorer
0 Likes
622

Update: I'd like to hear your comments but, in this case, I don't think it is possible.  I wouldn't be doing this interactively.  I would be doing it from an RFC call which wouldn't work.  No GUI support there.

Thanks,
Crew