‎2006 Jun 19 11:19 AM
Hi,
what is the exact purpose of using data class?
thanks,
kiran.M
Message was edited by: kiran machavarapu
‎2006 Jun 19 11:24 AM
‎2006 Jun 19 11:23 AM
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.
rgds,
TM
‎2006 Jun 19 11:24 AM
‎2006 Jun 19 11:25 AM
Hi kiran,
1. Practically it has no purpose from abap
point of view.
2. Its important only if
, at the database storage level.
3. Databases like oracle,
store data in different
files (called datafiles / TABLE SPACE)
4. We can assign to any of them.
regards,
amit m.
‎2006 Jun 19 11:26 AM
Hi,
By way of specifying the dataclass u can allot the space in database.According to the class the storage location will differ.
If it helps reward points.
Regards,
Nandha
‎2006 Jun 19 11:26 AM
Hai Kiran
Go through the following Documrnt
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.
Thanks & regards
Sreenivasulu P
‎2006 Jun 19 11:27 AM
Hi Kiran,
Just goto SE11 and goto technical settings of any table and press F1 for field data class u will get all the needed information...
Regards,
sridhar