Multiple choice technology packaged enterprise solutions

Name the type of ABAP Dictionary table that has these characteristics: Same number of fields as the database table Same name as database table Maps 1:1 to database table

  1. Pooled

  2. Cluster

  3. Transparent

  4. View

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

Transparent tables in ABAP Dictionary have a 1:1 relationship with database tables - same name, same fields, same structure. Pooled and Cluster tables store multiple logical tables in fewer database tables. Views are virtual tables based on queries, not physical 1:1 mappings.