SAP ABAP Data Element RSBKFETCHUNTILEOF (Indicator: Retrieve Until No More New Data)
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 RSBKFETCHUNTILEOF
Short Description Indicator: Retrieve Until No More New Data  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1    
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 All Data 
Medium 20 Retrieve All Data 
Long 30 Retrieve All Source Data 
Heading 55 Retrieve Until No More New Data 
Documentation

Definition

To prevent requests from becoming too large, delta data transfer processes (DTPs) can get data request by request. Using the Get All New Data Request By Request indicator, you specified that a DTP request is always to contain just one source request.

However, this means that for this DTP, only the first of the new requests is retrieved, even if there is more than once 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.

Use

If you set the Retrieve Until No More New Data indicator and then activate the DTP, once it completes processing, a DTP request checks whether there are any further requests in the source. If the source contains more requests, a new DTP request is automatically generated and processed. Once the DTP is activated, the indicator is no longer visible in DTP maintenance.

This applies when the DTP is started by a process chain and also when you start the DTP directly from DTP maintenance.

The indicator is set by default for new DTPs that get data request by request.

If you do not select the indicator, the label for the Get All New Data Request By Request indicator changes to Get One Request Only. Once the DTP is activated, only this indicator is displayed in DTP maintenance.

Dependencies

More information: Get All New Data Request By Request

Example

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