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

work area or table not referenced statically in the program

Former Member
0 Likes
4,099

Hi Friends,

When i make extended syntax check for my program, i am getting error as this work area or table not referenced statically in the program .

How can i overcome that .

Please give solution nfor this .

Thanx.

Title was edited by:

Alvaro Tejada Galindo

Hi Friends,

When i make extended syntax check for my program, i am getting error as this work area or table not referenced statically in the program .

How can i overcome that .

Please give solution nfor this .

Thanx.

Title was edited by:

Alvaro Tejada Galindo

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
1,499

I think that means that the workarea of internal table is not being used anywhere in the program, so it is ok to remove it. Unless it is being access dynamically. Ii don't think this is a hard error, so you can probably ignore it.

Regards,

RIch Heilman

Read only

Former Member
1,499

While Rich has already provided you the right solution, I think you are concerned about this error only because of your "Project Standards" - which says no EPC errors.

So delete the work area or field from your data definitions if you think that it is not being used.

If you think it being used dynamically put a comment of " #EC NEEDED next to it. The error will now be hidden.

Regards,

Srihari