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

Why do we use logical blocks in abap program?

1441


How can we declare a table control in the abap/4 program?

640


What statement will be found in an sap application program that implements a function module exit?

546


What are the advantages and disadvantages of different types of bdc's?

541


What are roles and authorization objects?

1193






What functions does a data dictionary perform? : abap data dictionary

614


To find the date difference & excude saturday & sunday in between them

1524


Difference between select option and ranges ?

646


How to convert normal function module to bapi?

1518


what are Hana Basics

893


send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'

2414


Can we reuse a userexit?

1072


What is your current client number?

590


What are the differences between domain and data element?

572


What are local objects? : abap data dictionary

601