1.

What Are Data Classes? What Are The Various Data Classes Available For Selection?

Answer»

The data class signifies a physical area in an underlying database where the table is LOGICALLY stored. Also it throws LIGHT on what KIND of data will be stored in the table. Data class helps us to categorize the table on the basis of type of data stored.

There are THREE important data classes

  • APPL0 - Master data - Master data is data which is frequently READ, but rarely updated.
  • APPL1 - Transaction data - Transaction data is data which is frequently updated.
  • APPL2 - Organizational and customizing data - Organizational und customizing data is data which is defined when the system is initialized and then rarely changed.

The data class signifies a physical area in an underlying database where the table is logically stored. Also it throws light on what kind of data will be stored in the table. Data class helps us to categorize the table on the basis of type of data stored.

There are three important data classes



Discussion

No Comment Found