SAP ABAP Data Element RSRDA_REQ_SIZE (Size of RDA Request in Rows)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSSM (Package) BW: General monitoring and scheduling
Basic Data
Data Element RSRDA_REQ_SIZE
Short Description Size of RDA Request in Rows  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type NUM8    
Data Type NUMC   Character string with only digits 
Length 8    
Decimal Places 0    
Output Length 8    
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 10 Rows 
Medium 15 Rows 
Long 20 Request Size in Rows 
Heading 23 Request Size in Rows 
Documentation

Definition

Use

Specify the maximum number of data records that is permitted for each request before a new request is opened. The default setting is 100,000 records.

Dependencies

The system checks the threshold values (time and number of records) before it uses the request to update data. When one of the threshold values is exceeded, the daemon closes the request and the data transfer is continued using a new request.

If you use a Web service, the Web service caller also uses the threshold values to close the request. Whether the Web service caller or the daemon closes the request when you use a Web service depends on whether you are using the Web service for standard update without RDA, meaning without daemon assignment, or whether you are using the Web service with RDA. The Web service caller multiplies the defined threshold values (time and number of records) by 2. If you are using the Web service with RDA, this ensures that the daemon closes the request. If you are using the Web service without RDA, this ensures that the request is also closed without daemon after a certain amount of time or once it reaches a certain size. However, if you are using the Web service without RDA, you should not close the request using the threshold values. Instead you should use the process type Close Real-Time InfoPackage Request. Make a note of this when you make the settings for the threshold values in the InfoPackage.

Example

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