SAP HASHED TABLE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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.
ABAP_MORE_INFO