‎2007 Apr 04 9:09 PM
trying to do syntax check for the below code....
IF COMM_STRUCTURE-GI_DATE is INITIAL.
w_date_gi = COMM_STRUCTURE-REQ_DATE.
COMM_STRUCTURE-GI_DATE = w_date_gi.
ENDIF.
getting error:
W: A USING reference parameter should not be used. Instead, define the parameter as a
USING-VALUE(....) or CHANGING parameter
Please suggest what is the soluton
Thanks,
BWer
‎2007 Apr 04 9:22 PM
Hi,
It is just a warning message...
Just activate the code..
Thanks,
Naren
‎2007 Apr 04 9:59 PM
Hi,
Seems you have written this code in the FORM, and you used a parameter in the USING, use this in the CHANGING parametrs.
if this is not tha case, then activate the code as this message is a warning message
Rehards
Sudheer