Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

dataclass

Former Member
0 Kudos
97

wat r dataclass plz describe it brief.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
74

hi rakesh,

Data class logically defines the physical area of the database in which your table is stored.the importanat data class are master data,transactional data,organizational data and system data.

4 REPLIES 4

amit_khare
Active Contributor
0 Kudos
74

Check this link -

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos
74

Hi...

Dataclass is there in the technical attributes of a table.

Actually a database is divided in to table spaces.

and some of these table spaces are tuned for easy read access and some are tuned for easy write access.

If you choose the data class correctly, your table is automatically assigned to the correct area (tablespace or DBspace) 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. There are the following 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.

also see the following link;

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eac5446011d189700000e8322d00/frameset.htm

let me know if you have any more doubt.

Reward points if helpful.....

Suresh.......

Former Member
0 Kudos
75

hi rakesh,

Data class logically defines the physical area of the database in which your table is stored.the importanat data class are master data,transactional data,organizational data and system data.

Former Member
0 Kudos
74

Hi rakesh.

you and sriram are making fun of SDN.

<b>Moderators will be watching this,

your accounts will be blocked.......</b>

Regards,

Suresh......