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
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
What are the relational operations that can be performed on view in sap? : abap data dictionary
How the at-user command serves mainly in lists?
What is a data class? : abap data dictionary
What are the system fields?
how can you display data say "your name"in sap script without print program or driver program??
Explain the advantages of abap query tool?
Explain the advantages/disadvantages of logical databases?
what is difference between set screen and call screen ?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is the difference between a substructure and an append structure? : abap data dictionary
How many default tab strips are there? How to insert more tabs in it?
how do you transport lsmw data from one system to another?
What are the value tables?
Explain what is an rfc?