SAP ABAP Data Element SYST_CALLD (ABAP System Field: Call Mode of Current ABAP Program)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP (Package) ABAP Runtime Environment
Basic Data
Data Element SYST_CALLD
Short Description ABAP System Field: Call Mode of Current ABAP Program  
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 10 Call Mode 
Medium 20 Call Mode Active (X) 
Long 20 Call Mode Active (X) 
Heading Call Mode 
Documentation

Definition

ABAP system field. In the first program of a call stack, a blank, otherwise 'X'. Set to "X" after calls using CALL TRANSACTION, CALL DIALOG, or SUBMIT ... AND RETURN. Empty if the program was started using LEAVE TO TRANSACTION or using a transaction code from the screen. A call using SUBMIT (without AND RETURN) takes the value of the calling program.

History
Last changed by/on SAP  20130604 
SAP Release Created in 740