Skip to Content
0
Former Member
Nov 24, 2008 at 06:10 AM

Remove NE and add delete statement.

80 Views

Hi All,

I have the following selection Query,

SELECT prueflos vcode vbewertung .

FROM qave INTO TABLE i_qave

FOR ALL ENTRIES IN i_qasr

WHERE prueflos = i_qasr-prueflos

AND vbewertung NE ' '.

I want to remove the NE and implement same using delete statement.

Thanks,

Debrup.