SAP ABAP Data Element RRSPPARTITION (Type of SP Grouping for Delta Caching)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSR_CORE (Package) Processor for Core Objects Reporting
Basic Data
Data Element RRSPPARTITION
Short Description Type of SP Grouping for Delta Caching  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RRSPPARTITION    
Data Type NUMC   Character string with only digits 
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 20 SP Partitioning 
Heading 35 SP Partitioning (Delta Cache) 
Documentation

Definition

In the case of a query on a MultiProvider, there is the option of handling the data that is returned by the individual InfoProviders from the MultiProivder separately and saving it in the cache separately. The benefit of this partitioning is that not all the data from all of the InfoProviders has to be read again if only the data from one single InfoProvider changes. The disadvantage of the partitioning is that more memory is required because the data cannot be aggregated using the various InfoProviders. This aggregation is performed during query runtime.

0 No partitioning

No partitioning is performed; all results of the InfoProviders are summarized as one result and cached.

1 Partitioning in groups

Partitioning in groups means that all InfoCubes are saved in one group. The remaining InfoProviders are saved together in groups according to their properties (for example, whether they can return hierarchy nodes, are VirtualProviders or DataStore objects). The open request for a real-time InfoCube is also stored separately from the normal InfoCubes.

2 Partitioning in groups: BasicCubes separate

Partitioning in groups: Basic Cubes Separate is similar to partitioning in groups. Here, however, the individual InfoCubes are saved separately.

3 Each Provider separate

In this setting, all InfoProviders are saved separately.

Use

With this function, you can optimize the delta cache process. The partitioning is only included when the delta cache process is activated for the query.

Dependencies

Example

History
Last changed by/on SAP  20130604 
SAP Release Created in 400