SAP ABAP Data Element DE_OBJ_REF (Object Reference)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-BF (Application Component) Basic Functions
     VTR (Package) SD R/3 transport processing
Basic Data
Data Element DE_OBJ_REF
Short Description Object Reference  
Data Type
Category of Dictionary Type R   Reference Type
Type of Object Referenced     No Information
Domain / Name of Reference Type OBJECT    
Data Type REF    
Length 0    
Decimal Places 0    
Output Length 0    
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 ObjectRef. 
Medium 16 Object reference 
Long 20 Object reference 
Heading 16 Object reference 
Documentation

Definition

A generic reference to an object. This data element can be used as a screen element or in composite elements. Objects should be assigned to a particular object type.

Use

Dependencies

Example

data: l_obj_ref type de_obj_ref.

data: my_interface type ref to if_interface.

data: my_class type ref to cl_class.

l_obj_ref ?= my_interface "Object reference becomes an interface reference

l_obj_ref ?= my_class "Object reference becomes a class reference

History
Last changed by/on SAP  20001204 
SAP Release Created in 46C