To round it up the solution with regex
REPLACE ALL OCCURRENCES OF regex '#$' IN lv_valWITH SPACE.
$ ... is the character for end of line. so each # at a end of line is replaced.
Regards, Andreas
To round it up the solution with regex
REPLACE ALL OCCURRENCES OF regex '#$' IN lv_valWITH SPACE.
$ ... is the character for end of line. so each # at a end of line is replaced.
Regards, Andreas