cancel
Showing results for 
Search instead for 
Did you mean: 

Convert Value to Hex

Former Member
0 Kudos

Hi,

I want to know the various options available to convert a value into HEX value.

Regards,

Sainath Chutke

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi,

It all depends on where you want to do that and what is your particular need. For ABAP coding, you have STRING and XSTRING for "normal" and hex strings. In Java (UDF in graphical mapping, Java mappings) you can use some specific syntax like this:

http://stackoverflow.com/questions/923863/converting-a-string-to-hexadecimal-in-java

For working with binary (HEX) files, there is a dedicated option in file communication channel. So it all depends on the circumstances.

Regards,

Greg

Answers (1)

Answers (1)

santosh_k3
Active Participant
0 Kudos

Hi ,

One more option you can follow this link http://scn.sap.com/thread/1684850

Regards,

Sai