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
Megan, that syntax works good in IF statements, but not in SELECT statements, you should use the suggestion syntax FLAG = SPACE
Regards,
RIch Heilman
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |