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
How we format the data before writing a statement in the report?
How to eliminate duplicate entries in internal tables? : abap data dictionary
Explain how many types of tables exist and what are they in data dictionary?
How do you find out whether a file exits on the presentation server?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
what is difference between user exit, customer exit and badi?
Explain the concept of clusters in payroll
What are the sequences of event block?
Can a domain, assigned to a data element be changed? : abap data dictionary
Explain the different types of data dictionary objects?
What are the disadvantages of logical databases?
What is the difference b/t Session method and call transaction method ??
What is a badi?
What are the screen elements.
How can we determine a vendor is Bloc/Unblock from the table LFA1?