what is the functionality of data class?
Answer Posted / 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 |
Post New Answer View All Answers
What are the components in sap application server?
Does the external program run in the same sap luw as the caller, or in a separate one?
What are hashed tables?
What is the differences between structure and table in the data dictionary in abap?
How to insert a line into abap internal tables?
How to combine multiple order in one Delivery ( Step by Step)?
What is asap methodology? : sap abap hr
What is append search help? : sap abap data dictionary
What is buffering in abap?
Difference between sy-tabix and sy-index?
how to create view in bdc..??
Search help exit details.
What are the personnel administration related infotypes? : abap hr
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
Define structure in abap data dictionary?