5. ABAP Dictionary Tables Flashcards
3 different table types in the SAP ABAP Dictionary
- Transparent tables
- Cluster Tables
- Pool Tables
Master Data
Refers to control tables and the traditional files that are necessary to run a business such as personnel files, general ledger accounts, customer files, etc.
There is a 1:1 correlation between the master data tables in the Dictionary and the tables in the physical database. For each master data table in the Dictionary, the same master data table exists in the physical database.
Large amounts of data which do not change often. It is often read, but
rarely updated. An example of master data is the data contained in an address file,
such as the name, address and telephone number. (APPL0)
Commercial Data or transaction data
Is another SAP term used to refer to data created as a result of performing SAP business transactions such as creating: invoices, orders, production schedules, purchase requisitions, stock transfers, etc.
Transparent Tables
Have a 1:1 correlation between the ABAP Dictionary and the physical database. For each TRANSP table in the dictionary, the same table name exists in the physical database
Pooled Tables
Can be used to store control data, (e.g. screen sequences, program parameters or temporary data). Several pooled tables can be combined to form a table pool
Cluster Tables
May contain continuous text, for example, documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table type. This permits object-by-object storage or object-by-object access
Technical settings-Data class
Designates the table to an area in the physical database where similar tables are grouped
Data class
Designates the table to an area in the physical database where similar tables are grouped
Size Category
Identifies the amount of disk space that will be required to hold the data records for a table in the database
Buffering
Determines whether table records will be accessed directly from the database server or from global memory.
Loggin
Creates before and after images of changes to the table of contents. Logging must be activated by the profile when the system is started
3 Classes of data
Master Data, Transaction Data, Organization and Customizing data
Transaction Data
Data with temporary lifecycle, not stored long. Frequently
updated. An example of transaction data is the goods in a warehouse, which change
after each purchase order. (APPL1)
Organization and cutomizing data
Specified when the system is configured and
then not often changed. An example is the table with country codes. (APPL2)
3 Buffering Types
Single record, generic, full