Do an SQL trace (Transaction ST05) and spot the difference. When a range/select option is empty in a selection, it simply isn't included in the SQL issued to the database. As soon as you put a value in, it is included in the SQL, which may well change the indexes used by the db optimiser.
↧