Hi,
You can use
1.) conversion_exit_alpha_output
or 2.) abap code "SHIFT num LEFT DELETING LEADING 0."
Once you have deleted the leading zero's then you can write the if statement.
if gl_account+0(2) EQ 41.
then
......
Else
......
endif.
cheers,
Krishna