Application Development 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: 

Extended Check Error

Former Member
0 Kudos

hello,

i am getting the following error when i do a extended check on a program.

" No read Access to the field v_value."

you can hide the message using "#EC NEEDED.

Please can anyone tell me why this message is coming and wht is to be done to remove it.

1 REPLY 1

Former Member
0 Kudos

Hi Swanand,

This message means that field "V_VALUE" has been declared, perhaps being filled with a value but the value is never used anywhere the program. In most cases this means that the field can be removed completely from the program without changing the functionality of the program. However in exceptional cases there might be a reason to keep the coding. To avoid the error message in the extended program check you can add "#EC NEEDED" as a comment on the same line.

Regards,

John.