‎2007 Dec 17 5:56 AM
Hi,
I Have declared one variable of type komv-kwert in my program. That variable contains the value 0.00 at run time. I am doing some calculations in my program if that variable is not initial. But my case what is happening even though that variable contains the value 0.00 system is considering that value as not initial. Even I declared character variable also then also same problem. Please tell me where I did mistake.
Thanks a lot.
‎2007 Dec 17 6:01 AM
‎2007 Dec 17 6:02 AM
HI
since it is considering the "0.00" as value.
u keep condition as
if field <> 0.
endif.
it works fine in u r case.
regards,
raghu