If you're dealing with timestamps then put a range in. 20160212000000 to 20160212235959
On a selection screen, and depending on the conversion exit used (for example conversion routine TSTPS used in domain LCA_TIMESTAMP), you might have to use the formatted date and time according to user settings. So that would be 12.02.2016 00:00:00 to 12.02.2016 23:59:59.
Are you sure, you are dealing with timestamps in output format directly? Where are you filtering and what?
I'm afraid that you are mixing up external and internal data formats.
Before going on you should gain some understanding of how data are stored and presented and then think about how to apply filters. In ABAP this involves data types, conversion and comparison rules.
Add comment