SAP ABAP Data Element RSAGGRDATCLS (BW: Default Data Class for Aggregate (Fact) Table)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSD (Package) BW: Data Basis InfoObjects and Core Services
Basic Data
Data Element RSAGGRDATCLS
Short Description BW: Default Data Class for Aggregate (Fact) 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 D.Type 
Documentation

Definition

With the data type you determine at the logical level, in which physical area of the database (with ORACLE the TABLESPACE) your table is stored. With the correct choice of data type your table is assigned automatically to the correct area when you create on the database.

The most important data types (apart from system data) are:

  • APPL0 master data
  • APPL1 transaction data
  • APPL2 organization- and customizing data

For master data this is data which is often accessed to read but which is only rarely updated. Transaction data is data that is updated frequently. Organization- and customizing data is data that is entered when setting up the system and is not changed very often later on.

The customer can also use two more data types USR and USR1. These are intended for customer-defined developments. The tables assigned to these data types are stored in a tablespace for customer developments.

Note:Note that the data type only affects saving the table for the database systems ORACLE and INFORMIX.

History
Last changed by/on SAP  20130604 
SAP Release Created in 20B