Hi-
How about replacing ampersand (&) symbol with some other like Pipe (|),
Something like below:
REPLACE '&' IN lv_string WITH '|'.
your if condition
REPLACE '|' IN lv_string WITH '&'. <--back to original statement
-Venkat
Hi-
How about replacing ampersand (&) symbol with some other like Pipe (|),
Something like below:
REPLACE '&' IN lv_string WITH '|'.
your if condition
REPLACE '|' IN lv_string WITH '&'. <--back to original statement
-Venkat