2014 May 15 3:42 PM
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
2014 May 15 3:54 PM
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