i have an internal table with a 150 character long field(char 150) which has some value i want to replace character in that field with ASCII value less than 32 with space (ASCII 32).
how can i find that in internal table and replace it