KEY is any field of the internal table, while TABLE KEY is the primary key of the table. It is used when you declare your internal table with a key. Thus, it is an index for the table and accessing the records using it would be quicker than using non-primary key fields.
↧