Don't forget to check if the internal tables you're using for the FOR ALL ENTRIES statement are empty or not. An empty table will result in the next query selecting everything instead of nothing (the same as using an empty range table)
↧
Don't forget to check if the internal tables you're using for the FOR ALL ENTRIES statement are empty or not. An empty table will result in the next query selecting everything instead of nothing (the same as using an empty range table)