SAP ABAP Data Element RSPSADATCLS (Data Class for PSA Table)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSAR (Package) Data import from source system
Basic Data
Data Element RSPSADATCLS
Short Description Data Class for PSA Table  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TABART    
Data Type CHAR   Character String 
Length 5    
Decimal Places 0    
Output Length 5    
Value Table DDART    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Data Type 
Medium 15 Data Type 
Long 20 Data Type 
Heading DClass 
Documentation

Definition

With the data class, you logically determine in which physical area of the database (with ORACLE, in the TABLESPACE) your table is stored. With the correct choice of data class, your table is automatically assigned to the correct area when creating from the database.

The most important data classes (separate from the system data) are:

  • APPL0 Master data
  • APPL1 Transaction data
  • APPL2 Organization and customizing data

With master data,the data involved is often accessed by being read. However, it is seldom updated. Transaction datais data that is updated often. Organization and customizing data is data that is specified when setting the system and is later seldom changed.

Two additional data classes, USR and USR1, are available for customers. These are scheduled for customer-specific developments. The tables assigned for these data classes are stored in a tablespace for customer developments.

Note:Be aware that the data class only influences the table storage for the database systems ORACLE and INFORMIX.

History
Last changed by/on SAP  20130604 
SAP Release Created in 30A