SAP ABAP Data Element BU_FNCRD (Name of function module for reading 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_FNCRD
Short Description Name of function module for reading 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 Read 
Medium 15 Read data 
Long 20 Read data 
Heading 30 Read function module 
Documentation

Definition

Name of the function module to be called to read the table data for the current object.

At event ISDST, the participating applications use this function module to read the data. The BDT uses this function module to retrieve generic values from table fields.

Definition

The function module is designed to provide the following values:

  • Tables with Single Entry:
    • E_<Table>    Data in structured form (structure: <table>)
    • E_DATA    Data in unstructured form (reference field BUSDI3-DATA)
  • Tables with Step Loop Entry:
    • T_<Table>    Data in structured form (structure: <table>)
    • T_DATA    Data in unstructured form (reference field BUSDATA)

Examples

  • Tables with single entry:    BUP_BUPA_BUT000_GET
  • Tables with step loop entry:    BUP_BUPA_BUT0BK_GET

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