SAP ABAP Data Element DBGMODE (Mode)
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 DBGMODE
Short Description Mode  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SYCHAR01    
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

You can choose a mode when displaying single fields in debugging and when displaying tables.

Single field display:

When displaying single fields in debugging, you can mark them with an "X" or an "R":

  • "X" (heXadecimal)

    Displays the field contents in hexadecimal format.
  • "R" (Replace)

    You must select this field if you change the field contents manually at runtime. Otherwise the program does not accept the new value.

Table display:

When displaying tables, you can also use mode to select the display type. The following settings are possible:

  • "E" (can be Edited)

    You can edit the table header line and thus change the table field display (field length, sequence, etc.).
  • "C" (Character)

    Displays the fields of the table as character values.
  • "X" (heXadecimal)

    Displays the fields of the table in hexadecimal format.

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