SAP ABAP Data Element RSLIN_XPUT (SLIN Checkbox: Cross-Program Checks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
     SLIN_EXTERNAL (Package) External SLIN Interfaces
Basic Data
Data Element RSLIN_XPUT
Short Description SLIN Checkbox: Cross-Program Checks  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BOOLEAN    
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 40 Cross-Program Checks 
Heading Cross-Program Checks 
Documentation

Definition

Activate Cross-Program Checks

The following checks are performed:

  1. A field symbol is bound to a row of an internal table using LOOP AT ... ASSIGNING ... The check determines whether the binding to the table row could be lost when a new ASSIGN or UNASSIGN is used within the LOOP. This produces a short dump at runtime.
  2. A constant is passed to a USING parameter of a FORM, possibly in a call stack. The USING parameter is in a writer position in the body of the FORM procedure.
  3. An ABAP command is executed within a SELECT loop (possibly in a call stack), which produces a COMMIT WORK.

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