SAP Message 28114 - Error in generic function module interface (ABAP): &1

Diagnosis
The syntax check found an error in the function entry &V1&. Thefunction module referred cannot be used, because the interface does notmatch the conventions.

Procedure
Ensure that the function module referred to has a generic interfacethat 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)