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

Extended error check.

Former Member
0 Likes
626

While doing extended error check in my program i am getting a warning 'Field string is not referenced statically in the program' in the line TABLES: USR02. what should i do to remove this warning?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
584

Hi Krish,

Normally along with the warning message the extended syntax check function would also advice you on using a pseudo comment like pseudo-comment "#EC

to hide the code from being considered for the extended syntax check.

Look more closely at the report from the check and do as adviced to hide.

Regards,

Aditya

4 REPLIES 4
Read only

Former Member
0 Likes
584

Hello,

U have remove the statment TABLES: USR02.

Since U have used this table name inside ur program. If u have used atleast once in report for eg used as a workare then this warning u will not get in EPC

Vasanth

Read only

Former Member
0 Likes
585

Hi Krish,

Normally along with the warning message the extended syntax check function would also advice you on using a pseudo comment like pseudo-comment "#EC

to hide the code from being considered for the extended syntax check.

Look more closely at the report from the check and do as adviced to hide.

Regards,

Aditya

Read only

Former Member
0 Likes
584

Hi,

Remove the Stametment <b>TABLES: USR02</b>

Regards

Sudheer

Read only

Former Member
0 Likes
584

Remove that statement if you had not used the table in SELECT-OPTIONS while declaring or in the SELECT STATEMENT