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: 

heXADECIMAL VALUE OF 09.

Former Member
0 Kudos

Hi all,

what is the value of hex 09. virtual keys.

?

im making upgrade to ecc6.0 .

i need to convert from hex to char of data: x1 type x value '09'.

how to convert this to char type.?

?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi patil,

This is a tab key

instead of data: x1 type x value '09'

you can use

CL_ABAP_CHAR_UTILITIES->HORIZONTAL_TAB

reward points if useful.

Regards,

Atish

5 REPLIES 5

Former Member
0 Kudos

Hi patil,

This is a tab key

instead of data: x1 type x value '09'

you can use

CL_ABAP_CHAR_UTILITIES->HORIZONTAL_TAB

reward points if useful.

Regards,

Atish

0 Kudos

define it as

data x1 type c value CL_ABAP_CHAR_UTILITIES->HORIZONTAL_TAB.

Regards,

Atish

0 Kudos

hi atish ,

tahnxs a lot....

0 Kudos

Hi Patil,

Do reward points to all useful answers.

Regards,

Atish

Former Member
0 Kudos

Hi,

Please check this FM.

NLS_STRING_CONVERT_TO_SYS ( Hex to Char)

NLS_STRING_CONVERT_FROM_SYS (Char to Hex)

<b>Reward points</b>

Regards