Hi all,
Can i use raed table binary search for Hased tables? I coded like this
DATA:T_MODEL_HASH LIKE HASHED TABLE OF T_MODEL
WITH UNIQUE KEY PBPINO WITH HEADER LINE.
READ TABLE t_model_hash WITH KEY pbpino = t_zwpbph-pbpapino
BINARY SEARCH.
But iam getting syntax error "cannot use explicit or implicit index operations on hased tables ".can any one let me know about this issue?