Use SELECT MAX statement , get the max date ( i.e latest date ) , in the SELECT MAX also maintain where for date GE sy-datum.
later based on this date you can again make a SELECT to this table and get the desired record.
Use SELECT MAX statement , get the max date ( i.e latest date ) , in the SELECT MAX also maintain where for date GE sy-datum.
later based on this date you can again make a SELECT to this table and get the desired record.