‎2007 Jan 30 4:12 PM
Hi:
I wonder if exists a function to eliminate characters that doesn't be numbers. Or do I have to make my own code to eliminate them?
Thanks
Points for helpful answers!!
‎2007 Jan 30 4:27 PM
‎2007 Jan 30 4:20 PM
‎2007 Jan 30 4:22 PM
‎2007 Jan 30 4:27 PM
‎2007 Jan 30 4:28 PM
Hi Herr,
You have to cook your own logic.
v_len = strlen( v_string ).
do v_len times.
if v_string+sy-index(1) ca sy-abcde.
v_string+sy-index(1) = ''.
endif.
enddo.
REgards,
Ravi