0% found this document useful (0 votes)
32 views

Data Class

Data classes determine where tables are stored in the database based on the type of data: APPL0 is for master data that seldom changes, APPL1 is for transactional data that frequently changes, and APPL2 is for customizing data defined during system installation that seldom changes. Two additional classes, USR and USR1, are provided for user developments and tables assigned to them are stored separately from the system tables.

Uploaded by

ssharma87
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Data Class

Data classes determine where tables are stored in the database based on the type of data: APPL0 is for master data that seldom changes, APPL1 is for transactional data that frequently changes, and APPL2 is for customizing data defined during system installation that seldom changes. Two additional classes, USR and USR1, are provided for user developments and tables assigned to them are stored separately from the system tables.

Uploaded by

ssharma87
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Data Class Use If you choose the data class correctly, your table is automatically assigned to the correct

area (table space or DB space) of the database when it is created. Each data class corresponds to a physical area in which all the tables assigned to this data class are stored. There are the following data classes: APPL0 (master data): Data that is seldom changed. An example of master data is the data contained in an address file, such as the name, address and telephone number. APPL1 (transaction data): Data that is frequently changed. An example of transaction data is the goods in a warehouse which change after each purchase order. APPL2 (organizational data): Customizing data that is defined when the system is installed and seldom changed. An example is the table with country codes. Two further data classes, USR and USR1, are provided for the customer. These are for user developments. The tables assigned to these data classes are stored in a table space for user developments. In the following figure you can see tables assigned to different data classes. The figure presents the tables in the ABAP Dictionary and in the database.

You might also like