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 error check.

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

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

Regards

Sudheer

Former Member
0 Kudos

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