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: 

pseudo comment

Former Member
0 Kudos

what is

pseudo comment like # EC NO_FIRST????

3 REPLIES 3

former_member184119
Active Contributor
0 Kudos

It is nothing but..some things which comes under abap coding sap doesnt recognize that. so Sap has given a option to mark those as Psuedo comments.

In Deed for beeter performance...we use extended programing chekc..the variables which are in use also marked as comments by that check..so by giving psuedo comments sap has given a option to hide those.

*reward poitns if useful *

Let me know for further assistance

regards

sas

0 Kudos

thanx ur reply,

but how can i use this for a statement

0 Kudos

Reward point if useful

Just for sample declare anuy constant in your program..adn dont use this any where in the program.

Now go to top ...Program>cHeck>extended check...

just execute that..u can see the warning stating the constant is not ued..so use the comments to #ec some hitng..

now come back to code and write #ec what ever specieid there in comments beside the constant.

ex: data a type c. #ec_

this the . Hope u understood.

Try it its very easy ok bye

regards

sas