‎2008 Apr 30 12:54 PM
Hi All,
when doing the Extended Programming Check, for the report,
i got a message saying NO Read acess for v_currenthoursworked.
But basically i have assinged tht variable to a workarea.
Can anybody tell me hoe to handle this message.
Regards
Rohini,.
‎2008 Apr 30 12:58 PM
hi,
The message simply means that although you've defined the variable, and perhaps given it a value from somewhere, you never read from it anymore. Typically this means that you don't actually need the variable. Sometimes you do need it, but only perhaps as a field to select into when doing an existence check. In these cases it is valid to hide the check using the "EC comment.
reward oints if usful,
regards,
muralidhar.
‎2008 Apr 30 12:59 PM
You just can ignore this message while Extended Programming Check. It is not actually a error and not going to effect your result or performance.
‎2008 Apr 30 1:00 PM
Hi Rohini,
May be it comes out because u are using a table but not using properly.
May be u are using a table header.
So check it with READ or Loop.
Thanks
Sanket
‎2008 Apr 30 1:02 PM
‎2010 May 12 9:41 AM