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 is the difference between data elements and domains?
How do you write a function module in sap?
How do you find if a logical database exists for your program requrements?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
How do you set up background jobs in sap? What are the steps?
What are the events used in interactive reports?
What are the aggregate objects in the dictionary? : abap data dictionary
What is dynamic action? : sap abap hr
performance tuning concepts
What are the 2 other types of views, which are not allowed in release 3.0?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What are the differences between a database index and a match code?
what is bapi,badi,bdc,ale idocs?
Select query optimisation
Does every abap/4 have a modular structure? : abap modularization