Hi,
I have a logic in my program where the internal table is sorted both ascending and descending as shown below:
Sort itab by A B ascending C D descending.
Can I use binary search on this if I read the table only with the first two fields like REAT itab by A B Binary Search? I thought this should work, but it's failing. Can you please help me with this? I know there are too many posts already posted reg. Binary search, but still couldn't find anything very similar to this.
Thanks in advance.
Regards,
Rajarajan.