My objective is to display unused vendors for a perticular period
of time (select option) let say s_date .
This is the way i am doing.
I am selecting data from lfa1 and comparing againist ekko
and reading all those from ekko where ever lifnr matches.
If lfa1-lifnr matches with ekko-lifnr moving the fields to a internal table
it_used_vendors if not matches it_unused_vendors.
now the it_used_vendors and it_unused_vendors are being populated
Issue is data is not being displayed according to the s_date(select option) on the selection
screen