Posts Tagged ‘FAQs’

ABAP Interview Questions – Data Dictionary

19th January 2009 by Arun No Comments

Type of a table or structure
The table type determines how the logical table description defined in the ABAP/4 Dictionary is reproduced on the database. There are the following table types:

Transparent Table
Structure
Append Structure

For internal purposes, such as storing control data or update texts, there are in addition the following table types:

Pooled Table
Cluster Table
Generated View Structure

[...]