SAP ABAP Data Element RKEBWTRAGG (Using Database Aggregation Functions During Callup)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   CO-PA (Application Component) Profitability Analysis
     KERS (Package) Interface between CO-PA and BW
Basic Data
Data Element RKEBWTRAGG
Short Description Using Database Aggregation Functions During Callup  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FLAG    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
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  
Medium  
Long  
Heading  
Documentation

Definition

You use this flag to set whether the data is already aggregated (totalled) when it is read from the database or only aggregated once it is in the ABAP program.

By having the data aggregated at the database, you reduce the data volume to be sent to the application server. Aggregation at the database server is usually quicker than aggregation at the application server.

Reason for the flag

When using the aggregate functions, the database requires temporary memory space to build aggregated data. Depending on the database, the required memory space can make up much of the basic data. For this reason, the program might terminate with a short dump with a a database error as a result of the disks being overfull.

Procedure

Proceed as follows:

  1. Where possible, always have the use of the aggregate functions activated.
  2. If the program terminates due to disk space problems, increase the memory area for temporary data.
  3. If it is no longer possible to increase the disk space, deactivate this function.

History
Last changed by/on SAP  20130529 
SAP Release Created in