SAP ABAP Data Element AD_FUNCNAM (Function module for finding object type and ID)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ADR (Application Component) Address Management/Business Address
     SZAD (Package) SAP Technology - Business Services: Address Management
Basic Data
Data Element AD_FUNCNAM
Short Description Function module for finding object type and ID  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
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 FM name 
Medium 15 FM name 
Long 20 FM name 
Heading 30 Object find function module 
Documentation

Definition

The name of a function module can be entered here, with which the object type and object ID (and if necessary key extension) of the object can be determined, that references an address.

Such a function module is only required if this parameter cannot be determined by entering an offset and length from the field ADRV-APPL_KEY (or ADRVP-APPL_KEY).

The function module must also always return the object type. This is then particularly necessary if the object type cannot be added statically in table TSADRV.

The interface is defined using the template function ADDR_OWNEROBJKEY_GET_BC00.

Other exceptions as the template function module are possible and are caught with OTHERS. The message parameters set in the SY fields are evaluated.

The parameter OBJKEY_EXTENSION must then be returned if the type and ID of the owner object alone are not sufficient for identification of the address.

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