SAP ABAP Data Element RS38L_TYP (Associated Type of an Interface Parameter)
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_TYP
Short Description Associated Type of an Interface Parameter  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RS38L_TYP    
Data Type CHAR   Character String 
Length 132    
Decimal Places 0    
Output Length 132    
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 Assoc.Type 
Medium 15 Associated Type 
Long 20 Associated Type 
Heading 30 Associated Type 
Documentation

Definition

ABAP associated type for an interface parameter. The associated type must be a global Dictionary type or exist in a type pool. In the latter case, the type pool must be declared in the function group.

Note that you cannot use types from type pools for RFC-enabled function modules.

When assigning a type using the LIKE typ method, you cannot use types from type pools either.

Additionally you can use the internal ABAP types C, I, N, X, P, D, T, F, and the TABLE type - to an extent in generic form.

You can find further information about this in the Function Builder manual and in the ABAP online documentation under the keyword "Types".

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