Do you have any question about this error?
Message type: E = Error
Message class: FDT_EXPRESSIONS - Formula & Derivation Tool: Expressions
Message number: 119
Message text: Usage of boolean constant in row &1/column &2 is not useful
A boolean constant is used in a condition cell. However, using boolean
constants in condition cells is not useful:
If the constant value is 'FALSE', the line will never match and
therefore never return a result.
If the constant value is 'TRUE', the line will always match and return a
result. This is equivalent to having an empty cell. An empty cell is not
taken into consideration when the line is evaluated. Therefore, empty
cells are always 'TRUE'.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Reconsider the desired behavior of the application and change the
condition accordingly. Maybe using an expression that yields a boolean
result for the condition cell will better suit the intended behavior.
You can accomplish this easily by assigning a boolean value with the
<ZH>Direct Value Input</> command from the cell context menu.
Error message extract from SAP system. Copyright SAP SE.
FDT_EXPRESSIONS119
- Usage of boolean constant in row &1/column &2 is not useful ?The SAP error message FDT_EXPRESSIONS119 indicates that there is a usage of a boolean constant in a specific row and column of a data expression that is deemed not useful. This typically occurs in the context of SAP's Flexible Data Import (FDI) or similar data processing scenarios where expressions are evaluated.
Cause:
The error arises when a boolean constant (true/false) is used in a way that does not contribute to the logic of the expression. For example, if you have an expression that evaluates to a boolean value but the constant does not affect the outcome, it is considered redundant. This can happen in various scenarios, such as:
To resolve this error, you should review the expression in the specified row and column. Here are steps you can take:
Identify the Expression: Locate the expression that is causing the error. Check the row and column numbers provided in the error message.
Analyze the Logic: Determine if the boolean constant is necessary for the logic of the expression. If it does not change the outcome, consider removing it.
Refactor the Expression: Modify the expression to eliminate the redundant boolean constant. Ensure that the logic remains intact and that the expression still meets the intended functionality.
Test the Changes: After making adjustments, test the expression to ensure that it behaves as expected and that the error no longer occurs.
By following these steps, you should be able to resolve the FDT_EXPRESSIONS119 error and improve the logic of your data expressions.
Get instant SAP help. Start your 7-day free trial now.
FDT_EXPRESSIONS118
Invalid column index (expected: &1, found: &2)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_EXPRESSIONS117
Column name &1 is already used in decision table
What causes this issue? You have tried to add a column with name '&v1&' to the decision table. However, a column with that name alr...
FDT_EXPRESSIONS120
Table columns are not yet set correctly
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_EXPRESSIONS121
Invalid column index &1 in row(s) &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.