SAP ABAP Data Element ARCH_OBJ_PROT_OUTPUT (Archiving/Data Destruction: Log Output)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-ADK (Application Component) Archive Development Kit
     S_ARCH_SEL_SCREEN_STANDARD (Package) Archiving: Standards for Selection Screens
Basic Data
Data Element ARCH_OBJ_PROT_OUTPUT
Short Description Archiving/Data Destruction: Log Output  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ARCH_OBJ_PROT_OUTPUT    
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 Log Output 
Medium 20 Log Output 
Long 35 Log Output 
Heading 30 Log Output 
Documentation

Definition

Choose List, if the log is to be written to the list (spool for background programs). The advantage of saving the log in this manner is that you can request that the list be automatically stored in an optical archive (see Spool Parameters during Job Scheduling). Logs written to the application log can only be stored manually from within the display function.
Moreover, logs that are written to the list are removed automatically when the corresponding background job is deleted. Logs written to the application log must be deleted manually.

Choose Application Log if the log is to be written to the application log. The log can then be displayed in transaction SARA via Goto -> Logs. The advantage of saving the log in this manner is that the log messages are written to the application log during the program runtime. (During background jobs, this happens approximately every 30 minutes and with dialog programs every 10 seconds.) Logs that were written to the list are not visible until the program has finished.
Moreover, here in the log display it may be possible to call up details for a message or an object per double click.

Choose List and Application Log, if the log is to be available for both.

Use

Dependencies

Example

History
Last changed by/on SAP  20141013 
SAP Release Created in 700