Multiple choice technology programming languages

How many types of tables exist in data dictionary?

  1. Transparent tables

  2. Internal Table

  3. Pool tables

  4. Cluster tables

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

In SAP ABAP data dictionary, there are three types of tables: Transparent tables (directly mapped to database tables), Pool tables (many tables pooled into one database table), and Cluster tables (many tables clustered into one database table with row-key relationships). Internal tables are runtime data structures in ABAP programs, not data dictionary objects.