Hi everybody,
I defined an ITAB with
lt_rlm_pods TYPE TABLE OF int_ui.where int_ui is a data-element not a structure!
So, the following is not possible:
READ TABLE lt_rlm_pods WITH KEY int_ui = ls_anlage-int_ui BINARY SEARCH TRANSPORTING NO FIELDS.Does anbody know how to performe the binary search?
Thanks
Regards
Mario