Hi all,
I have a scenario in ABAP where i need to achieve the functionality in BRF plus , as we want to replace a lot of custom coding in to BRFplus rules and i could find this statements in between the custom coding , I know that the table operation expression need to be used , but the does the table operation support the binary search functionality ...
READ TABLE t_zABC WITH KEY Country= hcountry
spras = sy-langu
BINARY SEARCH.
Thanks ,
Sunil Kumar Navva