SAP ABAP Data Element DXRUNSTAT (Status of data transfer run)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-DX-DXW (Application Component) Data Transfer Workbench
     S_DX_BAPI (Package) Data Transfer Workbench
Basic Data
Data Element DXRUNSTAT
Short Description Status of data transfer run  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DXRUNSTAT    
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 Status 
Medium 15 Status 
Long 25 Run status 
Heading 31   
Documentation

Definition

The run status is determined by the current task.

Possible statuses are:

  • 0: Task terminated
    This status can only occur if a task is terminated, for example, by a short dump.
  • 1: Task completed without errors
    This status is assigned when the task is completed and no errors are reported.
  • 2: Task completed with errors
    This status is assigned when errors are reported that have occurred
    during the processing of the task.
  • 3: Task completed with errors, no restart
    This status is assigned when the task reports that errors have occurred and that the task cannot be restarted when the run is continued.

The user must set the task to "completed" manually, before continuing the run. This status is used if the errors require an action from the user to prevent inconsistencies occurring in the system.
For example: If incorrect objects are written in an IDoc to the R/3 database, when a BAPI is used for the transfer, the task is assigned status 3 after the whole input file has been processed. The user must then check the IDocs, clear the error, and process these IDocs manually to ensure that all objects in the input file are posted in the R/3 System.

  • 4: Task completed manually
    This status is assigned, when the run is continued and the user no longer wants to execute a task that was terminated or completed with errors. The run begins with the following task defined in the run definition:
  • X: Run completed
    This status is assigned if:
    • The last task in the run definition was completed manually or without errors.
    • The user ended the run manually.

The run is active for the statuses 0 - 4 and the user can continue the run after clearing any errors.

A new run of the same run definition can be started only with status X.

History
Last changed by/on SAP  20110908 
SAP Release Created in