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 corresponding generic data type is hashed table.

More