2009 Jan 30 8:48 AM
Hi,
This is relating to UNICODE HEX to CHAR conversion.
Here , i need to convert the HEX value to char format.
'DATA: BEGIN OF HV,
FILLER(10) TYPE X VALUE 'FFFFFFFFFFFFFFFFFFFF',
END OF HV.
I know the value of FILLER(10) TYPE X VALUE 'FFFFFFFFFFFFFFFFFFFF' is '..........' Means 10 dots.
But I need the Function module or any statement which translate the 'FFF...' values to 'Dots'.
Please suggest...
Thanks,
Pradeep.
Hi,
This is relating to UNICODE HEX to CHAR conversion.
Here , i need to convert the HEX value to char format.
'DATA: BEGIN OF HV,
FILLER(10) TYPE X VALUE 'FFFFFFFFFFFFFFFFFFFF',
END OF HV.
I know the value of FILLER(10) TYPE X VALUE 'FFFFFFFFFFFFFFFFFFFF' is '..........' Means 10 dots.
But I need the Function module or any statement which translate the 'FFF...' values to 'Dots'.
Please suggest...
Thanks,
Pradeep.
2009 Jan 30 9:05 AM
2009 Jan 30 9:39 AM
You can use the class method " CL_ABAP_CONV_IN_CE=>UCCP" and convert the hexa to a char and then use it.may be it will help you
Thanks and regards
Durga.K
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |