Message type: E = Error
Message class: GB - Messages used by the Boolean code generator
Message number: 018
Message text: Boolean statement not complete
The syntax of the boolean statement is incorrect.
The expression has been prematurely terminated.
E.g.1 <tab1> $fld =
E.g.2 TRUE AND
The code generation is aborted.
Check the syntax of the statement. Add the literal string to the end
of the expression.
E.g.1 <tab1> $fld = '1'
E.g.2 TRUE AND FALSE
Error message extract from SAP system. Copyright SAP SE.
The SAP error message GB018, which states "Boolean statement not complete," typically occurs in the context of using selection criteria in reports or queries where a Boolean expression is expected but is not fully formed. This can happen in various scenarios, such as when using selection screens, query definitions, or report parameters.
Cause: Incomplete Boolean Expression: The error usually arises when a Boolean statement (like AND, OR) is not properly completed. For example, if you have a condition that requires both sides of an AND or OR operator but only one side is provided. Syntax Errors: There may be syntax errors in the query or report definition that lead to incomplete logical expressions. Missing Parameters: If a required parameter for a Boolean condition is missing, it can trigger this error.
Solution: Check the Query/Report Definition: Review the selection criteria or the query definition where the error occurs. Ensure that all Boolean expressions are complete and correctly
Get instant SAP help. Sign up for our Free Essentials Plan.
GB017 String is truncated '&'
What causes this issue? This is an internal programming error caused when a field is full.System Response The string is truncated.How to fix this er...
GB016 Maximum formula length reached
What causes this issue? This is an internal programming error caused when a field is full.System Response The code generation is aborted.How to fix ...
GB019 Enter '>' after the table name
What causes this issue? The syntax of the boolean statement is incorrect. The terminator for the table name has been omitted. E.g. <tab1 $fld = ...
GB020 Syntax correct
What causes this issue? The syntax of the boolean expression is correct.System Response None.How to fix this error? No response necessary.Error mes...
Click on this link to search all SAP messages.