SAP ABAP Data Element BUR_FNTXT (Function Module for a Text Field)
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 BUR_FNTXT
Short Description Function Module for a Text Field  
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 Text field 
Medium 15 Txt fld fu.mod. 
Long 20 Text fld funct.mod. 
Heading 30 Text field function module 
Documentation

Definition

Function module that you call if you want to determine a text for a relationship/role definition. This freely selectable text is output in the relationship/role definition overview for a relationship/role definition.

Notes

The interface of the function module must be as follows:

IMPORTING 
REFERENCE(IS_BUT050) TYPE BUT050
CHANGING
REFERENCE(CV_TEXT) TYPE BU_BEZ105 OPTIONAL
REFERENCE(CV_GRAPHIC_TEXT) TYPE BU_BEZ20 OPTIONAL
REFERENCE(CV_GRAPHIC_INTENSIV) TYPE BOOLE_D OPTIONAL

Relationship/role definition data is transferred with the import parameter IS_BUT050.
The text to be displayed is returned with the CHANGING parameter.

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