Multiple choice technology packaged enterprise solutions

When does a table get physically created in the underlying database .

  1. When you activate a transparent table in the Dictionary

  2. When you activate a transparent table in the ABAP Workbench

  3. When you create a transparent table

  4. When Basis creates the tablespace at the OS layer

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

In SAP ABAP, transparent tables are physically created in the underlying database when you activate them in the ABAP Dictionary. The activation process generates and executes the DDL statements that create the actual database table structure. Simply creating the table definition without activation does not create the physical table.