ABAP Keyword Documentation → ABAP Glossary
hashed table
Table category of an
internal table whose rows are stored internally in accordance with a
hash algorithm and can be accessed using a unique
hash key. A hashed table does not have a
primary table index, but it can be assigned a
secondary table index using a
secondary table key. The associated
generic data type is hashed table
.