SAP ABAP Data Element RSLIN_XCAL (SLIN checkbox: CALL FUNCTION interfaces)
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_XCAL
Short Description SLIN checkbox: CALL FUNCTION interfaces  
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 CALL FUNCTION interfaces 
Heading  
Documentation

Definition

Activate Checks for 'CALL FUNCTION' Interfaces

In general, this group comprises the checks that check the call and definition of function modules (as far as is statically possible).

The following checks are implemented:

  1. Does the associated function group exist in a called function module and does it contain any syntax errors?
  2. Do the called functions exist?
  3. Are all required parameters passed?
  4. Are any unknown parameters passed?
  5. Do the parameters have the correct category (IMPORT, EXPORT, TABLES, EXCEPTION)?
  6. Are the actual and formal parameters compatible?
  7. Are EXCEPTIONs handled using SY-SUBRC?
  8. Does the RAISING clause catch all exceptions correctly?
  9. Is a function module flagged as obsolete?

In function groups, the function module definitions are tested to see whether:

  1. Does the function module contain a TFDIR entry.
  2. Does a RAISE command exist for each EXCEPTION and is there an EXCEPTION for each RAISE command.

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