Which internal table type allows unique and non-unique keys?

Which internal table type allows unique and non-unique keys?
A . Sorted
B . Hashed
C . Standard

Answer: A

Explanation:

Sorted – Sorted internal tables in ABAP allow for both unique and non-unique keys. When defining a sorted table, you can specify whether the key should be unique or non-unique.

Hashed – Hashed internal tables only allow for unique keys. Each entry in a hashed table must be unique with respect to the hash key used.

Standard – Standard tables allow for non-unique keys and do not have any inherent sorting order. You can have multiple entries with the same key values.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments