SAP ABAP Data Element ARCH_INTER (It is possible to interrupt session for the archiving object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-ADK (Application Component) Archive Development Kit
     SARC (Package) Archive Development Kit
Basic Data
Data Element ARCH_INTER
Short Description It is possible to interrupt session for the archiving object  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
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 Interrupt. 
Medium 20 Interrrupt. Possible 
Long 20 Interrrupt. Possible 
Heading 20 Interrrupt. Possible 
Documentation

Definition

Indicator that controls whether the archiving object supports the interruption concept. That is, the write program was modified so that the write phase for an archiving session for this object can be interrupted.

Technically, the exception TERMINATION_REQUESTED is only triggered if this field is selected in function module ARCHIVE_SAVE_OBJECT. The exception must then be handled appropriately by the write program, that is, it must process ARCHIVE_CLOSE_FILE in addition to any application-specific status update or writing a detailed log (instead of or as well as the standard log using ARCHIVE_WRITE_STATISTICS).

An example of an interrupted archiving object is BC_SBOOK with its write program SBOOKA.

'X': Interruption possible

' ': Interruption not possible (standard)

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