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

Converting CHAR type to other data types

Former Member
0 Likes
505

Dear SDN users,

would any of you know how to convert a CHAR data type to other data types for example hexadecimal etc., and convert them back? I suspect there must be some standard FMs available.

Thankyou for your responses.

Regards,

Smitha

Dear SDN users,

would any of you know how to convert a CHAR data type to other data types for example hexadecimal etc., and convert them back? I suspect there must be some standard FMs available.

Thankyou for your responses.

Regards,

Smitha

2 REPLIES 2
Read only

former_member386202
Active Contributor
0 Likes
464

hi,

Try these FMs

CHAR_HEX_CONVERSION

SSM_REPLACE_CHAR_BY_HEX_VALUE

Regards,

Prashant

Read only

Former Member
0 Likes
464

Hello smitha ,

I suppose you are assigning some variable of char type to a variable of integer type it will automaticaly (implicitly ) convert the type .

in some case we need to change the type explicitly like the above mentiioned .

Thanks and regards ..

Priyank