Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error: A USING reference parameter

Former Member
0 Likes
1,169

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

2 REPLIES 2
Read only

Former Member
0 Likes
705

Hi,

It is just a warning message...

Just activate the code..

Thanks,

Naren

Read only

Former Member
0 Likes
705

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