Skip to Content
0
Former Member
Jan 13, 2008 at 02:28 PM

Types of tables

590 Views

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.