Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: FDT_EXPRESSIONS - Formula & Derivation Tool: Expressions
Message number: 811
Message text: Function call &1 not possible, &2 parameter &3 has a raw type
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
FDT_EXPRESSIONS811
- Function call &1 not possible, &2 parameter &3 has a raw type ?The SAP error message FDT_EXPRESSIONS811 indicates that there is an issue with a function call in your SAP application. Specifically, the error states that the function call is not possible because one of the parameters being passed to the function has a "raw type." This typically occurs in the context of using expressions in the SAP Fiori or SAP UI5 applications, particularly when dealing with data types in ABAP or when using the FDT (Form Data Tool).
Cause:
- Raw Type Parameter: The error is triggered when a function is called with a parameter that is of a raw type (e.g.,
RAW
,XSTRING
, etc.). These types are not compatible with the expected data types for the function being called.- Data Type Mismatch: The function you are trying to invoke expects a specific data type for its parameters, and passing a raw type does not meet those expectations.
- Incorrect Function Usage: The function may not be designed to handle raw types, leading to this error when such types are passed.
Solution:
- Check Parameter Types: Review the function definition to understand the expected parameter types. Ensure that the parameters you are passing match the expected types.
- Convert Raw Types: If you need to pass a raw type, consider converting it to a compatible type. For example, if the function expects a string, you can convert the raw type to a string using appropriate conversion functions.
- Example: Use
CONVERT
orCAST
statements to change the type.- Modify Function Call: If possible, modify the function call to use the correct data types. This may involve changing how data is prepared before the function call.
- Debugging: Use debugging tools to trace the values and types of parameters being passed to the function. This can help identify where the raw type is being introduced.
Related Information:
If the problem persists after trying the above solutions, consider reaching out to your SAP support team or consulting with an SAP expert for further assistance.
Get instant SAP help. Sign up for our Free Essentials Plan.
FDT_EXPRESSIONS810
Function call &1 not possible, &2 parameter &3 has a generic type
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_EXPRESSIONS809
Function call &1 not possible, &2 parameter &3 has a reference type
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_EXPRESSIONS812
No valid class: class &1 doesn't exist
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_EXPRESSIONS813
No valid method: method &1 doesn't exist in class &2
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.