Do you have any question about this error?
Message type: E = Error
Message class: FDT_EXPRESSIONS - Formula & Derivation Tool: Expressions
Message number: 720
Message text: Unsupported value provided; use predefined BRFplus types
Program error. A value was provided with a type that is not supported.
The value cannot be set.
The source code needs to be changed.
For value definitions, use one of the following types:
IF_FDT_TYPES=>ELEMENT_BOOLEAN
IF_FDT_TYPES=>ELEMENT_NUMBER
IF_FDT_TYPES=>ELEMENT_TEXT
IF_FDT_TYPES=>ELEMENT_AMOUNT
IF_FDT_TYPES=>ELEMENT_QUANTITY
IF_FDT_TYPES=>ELEMENT_TIMEPOINT
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.
FDT_EXPRESSIONS720
- Unsupported value provided; use predefined BRFplus types ?The SAP error message FDT_EXPRESSIONS720 indicates that an unsupported value has been provided in a BRFplus (Business Rule Framework plus) expression. This typically occurs when the data type or value being used in a BRFplus expression does not match the predefined types that BRFplus expects.
Cause:
- Unsupported Data Type: The value being used in the expression may not be of a type that BRFplus recognizes. BRFplus has predefined data types, and using custom or unsupported types can lead to this error.
- Incorrect Value Format: The value provided may not conform to the expected format for the predefined types. For example, if a numeric value is expected but a string is provided, this error can occur.
- Configuration Issues: There may be issues in the configuration of the BRFplus application where the expressions are defined, leading to the use of unsupported values.
Solution:
- Check Data Types: Review the data types defined in your BRFplus application. Ensure that the values you are using in your expressions match the predefined BRFplus types. You can find the list of supported types in the BRFplus documentation.
- Use Predefined Types: Modify your expressions to use the predefined BRFplus types. This may involve changing the data type of the input values or using conversion functions to ensure compatibility.
- Validate Input Values: Ensure that the values being passed to the BRFplus expressions are valid and conform to the expected formats. This may involve adding validation checks in your application logic before invoking the BRFplus rules.
- Review Expression Logic: If you are using complex expressions, review the logic to ensure that all components are compatible with BRFplus requirements.
- Consult Documentation: Refer to the official SAP documentation for BRFplus to understand the supported data types and how to properly configure expressions.
Related Information:
By following these steps, you should be able to resolve the error and ensure that your BRFplus expressions are correctly configured.
Get instant SAP help. Start your 7-day free trial now.
FDT_EXPRESSIONS719
Cannot use nested object as source (position &1)
What causes this issue? During execution of a business rule, the system has tried to access the object at position &V1& for reading. However,...
FDT_EXPRESSIONS718
Writing table lines requires change mode "insert" (position &1)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_EXPRESSIONS721
Expression result cannot be written to context (position &1)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_EXPRESSIONS722
Expression result can only partly be written to context (position &1)
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.