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: 

hexa decimal

Former Member
0 Kudos

hi,

how to declare variable of type hexadecimal

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

data : v_hex type x value '09'. "horizantal tab

refer link -

http://api.farmanager.com/en/winapi/virtualkeycodes.html

Regards,

Deepu.K

4 REPLIES 4

Former Member
0 Kudos

Hello,

data : v_hex type x value '09'. "horizantal tab

refer link -

http://api.farmanager.com/en/winapi/virtualkeycodes.html

Regards,

Deepu.K

Former Member
0 Kudos

Hello,

variable of type X "is hexadecimal

xstring is hexadecimal string.

Regards.

Former Member
0 Kudos

hi..

u can declare like this..

<b>DATA: HEXA TYPE X VALUE '09'</b>

Also refer <a href="http://">www.help.sap.com</a>

<b>Reward points if useful</b>

Regards

Ashu

Former Member
0 Kudos

hi,

data: a type X.

Reward if useful!