SAP ABAP Data Element RSBKERRORHANDLING (Type of Error Handling During DTP Load Processes)
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 RSBKERRORHANDLING
Short Description Type of Error Handling During DTP Load Processes  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RSBKERRORHANDLING    
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 Mode 
Medium 16 Error Handling 
Long 24 Type of Error Handling 
Heading 54 Type of Error Handling During DTP Load Processes 
Documentation

Definition

The following settings are possible:

  • Cancel Request, Do Not Track Records, No Update (default)

    If an error occurs, it is reported as a package error in the DTP monitor. The error is not assigned to the data record. The system does not build the cross-reference table to find the data record number. Processing is quicker.

    The incorrect records are not written to the error stack since the request is terminated and has to be completely updated again.

  • Cancel Request, Track First Incorrect Record, No Update

    If errors occur, the system terminates the update of the entire data package. The request is not released for reporting. The incorrect record is highlighted so that the error can be assigned to the data record.

    The incorrect records are not written to the error stack since the request is terminated and has to be completely updated again.

  • Request Red, Write Error Stack, Update Valid Records

    This option enables you to update valid data released for reporting, but only after the administrator has checked the incorrect, not updated records, and has manually released the request.

    The incorrect records are written to a separate error stack where the records are edited and can be updated manually using an error DTP.

  • Request Green, Write Error Stack, Update Valid Records

    The valid records are available immediately for reporting and analysis purposes. Automatic follow-on activities are performed automatically (such as modifying aggregates).

    The incorrect records are written to a separate error stack where the records are edited and can be updated manually using an error DTP.

Use

Dependencies

Example

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