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

What is gui status? How to create /edit gui status?

822


What is ps structure? : abap hr

1042


When the get cursor command used in interactive lists?

826


What is the difference between getting and get late?

785


What is bdc programming? : abap bdc

769


What is tcode se16. For what is it used. Explain briefly?

747


What happens Update command is used without where clause ?

850


What are the screen painter and menu painter?

757


What is the t-code to display batch input sessions? : abap bdc

900


Difference between /N and /BEND?

1024


What are logical data bases used in hr module? : abap hr

901


Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr

732


What is the difference between synchronous and asynchronous update?

854


Explain the differences between interactive and drill down reports?

746


What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1

3303