Hello everyone, Could you please help me in choosing the right answer for the following question:
When does SAP recommended to use a sorted or a hashes table respectively? Notes: 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 sorted table, when you read a single record and specify non key fields.
c. A hashed 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 subset in a loop and specify a part of the key from left without gaps.