I was experimenting on binary search.
I found that binary search is perfectly working on ascending order internal table,
but does not work in descending order internal table.
Why binary search does not support descending order internal table?