SAP ABAP Data Element BU_FDIHD (Name of function module for determining DI header data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BP (Application Component) Business Partner Foundation
     S_BUPA_GENERAL (Package) SAP Business Partner: Basic Components
Basic Data
Data Element BU_FDIHD
Short Description Name of function module for determining DI header data  
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 DI header 
Medium 15 DI header data 
Long 20 DI header data 
Heading 30 Determine DI header data 
Documentation

Definition

Function module for determination of direct input header data for an object.

Use

For a table, the system takes the unstructured transferred data to determine the field contents that are relevant for the header structure and then transfers these to a table together with the field names.

If the module is called several times (in other words, for several tables), the header information that has already been collected is in the interface table, meaning that a new determination process may not be required.

The function module is called for activation of planned changes to an application object within the Business Data Toolset. It is only called if it is assigned to one or more tables of an application (see Maintenance of tables for the application in BDT).

The interface of the module MUST be as follows:

Import parameters: I_TABNAME like CDSHW-TABNAME

    I_DATA like BUSDATA

Table parameters: T_FLDVAL like BUS0FLDVAL

Example

BUP_BUPA_DI_HEADERINFO_GET for the business partner application (BUPA)

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