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 Check

Former Member
0 Likes
1,572

Hi all,

Can you all share your experience on Extended check issue i am having.

I have run the Extended Check on the program and it showed me errors like 'no read access to field string ' etc ....,

to hide this message i am using "#EC *.

even after using "#EC * the system is showing the message if i perform an Extended Check .

is my approach not the correct one ? or do i have to do any additional steps ?

Please suggest . Thanks in advance .

Regards,

Ry

Hi all,

Can you all share your experience on Extended check issue i am having.

I have run the Extended Check on the program and it showed me errors like 'no read access to field string ' etc ....,

to hide this message i am using "#EC *.

even after using "#EC * the system is showing the message if i perform an Extended Check .

is my approach not the correct one ? or do i have to do any additional steps ?

Please suggest . Thanks in advance .

Regards,

Ry

11 REPLIES 11
Read only

Former Member
0 Likes
1,522

hi,

Have u added this "#EC *. at the end of line which is showing that error or warning?

//Kothand

Read only

Former Member
0 Likes
1,522

Your approach is correct.....you can ignore those messages..!

Cheers,

Tatvagna.

Sorry...misunderstood the question..!

Edited by: Tatvagna Shah on Jul 15, 2008 6:34 PM

Read only

Former Member
0 Likes
1,522

U should use "#EC NEEDED instead of "#EC *.

Regards,

Joy.

Read only

0 Likes
1,522

Hi,

I have tried both of these "#EC NEEDED instead of "#EC *. but still it shows up when i do an extended program check .

any example please share and suggest .

regards,

ry

Read only

0 Likes
1,522

May be u have to put this "#EC NEEDED in multiple places...pl. check...

Regards,

Joy.

Read only

0 Likes
1,522

so if i insert "#EC NEEDED in one place , will it apply to all in the program . please suggest .

regards,

ry

Read only

0 Likes
1,522

No..u have put this comment "#EC NEEDED in each and every place where u r getting this same message....

Regards,

Joy.

Read only

0 Likes
1,522

Hi ,

Thanks Joy.

Field string ( XYZ - table name ) is not referenced statically in the program

The message can be hidden with "#EC *.

i do get these errors , but i am using this table to retrieve data using select single .

can you suggest please .

regards,

ry

Read only

matt
Active Contributor
0 Likes
1,522

What version of SAP are you on? You don't need TABLES statements much nowadays.

matt

Read only

0 Likes
1,522

Just double click on the message it will goto the place where u need to put the half line comment.

Regards,

Joy.

Read only

Former Member
0 Likes
1,522

this hide statement will not remove the error warning r message but it will hide...

generally v use extended program check to remove the unnessary satement from the program which will improve the performance of the program .so plz rectify the error and hide the warning........if they can not be rectified.

Regards

Anbu