Multiple choice technology packaged enterprise solutions

Which of the following is not ABAP dictionary table?

  1. Transparent

  2. Cluster

  3. Pool

  4. Internal

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ABAP Dictionary supports three table types: Transparent tables (one-to-one mapping to database tables), Cluster tables (stored in compressed clusters), and Pool tables (stored in table pools). Internal tables are runtime data structures in ABAP programs, not Dictionary objects, making D the correct answer.

AI explanation

Transparent, Cluster, and Pool tables are the recognized categories of physical database tables defined in the ABAP Dictionary, each mapping to the underlying database in a different way. "Internal table" refers to a runtime, in-memory data structure used within a program's logic — it isn't a persisted ABAP Dictionary table type at all, which is why it's the odd one out.