SAP ABAP Data Element ETSAPGUI_BREAK (Stop Mode for SAPGUI Command)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_DDIC (Package) eCATT ABAP Dictionary Objects
Basic Data
Data Element ETSAPGUI_BREAK
Short Description Stop Mode for SAPGUI Command  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ETSAPGUI_BREAK    
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 SAPGUIStop 
Medium 20 Stop SAPGUI When 
Long 30 Stop SAPGUI When 
Heading 40 Stop SAPGUI When 
Documentation

Definition

This data element can specify the stop mode for the run of the commands SAPGUI, GETGUI, and CHEGUI.

Use

This data element specifies the stop mode for the run of the commands SAPGUI, GETGUI, and CHEGUI. When running an eCATT script, breaks can be added at different points in time to achieve a debugging-like behavior of the commands SAPGUI, GETGUI, and CHEGUI. The execution is stopped at these instances until the user selects the option to continue.

    You can choose the following stop options:

  • SAPGUI: The run is stopped before each of the commands SAPGUI, GETGUI, and CHEGUI.
  • Transaction: The run is stopped before each new transaction.
  • Program: The run is stopped before each new program.
  • Screen: The run is stopped before each new screen.
  • Processed screen: The run is stopped before each processed screen.
  • GUI element/command: The run is stopped before each GUI element or command call.
  • Property/method call: The run is stopped before each property or method call.
  • No stop: The run is not stopped.

Dependencies

Example

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