Message type: E = Error
Message class: E0 - SAP EDI messages
Message number: 035
Message text: Function module & is not RFC-compatible
Function module &v1&, which should assume reponsibility for further
IDoc processing, has been stored for port &v2&.
Such function modules must support Remote Function Call. However,
function module &v1& does not have this attribute. As a result, this
IDoc could not be processed further.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Please change the attributes of function module &v1& or enter an
RFC-compatible function module in the port definition for port &v2&.
Error message extract from SAP system. Copyright SAP SE.
E0035
- Function module & is not RFC-compatible ?The SAP error message E0035, which states that a function module is not RFC-compatible, typically occurs when you attempt to call a function module remotely using Remote Function Call (RFC), but the function module does not meet the necessary criteria for RFC compatibility. Causes: Non-RFC-Compatible Function Module: The function module may not be defined as RFC-compatible. This can happen if the function module is not marked as RFC-enabled in its attributes. Import/Export Parameters: The function module may have parameters that are not compatible with RFC. For example, it may use complex data types or structures that cannot be serialized for remote calls. Exceptions Handling: The function module may not handle exceptions properly, which can lead to issues when called remotely. Authorization Issues: The user calling the function module may not have the necessary authorizations to execute it remotely. Solutions: Check Function Module Attributes: Go to transaction SE37 (Function Module) and enter the name of the function module. Check
Get instant SAP help. Sign up for our Free Essentials Plan.
E0034
Do not direct all IDocs to the same port
What causes this issue? A function module for sending IDocs was called, that can only be called for a fixed port. It was called for port '&v...
E0033
A port with an incorrect port type was passed
What causes this issue? The function module for sending IDocs to a '&v1&' was called. The port must be of type '&v2&...
E0036
EDI: Error with database insert/update in table EDID4
What causes this issue? When creating an IDoc an error was reported by the database when inserting or updating data records in table EDID4 for IDoc n...
E0037
'&' IDocs selected
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.