Skip to Content
0
Dec 19, 2013 at 01:33 PM

Output display issue with a field

62 Views

Hi experts,

I have a field displaying amounts declared like this in my program:

deb_cre_lc TYPE /bi0/oideb_cre_lc,

Sometimes this field is empty which is a normal behavior. But in the output it displays 0,00.

But if it's empty, i don't want it to display anyting. I tried someting like this but it's not working:

If deb_cre_lc is initial.

clear deb_cre_lc.

endif.

Thanks for your support.

Amine