Which keyword adds a line anywhere within an internal table?

  1. insert

  2. append

  3. add

  4. modify


Correct Option: A

AI Explanation

To answer this question, you need to understand how to manipulate internal tables in ABAP.

Option A) insert - This option is correct because the "insert" keyword is used to add a line anywhere within an internal table. It allows you to specify the position where the line should be inserted.

Option B) append - This option is incorrect because the "append" keyword is used to add a line to the end of an internal table. It does not allow you to specify the position of the line.

Option C) add - This option is incorrect because the "add" keyword is not used to add a line within an internal table. It is used for arithmetic operations.

Option D) modify - This option is incorrect because the "modify" keyword is used to modify existing lines in an internal table, not to add new lines.

The correct answer is A) insert. This option is correct because it is the keyword used to add a line anywhere within an internal table.

Find more quizzes: