Quantcast
Viewing all articles
Browse latest Browse all 8594

Re: issue with data entered as a range with wild card char

Use IN operator.

 

IF <fs_data>-ort01 IN  r_ort01

ELSE.
    DELETE it_data.
ENDIF.

 

by the way can you not simply write

 

DELETE FROM itab WHERE field NOT IN range.

 

Regards,

Pawan.


Viewing all articles
Browse latest Browse all 8594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>