SAP ABAP Data Element FIPR_FUNCVALUE (Name of a function module)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   IS-B-BCA-MD-PR (Application Component) Product definition
     FIPR (Package) Product Configurator for Financial Products
Basic Data
Data Element FIPR_FUNCVALUE
Short Description Name of a function module  
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  
Medium 17 Function module 
Long 17 Function module 
Heading 17 Function module 
Documentation

Definition

In this field, enter the name of a function module.

It is the function module's task to supply all IDs and descriptions of the field value as well as the name of the field.

You must define the interface as follows:

*"-------------------------------------------------------------------

*"*"Local interface:

*" EXPORTING

*" VALUE(E_TITLE) LIKE SY-TITLE

*" TABLES

*" T_VALUE TYPE FIPRT_TAB_VALUE

*" T_VALUE_NAME TYPE FIPRT_TAB_VALUE_NAME

*"-------------------------------------------------------------------

The categories FIPRT_TAB_VALUE and FIPRT_TAB_VALUE_NAME are defined in the category group FIPRT.

Supplementary Documentation - FIPR_FUNCVALUE0001

Use

Function module for finding the bank control key:

If a function module is defined, the system runs the function module when you save the account.

This function module must have the following interface parameters:

IMPORT:         I_BANKS TYPE BANKS Bank Country
        I_BANKL TYPE BANKL Bank Key
        I_ACNUM_EXT TYPE BKK_ACEXT External Account Number
        I_PRODINT TYPE FIPR_PRODINT Internal Product ID

EXPORT:         E_BKS TYPE BKK_BKS Bank Control Key
        E_RETURN TYPE SY-SUBRC Return Value

The return value is evaluated as follows:

  • 0 The bank control key returned by this module is defined on the account and displayed with the account data in the future.
  • 1 No control key found. The action is continued.
  • 2 An error occurred. The account creation is cancelled with the message "Error while searching for bank control key in function module &1".

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