‎2008 Dec 23 9:45 AM
hii,
In the output there is one date field,
depending on the selection criteria, some rows in the output shows 00000000 as date
i dont want the rows containing date field 00000000 in the output.
how to remove that
thanks
‎2008 Dec 23 9:50 AM
hi
delete tablename where field is initial.
or
delete tablename where field = 00000000.
regards
surender
‎2008 Dec 23 9:48 AM
HI,
if u r using alv in the field catalog place the NO_ZERO as 'X' .
Regards,
Naresh
‎2008 Dec 23 9:49 AM
Hi,
Which report ur using for displayin the data. If it is a list report then when ur looping the inernal table use the where condition and provide the condition as date not initial.
Regards,
Shafi
‎2008 Dec 23 9:50 AM
hi
delete tablename where field is initial.
or
delete tablename where field = 00000000.
regards
surender
‎2008 Dec 23 9:53 AM
thanks all of u.
hii naresh,
will no_zero = x replace dat field as x
hi shafi,
wat does date not initial do.
‎2008 Dec 23 9:56 AM
Hi Aks,
you can use delete itab where date = '00000000' .
'Thanks
Sahil
‎2008 Dec 24 5:09 AM