Вы находитесь на странице: 1из 1

SAP NetWeaver AS ABAP Rel ease 702, Copyri ght 2010 SAP AG. Al l ri ghts reserved.

ABAP Keyword Documentation ABAP Glossary


Primary Table Key
Each internal table has a primary table key that is either a self-defined key or the standard key. For hashed tables,
the primary key is a hash key, for sorted tables, the primary key is a sorted key. Both of these table types are key
tables for which key access is optimized and the primary key thus has its own administration. The key fields of these
tables are write-protected when you access individual rows. Standard tables also have a primary key, but the
corresponding access is not optimized, there is no separate key administration, and the key fields are not write-
protected.
More

Вам также может понравиться