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
What data is contained? : abap data dictionary
What is a multiple line field? : abap bdc
How do you process errors in session method ? : abap bdc
Can I execute user exits? If yes, how?
What are the advantages of different types of bdc's?
What is table pool?
Lock objects and what are parameters of ENQUEUE FM?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
What is the difference between internal tables and extract datasets? : abap modularization
How to insert a line into abap internal tables?
What are the page windows? How many main windows will be there in a page window?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
In sap script how to print bar code in vertical manner
What are the different types of the sap abap data dictionary objects?
What are the update types possible?