SAP ABAP Data Element ECH_DTE_ACTION_CLASS (Action Class)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS-ECH (Application Component) Error and Conflict Handler
     FS_ECH_BASIS (Package) Central Objects of Error and Conflict Handler
Basic Data
Data Element ECH_DTE_ACTION_CLASS
Short Description Action Class  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SEOCLSNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 Actn Class 
Medium 20 Action Class 
Long 35 Action Class 
Heading 40 Action Class 
Documentation

Definition

Class provided by the error and conflict handling application that implements the IF_ECH_ACTION interface with the following methods:

  • RETRY

    You use the RETRY (repeat) processing to restart the postprocessing for a business process. The system runs the process again and repeats the business-related actions of the business process.

    You control the RETRY (repeat) processing using the Repeat Mode.

  • FINISH

    You use the FINISH (confirm) processing to confirm the successful running of a process. The system automatically carries out the FINISH processing once the RETRY processing has been completed successfully. However, you can also execute it manually in the Postprocessing Desktop if the error or conflict has been corrected manually.

    You control the FINISH (confirm) processing using the Confirm Mode.

  • FAIL

    The FAIL (discard) processing is executed automatically by the system if the RETRY processing could not be completed successfully. However, you can also exectue it manually in the Postprocessing Desktop if the error or conflict could not be corrected.

    You control the FAIL (discard) processing using the Discard Mode.

Use

Dependencies

You store the control parameters for the methods in IMG activityDefine Resolution Strategy.

Example

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