Do you have any question about this error?
Message type: E = Error
Message class: GB - Messages used by the Boolean code generator
Message number: 004
Message text: Cerrar paréntesis
The syntax of the boolean statement is incorrect.
A parenthesis '(' has been opened and not closed.
E.g. True and ( false
The code generation is aborted.
Remove the extra parentheses or close it.
E.g. True and ( false )
or True and false
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
GB004
- Cerrar paréntesis ?Get instant SAP help. Start your 7-day free trial now.
GB003
Complejidad excedida
¿Qué causa este problema? The expression that you have declared contains too many parts.Respuesta del sistema The code generation is aborted.¿Có...
GB002
String incompleto
¿Qué causa este problema? The syntax of the boolean statement is incorrect. Syntax error in boolean statement. A literal string has been declared ...
GB005
Paréntesis cerrado antes de ser abierto
¿Qué causa este problema? The syntax of the boolean statement is incorrect. A parenthesis has been closed before being opened. E.g. True and fal...
GB006
Paréntesis empleado en variable
¿Qué causa este problema? The syntax of the boolean statement is incorrect. A parenthesis has been used as part of a variable name. E.g. <tab&g...
Haga clic en este enlace para buscar todos los mensajes de SAP.