SAP ABAP Data Element RRACTUALDATA (Data Integrity)
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 RRACTUALDATA
Short Description Data Integrity  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RRACTUALDATA    
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 15 Data Integrity 
Long 20 Data Integrity 
Heading 20 Data Integrity 
Documentation

Definition

By setting the actual data, you can decide which data of an InfoProvider is to be displayed. The actual data only affects InfoCubes, VirtualProviders that implement the interface IF_RSD_DELTACACHE_SUPPORT, and MultiProviders that contain InfoCubes and other such VirtualProviders. For other InfoProviders such as DataStore objects, InfoSets, and so on, all the values of this field have the same result. For this reason, the following information only applies to InfoCubes and MultiProviders that contain InfoCubes.

0 All InfoProviders up to a securely accessible status (RQTS0)

All data that is rolled up into the aggregate is read (up to RSMDATASTATE-ROLLUP). If there is no aggregate, all data is used up to the first open request or request with errors (up to RSMDATASTATE-QUALOK ). This is the default setting for queries.

1 Realtime-enabled InfoCubes up to current status

In addition to the data for the mode All InfoProviders up to securely accessible status(RQTS0), the data of realtime-enabled InfoCubes (RSDCUBE-TRANSACT= X) up to and including the open request is read. If current data loading is allowed for a realtime-enabled InfoCube , then it is read up to RSMDATASTATE-QUALOK.

2 All InfoProviders up to current status (up to Qualok)

This includes the requests of a non-realtime-enabled InfoCube with aggregates that have not yet been aggregated but which come before the the first open request or request with errors.

3 All InfoProviders up to the current status (all green requests)

All requests without errors (all green requests) are read, as well as those that come after a request with errors or request that is not yet complete. An open yellow request is read for realtime-enabled InfoCubes that can be planned currently.

9 All complete InfoProvider (including red requests)

All data available is read, in other words, all request with errors, as well as open requests for answering a query (dirty read).

Request statuses 1 and 2 have the same results for a realtime-enabled InfoCube. Non-realtime-enabled InfoCubes 0 and 1 have the same result.

Use

The request status All InfoProviders up to securely accessible status (RQTS0) is used by default. The setting Realtime-enabled InfoCubes up to current status should be used for queries that are defined for a MultiProvider that contains the plan data in a realtime-enabled InfoCube and actual data in a standard InfoCube.

This property refines and replace the variables 0S_RQMRC,0S_RQTRA and 0S_RQALL.

Dependencies

The actual data "0" naturally has the best performance. In all other modes, the data is read from aggregates, from data not yet rolled up, and from the InfoCube fact table.

Example

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