Hi,
In my scenario if a give a single value as i/p the values are fetched from the select query and if the codn is not satisfied it will throw error message.Consider if I give range of values if the 1st entry alone doesnu2019t satisfy the codn if must skip it without displaying error message and proceed to next.How to do so?See the code below.Looping is done in some other place so i cant loop here.
select fields from ekpo into gi_table where some codn.
if sy-subrc NE 0.
error message.
endif.