SAP HASHED TABLE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

hashed table
Table category of an internal table whose lines are stored internally using 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