Skip to Content
0
Former Member
Dec 11, 2006 at 03:07 PM

Read table binary search

442 Views

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?