Hi All,
I have one field of 25 char of actual length. i need to verify if the value in the field contains all zeros or not.
data:g_data(25) type c,
g_data1(5) type c .
if g_data contains all zeros.
need to proceed.
endif.
can anybody help me how to do this.
Thanks in advance.