READ TABLE with OR condition
Hi experts, I would like to read the most recent entry from an internal table itab based on a condition.Let’s assume the table looks like this and is sorted by the field Timestamp: Flag Timestamp (DD-MM-YYYY HH:MM:SS) A 01-03-2024 12:00:00 C 01-03-2024 11:00:00 A 29-02-2024 15:27:00 B 29-02-2024 14:13:00 A 28-02-2024 10:00:00 I would like …