Hi all,
I have one field as Char 2 in my Internal table.
this is the indicator field to show the record end position.
In this I have to pass hexadecimal value as "0d0a".
I want to know how to convert this hexadecimal value to 2 digit field.
If I hardcode this value,It is taking only 2 digits "0d"
.
I want the value to be passed for this internal table.
How to do this.
Thanks in advance