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

No Read Access

Former Member
0 Likes
725

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,.

5 REPLIES 5
Read only

Former Member
0 Likes
682

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.

Read only

Former Member
0 Likes
682

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.

Read only

Former Member
0 Likes
682

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

Read only

Former Member
Read only

Former Member
0 Likes
682

Solved myself.