Skip to Content
0
Feb 18, 2011 at 12:00 PM

How to read hexadecimal value in single line

509 Views

Hi experts,

I am getting data in hexadecimal format "#SBP0#1123456789 #SBS01 "

while transfering to internal table it appears in field as

SBPO1

1123456789

SBS01

but i want SBS01 1123456789 SBS01

Please tell me how to convert the above hexadecimal format into string format

Please do not suggest replace all occurences

Thanks

Gaurav