SAP Certified Associate – ABAP Cloud Developer — Question 7

What are advantages of using a field symbol for internal table row access? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because field symbols provide direct access to the data without the overhead of copying it to a work area, making it faster. Option D is also correct as using field symbols eliminates the need for a MODIFY statement to write back changes to the internal table, streamlining the process. Options B and C are incorrect as they do not accurately represent the advantages of using field symbols in this context.