ABAP used to like inverting dates
Every day I learn something new in ABAP. Sometimes I’d rather not learn them. Like this one.
Table T056P has a date field. While SELECTing this table using the date as criteria I couldn’t get any result even though the code seemed correct. Using SE16N I found that the date range was also not working as expected: it would only should results if the final date was put in the LOW field and the initial date in the HIGH. Bizarre.