Hi,
within an ABAP program I use the following piece of coding:
if i_var = '#'.
...
endif.
Even though i_var = '#' the corresponding coding is never processed.
Thanks for any help