SAP ABAP Data Element DBGACFLUSH (Flag: Automation Controller: Always process reqs. synchron.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP_DEBUG (Package) Types for Debugger
Basic Data
Data Element DBGACFLUSH
Short Description Flag: Automation Controller: Always process reqs. synchron.  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SYST_FLAG    
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  
Medium  
Long  
Heading  
Documentation

Definition

This Debugger option affects how requests to automated objects (Automation Server and GUI controls) are processed.

  • Option switched off: Requests are processed in the normal way, that is, requests with the "NO FLUSH" addition are not executed until an explicit flush occurs, or the first request without the "NO FLUSH" addition is processed.

  • Option switched on (x): All requests are processed synchronously, regardless of whether they have the "NO FLUSH" addition.

This is to support troubleshooting:
If an error occurs while the system is processing a set of buffered calls in the automation queue, you can switch on this option to debug each request synchronously.

Note: Using this option has extreme effects on the runtime of the program, since processing can only continue once a request has been processed by the receiver. The receiver (Automation Server or control at the frontend) may be connected using a slow WAN.

For further information about the Automation Controller, read the documentation for the following statements:

or see the general documentation about "ABAP as an OLE2 Automation Controller".

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