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
Some Realtime Objects on Bdc.
What is generic area buffering in abap?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
What are the function modules used in a sap script driver program?
Explain some essential objects in abap dictionary?
Table events aNd table maintains generation
Rp_provide_from_last contains how many parameters ? : abap hr
Write syntax for message error (report)?
What will you code in start-of-selection & end-of-selection ?
What kind of financial periods exist in sap? What is the relavent table for that?
Define subtype ? : abap hr
What is the difference between RETURNING and CHANGING parameters for a method?
In a loop of an internal table, what is the use of at first & at last statements?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What data is contained? : abap data dictionary