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.