Hi Bharani G,
You can not add AND in READ TABLE conditions.
If you have multiple values in your ITAB for event_date 'BD' then go for LOOP AT ..
loop at t_final into w_final where contract_i = l_contarct_item
and ( event_date = 'BD' or '11' ).
-
-
-
-
end loop.