Skip to Content
0
Former Member
Apr 22, 2010 at 08:46 AM

if i_var = '#'......

34 Views

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