SAP
E_HANAAW_16 · Question #178
You apply static code checks on your ABAP coding to find performance optimization potential and receive a message about a "Problematic SELECT * statement" issue. How can you improve the performance…
The correct answer is D. Use a field list containing only the relevant fields. See the full explanation below for the reasoning.
Question
You apply static code checks on your ABAP coding to find performance optimization potential and receive a message about a "Problematic SELECT * statement" issue. How can you improve the performance of your ABAP code?
Options
- AUse Native SQL to perform the SELECT * statement.
- BUse the ABAP pragma ##OPTIMIZE_QUERY.
- CUse the Open SQL SELECT RELEVANT statement.
- DUse a field list containing only the relevant fields.
How the community answered
(48 responses)- A4% (2)
- B6% (3)
- C10% (5)
- D79% (38)
Community Discussion
No community discussion yet for this question.