SAP ABAP Message Class 28 Message Number 114 (Error in generic function module interface (ABAP): &1)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-DEP (Application Component) Object Dependencies
     CUMT (Package) Maintenance Environment for Dependencies
Attribute
Message class 28  
Short Description Configuration    
Message Number 114  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Error in generic function module interface (ABAP): &1
Help Document

Diagnosis

The syntax check found an error in the function entry . The function module referred cannot be used, because the interface does not match the conventions.

System Response

Procedure

Ensure that the function module referred to has a generic interface that matches the conventions:

  • one IMPORT parameter GLOBALS (with structure CUOV_00)
  • one TABLES parameter QUERY (with structure CUOV_01)
  • one TABLES parameter MATCH (with structure CUOV_01)
  • one EXCEPTION with the name FAIL (signals a contradiction)
  • one EXCEPTION with the name INTERNAL_ERROR (timeout)

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