Ansicht
Dokumentation

SQL0469 - IN, OUT, or INOUT not valid for parameter &4 in procedure &1 in &2. ( OS/400 )

SQL0469 - IN, OUT, or INOUT not valid for parameter &4 in procedure &1 in &2. ( OS/400 )

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


Message : SQL0469
IN, OUT, or INOUT not valid for parameter &4 in procedure &1 in &2.

Message Long Text :

Cause . . . . . : The IN, INOUT, or OUT attribute specified for parameter &4 when the procedure was defined is not valid. The parameter name is &5. One of the following errors occurred:
-- The attribute is not consistent with the parameter on the CALL statement. If the parameter was declared INOUT or OUT, the parameter on the CALL statement must be specified as a host variable or a global variable.
-- The attribute was specified as INOUT or OUT and REXX was specified as the language. The attribute must be IN if REXX is specified.
Recovery . . . : Either change the attribute of the parameter on the DECLARE PROCEDURE, CREATE PROCEDURE, or ALTER PROCEDURE statement or change the parameter. Try the request again.

Message File : QSQLMSG
Library Message File : QSYS2924


ROGBILLS - Synchronize billing plans   ABAP Short Reference  
This documentation is copyright by IBM.

Length: 3253 Date: 20240426 Time: 144938     sap01-206 ( 2 ms )