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

hexa decimal

Former Member
0 Likes
700

hi,

how to declare variable of type hexadecimal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
667

Hello,

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

refer link -

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

Regards,

Deepu.K

hi,

how to declare variable of type hexadecimal

4 REPLIES 4
Read only

Former Member
0 Likes
668

Hello,

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

refer link -

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

Regards,

Deepu.K

Read only

Former Member
0 Likes
667

Hello,

variable of type X "is hexadecimal

xstring is hexadecimal string.

Regards.

Read only

Former Member
0 Likes
667

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

Read only

Former Member
0 Likes
667

hi,

data: a type X.

Reward if useful!