Hi all,
we all know that we have three types of tables in abap.
1. Transparent table.
2. Cluster table.
3. Pooled table.
Transparent table exits with same name and same no. of fields at datadictionary level as well as database level.
whether Cluster table and Pooled table exit at databaselevel or dictionary level.
and whether view exits at datadictionary level or database level.