Message type: E = Error
Message class: FL - Function Builder messages
Message number: 393
Message text: You can only use LIKE and TYPE to specify types in RFC
At the moment RFC only allows parameter types defined with LIKE and
TYPE. Other type categories such as TYPE REF TO are not supported for
RFC-compatible function modules.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
FL393
- You can only use LIKE and TYPE to specify types in RFC ?The SAP error message FL393, "You can only use LIKE and TYPE to specify types in RFC," typically occurs when there is an issue with the way data types are defined in a Remote Function Call (RFC) interface. This error indicates that the system does not allow certain type specifications in the context of RFCs.
Cause: Invalid Type Specification: The error is often caused by using type specifications that are not allowed in RFCs. In RFCs, you can only use LIKE and TYPE to define the types of parameters. Complex Data Types: If you are trying to use complex data types (like structures or tables) in the RFC interface, it may lead to this error if they are not defined correctly. Inconsistent Data Types: If the data types in the RFC interface do not match the expected types in the calling program, it can also trigger this error.
Solution: Check Type Definitions: Review the parameter definitions
Get instant SAP help. Sign up for our Free Essentials Plan.
FL392
Table types are only allowed in TABLES parameters in RFC
What causes this issue? You tried to assign a table type to an EXPORTING or IMPORTING parameter of a remotely-callable function module. These types a...
FL391
Reference type & does not observe the naming convention
What causes this issue? You may use types in interfaces which are stored in the Dictionary. These must be in a type pool. According to the naming con...
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...
FL395
During RFCs or update, no exception classes can be used
What causes this issue? With update or RFC function modules, class-based exceptions are not supported. You will find details on class-based exception...
Click on this link to search all SAP messages.