Message type: E = Error
Message class: COM_PME_PARSER - Configuration
Message number: 114
Message text: Error in generic function module interface (ABAP): &1
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.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
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)
Error message extract from SAP system. Copyright SAP SE.
COM_PME_PARSER114
- Error in generic function module interface (ABAP): &1 ?The SAP error message COM_PME_PARSER114 indicates that there is an issue with the generic function module interface in ABAP. This error typically arises when there is a problem with the parameters being passed to a function module, which can include issues such as incorrect data types, missing required parameters, or mismatched parameter names. Causes: Incorrect Parameter Types: The parameters being passed to the function module do not match the expected data types. Missing Parameters: Required parameters are not being provided when calling the function module. Mismatched Names: The names of the parameters in the calling program do not match those defined in the function module. Data Conversion Issues: There may be issues with converting data types, especially when dealing with complex structures or tables. Function Module Not Active: The function module may not be active or may have been deactivated in the system. Solutions: Check Parameter Definitions: Review the function module's interface in transaction SE37 or SE80 to
Get instant SAP help. Sign up for our Free Essentials Plan.
COM_PME_PARSER113
Error in table/function declaration
What causes this issue? The syntax check found an error in the entry for a table or function.System Response The system issues an error message and ...
COM_PME_PARSER112
Table/function argument incorrect &1
What causes this issue? The syntax check found an error in table or function parameters.System Response The cursor shows where in your entry the err...
COM_PME_PARSER116
Error in conditional restriction (with IF)
What causes this issue? An error was found in a conditional restriction, starting with the keyword IF.System Response The cursor marks the incorrect...
COM_PME_PARSER117
Restriction not possible: expression not linear
What causes this issue? You can only use formulas to restrict a numeric characteristic if the formula in the characteristic you want to restrict is l...
Click on this link to search all SAP messages.