2008 Feb 13 1:55 PM
Hi
I am converting Hexadecimal text to character string with the functional module HR_RU_CONVERT_HEX_TO_STRING , i am getting the text fine , But i am getting # symbol in between the texts,
I need to remove the # from the text
any suggestions
I am using REPLACE,SHIFT and TRANSLATE options
but its of no use.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Feb 13, 2008 2:45 PM
Hi
I am converting Hexadecimal text to character string with the functional module HR_RU_CONVERT_HEX_TO_STRING , i am getting the text fine , But i am getting # symbol in between the texts,
I need to remove the # from the text
any suggestions
I am using REPLACE,SHIFT and TRANSLATE options
but its of no use.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Feb 13, 2008 2:45 PM
2008 Feb 13 2:39 PM
Try this way
loop at l_itab into l_str1.
replace all occurrences of cl_abap_char_utilities=>horizontal_tab in
l_str1 with space.
write: / l_str1.
endloop.
a®
2008 Feb 13 2:47 PM
Hi
used the same but its not working in my code.
please let me know if any inputs.
Regards
2008 Feb 13 3:04 PM
2008 Feb 13 3:26 PM
Hi
I tried but i am getting an message if i execute the FM .
But the FM is not executing.
Regards
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |