SAP ABAP Data Element RSBKSINGLEREQUEST (Get Data by Request)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSBK (Package) Data Transfer Process: Kernel Objects
Basic Data
Data Element RSBKSINGLEREQUEST
Short Description Get Data by Request  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RSBKSINGLEREQUEST    
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 10 Request 
Medium 20 By Request 
Long 35 Get Data by Request 
Heading 50 Indicator: Get Data by Request 
Documentation

Definition

This indicator belongs to a data transfer process (DTP) that gets data from a DataSource or InfoPackage in delta mode. To prevent DTP requests from becoming too large (when the source contains a large amount of data) to be sent to the target as one DTP request, delta DTPs can be used to get the data by requests.

Use

If you set this indicator, a DTP request only gets data from one request in the source.

When it completes processing, the DTP request checks whether the source contains any further new requests. If the source contains more requests, a new DTP request is automatically generated and processed.

Dependencies

For reasons of downward compatibility, the system behaves differently for DTPs that were created before SAP NetWeaver 7.0 Support Package Stack 13:

DTPs for which the indicator is set only get the first new request, even if there is more than one new source request at the time of processing. This restricts the way in which these DTPs can be used in process chains, because requests accumulate in the source and the target may not contain the current data. The Retrieve Until No More New Data indicator is therefore displayed for these DTPs.

We recommend that you set this indicator and activate the DTP.

More information: Retrieve Until No More New Data

Example

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