Unlike database tables which are used for long term data storage, the internal tables are temporary tables created and used during the program execution, being deleted prior to the program being terminated. They are used for storing the dynamic data … Read the rest
Tag: transparent
SAP Database Tables
There exist three types of SAP database tables: transparent tables, pool tables and cluster tables.
Transparent tables
Transparent tables are of the same structure both in dictionary as well as in the database itself, i.e. they both contain exactly the … Read the rest