Ansicht
Dokumentation

QRY1401 - Expression not correct, cursor is positioned at error. ( OS/400 )

QRY1401 - Expression not correct, cursor is positioned at error. ( OS/400 )

CL_GUI_FRONTEND_SERVICES - Frontend Services   PERFORM Short Reference  
This documentation is copyright by IBM.
SAP E-Book


Message : QRY1401
Expression not correct, cursor is positioned at error.

Message Long Text :

Cause . . . . . : The expression does not follow the rules for expressions. An operator or an operand is either missing or is not correct. The cursor is positioned where an unexpected operator or operand was found. Some examples follow.
Missing or incorrect numeric operator ( + - * /), or missing left parenthesis:
-- A B (Numeric operator missing between field names.
Cursor is at the B operand.)
-- 10 (2+4) (Numeric operator missing between the 10 and left
parenthesis. Cursor is at the left parenthesis.)
-- A & B (Numeric operator between field names not correct.
Cursor is at the & character.)
Missing or incorrect character operator:
-- C D (Character operator missing between field names.
Cursor is at the D operand.)
Missing operand:
-- 10/ (Numeric operand missing after divide operator.
Cursor is at the end of the line or at the next operator.)
-- A!! (Character operand missing after the concatenation
operator. Cursor is at the end of the
line or at the next operator.)
Missing comma in multiple argument function:
-- SUBSTR(ALPHA, 4 3) (Comma missing between the second and third
argument of the SUBSTR function.
Cursor is at the third argument of
the SUBSTR function.)
Recovery . . . : Correct the expression.

Message File : QQRYMSG
Library Message File : QSYS2924


ABAP Short Reference   Vendor Master (General Section)  
This documentation is copyright by IBM.

Length: 3278 Date: 20240424 Time: 005612     sap01-206 ( 3 ms )