Comprehensive and Detailed Explanation from Exact Extract:
Sorted tables can be declared with unique keys (ensuring no duplicates) or with non-unique keys (allowing duplicates).
Hashed tables only allow unique keys.
Standard tables allow non-unique keys only.
Thus, sorted internal tables are the only type that can be configured with both unique and non-unique keys.
Verified Study Guide Reference: ABAP Dictionary and ABAP Cloud Programming Guide – Internal Table Types.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit