what is the functionality of data class?

Answer Posted / shreeshail diggi

Data class in technical settings:

The data class defines the physical area of the database
(for ORACLE the TABLESPACE) in which your table is
logically stored. If you choose a data class correctly,
your table will automatically be assigned to the correct
area when it is created on the database.

The most important data classes are (other than the system
data):

APPL0 Master data
APPL1 Transaction data
APPL2 Organizational and customizing data

Master data is data which is frequently read, but rarely
updated. Transaction data is data which is frequently
updated. Organizational und customizing data is data which
is defined when the system is initialized and then rarely
changed.

There are two more data classes available, USR and USR1.
These are reserved for user developments. The tables
assigned to these data classes are stored in a tablespace
for user developments.

Note:The data class only has an effect on table storage for
the database systems ORACLE and INFORMIX.

Thank's and Regards
Shreeshail Diggi
SAP Technical Consultant Infinite India

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between primary key and unique key?

642


Difference between sy-tabix and sy-index?

797


Explain the difference between get and get late?

588


Concepts of OO ABAP and why we are using it?

861


2)In production what is the user exit?

1580






What are Delivery classes? What data will you want to transport during client copy?

989


Can we define our own match code id's for sap matchcodes? : abap data dictionary

569


What are the data types of the external layer? : abap data dictionary

798


What is the difference between upload and ws_upload ? : abap bdc

679


If your project is support project ? when is your implementation has completed ?

1537


What are the modes in which any update tasks work?

632


What is the difference between ABAP and HR ABAP

2989


What are the domains and data elements?

937


What are the parameters in bdc_open_group? : abap bdc

609


Explain what is sap script?

651