SAP ABAP Data Element RS38L_REFE (Call by reference)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-FUB (Application Component) Function Builder
     SFUNC (Package) Function Builder
Basic Data
Data Element RS38L_REFE
Short Description Call by reference  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1    
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 12 Reference 
Medium 16 Call by ref. 
Long 20 Call by reference 
Heading 16 Call by ref. 
Documentation

Definition

Call by reference.

When the function module is called, a reference to this parameter is passed. The function module then works with the original parameter and can thus alter it. When used with large tables, this option saves memory and increases speed.

You cannot change import parameters or constants.

The initial settings are call by value for import and export parameters and call by reference for table parameters.

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