Message type: E = Error
Message class: FL - Function Builder messages
Message number: 395
Message text: During RFCs or update, no exception classes can be used
With update or RFC function modules, class-based exceptions are not
supported.
You will find details on class-based exceptions for RFC function modules
in Note 829230.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Use classic exceptions.
Error message extract from SAP system. Copyright SAP SE.
FL395
- During RFCs or update, no exception classes can be used ?The SAP error message FL395, which states "During RFCs or update, no exception classes can be used," typically occurs in the context of Remote Function Calls (RFCs) or update function modules in SAP. This error indicates that an exception class was used in a context where it is not allowed, specifically during an RFC or update processing.
Cause: Use of Exception Classes: The error is primarily caused by the use of exception classes in a function module that is being called remotely (RFC) or in an update function module. In these contexts, only standard exceptions (like CX_SY_NO_HANDLER, CX_SY_OPEN_SQL_DB, etc.) can be used. Improper Error Handling: If the function module is designed to handle exceptions using custom exception classes, it will lead to this error when invoked via RFC or update.
Solution: Review Function Module: Check the function module that is causing the error. Ensure that it does not use any custom exception classes. Instead, use
Get instant SAP help. Sign up for our Free Essentials Plan.
FL394
Only standard, sorted and hashed tables are allowed for RFC
What causes this issue? Complex data types are allowed with RFC as IMPORTING and EXPORTING parameters, but only those table types whose access mode i...
FL393
You can only use LIKE and TYPE to specify types in RFC
What causes this issue? At the moment RFC only allows parameter types defined with LIKE and TYPE. Other type categories such as TYPE REF TO are not s...
FL396
No types from classes or interfaces are allowed for RFC
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FL397
&1 (type &2) can impair performance in RFC (with classic serialization)
What causes this issue? This parameter contains a data type that can result in high memory consumption and poor system performance when using the cla...
Click on this link to search all SAP messages.