What happens when a table is activated in DD?
By on Apr 5, 2007 in SAP-ABAP Interview Questions
When the table is activated, a physical table definition is created in the database for the table definition stored in the ABAP dictionary. The table definition is translated from the ABAP dictionary of the particular database.
It is available for any insertion, modification and updation of records by any user.


