what is the functionality of data class?
Answers were Sorted based on User's Feedback
Answer / sara george
Data class tells how the table is automatically going to be
assigned to the correct area of table space or Data base
space of the database when it is created.
Each data class corresponds to a physical area in which all
the tables assigned to this data class are stored.
Following are the data classes:
APPL0 (master data): Data which is seldomly changed. An
example of master data is the data contained in an address
file, such as the name, address and telephone number.
APPL1 (transaction data): Data that is frequently changed.
An example of transaction data is the goods in a warehouse,
which change after each purchase order.
APPL2 (organizational data): Customizing data that is
defined when the system is installed and seldomly changed.
An example is the table with country codes.
Is This Answer Correct ? | 16 Yes | 0 No |
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 |
Answer / hima
Re: what is the functionality of data class?
IN WHICH TABLE LOCATION THAT TABLE IS GOING TO STORE IN
DATABASE.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / chaitu
it specifys which type of tables we are useing maens if you
give appl0 it means trasperent tables
there r 3 types of tables
1.transperent tables
2.cluster
3.pooled table
Is This Answer Correct ? | 4 Yes | 5 No |
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
what is the difference between rfc and normal function module?
how do you transport FORM from one server to another server ?
what is TNAPR table?
What is the difference between leave transaction and call transaction?
What are select options and what is the diff from parameters?
hi friends, while sending idoc's to receiving system,i got msg type 3 and 12 in sender side.but in receiving side while executing we02 ,i am getting error 'no idocs selected' instead of getting msg type 53.here i am simply sending one material from one client to other client.if anybody knows that problem ky revert back.
what are the diff types of dispatcher in sap ?
What does an extract statement do in the ABAP program?
What is pnp-sw-found ? : abap hr
What is the different type of projects? : sap abap hr
In what ways we can get the context sensitive f1 help on a field?