SAP ABAP Message Class >3 Message Number 748 (Error in interface for function module &1)
Hierarchy
FI-CA (Software Component) FI-CA
   FI-CA (Application Component) Contract Accounts Receivable and Payable
     FKKB (Package) Contract A/R & A/P: Central Objects
Attribute
Message class >3  
Short Description Contract A/R and A/P: Central functions    
Message Number 748  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20050224   
Message Text
Error in interface for function module &1
Help Document

Diagnosis

Function module FKK_WRITEOFF_WITHOUT_COMMIT can be used as an activity in a mass run and to write off a document number. If this module is used as an activity, the open items to be written off in table T_FKKCL must be transferred to the interface.

The call of function module &1 is not correct. The parameters in the interface are not consistent.

System Response

Check the call of the function module.

Procedure

If the importing parameter I_USED_AS_ACTIVITY is set, no document number (I_OPBEL) must be entered for selection in the interface to the function module. At the same time, the internal table T_FKKCL must be filled and the currency (I_WAERS) predefined in which it is to be written off.

If the importing parameter I_USED_AS_ACTIVITY is not set, a document number (I_OPBEL) must be entered for selection of the open items in the interface to the function module. At the same time the internal table T_FKKCL must not be filled.

Procedure for System Administration

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