‎2007 Mar 19 9:13 PM
select kunnr vbeln from ztable into table itab1 where flag is initial.
this is giving me an error 'The operator IS can only be used in f is null or f is not null'
‎2007 Mar 19 9:18 PM
yeah i know flag = space works
but shouldnt flag is initial work too
‎2007 Mar 19 9:16 PM
Hi,
Give FLAG = SPACE.
select kunnr vbeln from ztable into table itab1 where <b>flag = space</b>.
Thanks,
Naren
‎2007 Mar 19 9:18 PM
yeah i know flag = space works
but shouldnt flag is initial work too
‎2007 Mar 19 9:54 PM