If I just need to READ TABLE once for searching in an internal table.
Do I need to sort it first and then do binary search.
Someone told me that sort a table also takes time so that it is equal to READ TABLE directly if you just need to search once.