When does SAP recommend to use a sorted or a hashed table respectively? Note: There are 2 correct answers to this question.

When does SAP recommend to use a sorted or a hashed table respectively? Note: There are 2 correct answers to this question.
A . A hashed table, when you read a single record and specify the complete key.
B . A hashed table, when you read a subset in a loop and specify a part of the key from the left without gaps.
C . A sorted table, when you read a subset in a loop and specify a part of the key from the left ^ without gaps.
D . A sorted table, when you read a single record and specify non key fields.

Answer: A, B

Explanation:

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments