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

Code Inspector Error : OBSOLETE ALV Approach Used

Former Member
0 Likes
1,072

Code Inspector Error : OBSOLETE ALV Approach Used

sap has given the " The message can be hidden using pseudo comment "EC OBS_ALV_REQD "

But it is not working for me....

can some one suggest how it works?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,020

Hi..

Please check if you have inserted it at the right place and it should be..

statement----. " #EC OBS_ALV_REQD

Regards,

Karthik

Code Inspector Error : OBSOLETE ALV Approach Used

sap has given the " The message can be hidden using pseudo comment "EC OBS_ALV_REQD "

But it is not working for me....

can some one suggest how it works?

6 REPLIES 6
Read only

Former Member
0 Likes
1,021

Hi..

Please check if you have inserted it at the right place and it should be..

statement----. " #EC OBS_ALV_REQD

Regards,

Karthik

Read only

0 Likes
1,020

No karthit it is not working .......

Read only

0 Likes
1,020

If you put the pseudo comment on the right line of ABAP code and in the right format, it will work...

"#EC * is really all you need to "hide" the row of code from the Extended Syntax Check, which appears to be turned on in your code inspector variant. If it didn't work, you put it in the wrong place.

Note that the #EC * must appear as the first characters in your comment, as I recall...you can put other information after.

However, as someone else already noted, remediation of anything flagged by the Extended Syntax Check is preferable to hiding it from the check.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,020

Code Inspector Error : OBSOLETE ALV Approach Used

Instead of hiding it why cant you correct it ?

Read only

0 Likes
1,020

Thanks keshav

well not sure abt the functionality and requirement ..........

may be they are executing it on background ......(if i correct it oops alv and grid alv will not come in spool).....

i need to correct only errors and warings in code inspector...........

I am not suppose to change any thing

Read only

0 Likes
1,020

>

> i need to correct only errors and warings in code inspector...........

But prior to this you need to understand why you are getting the particular error ? Are you aware of the "why" ?