ABAP Keyword Documentation → ABAP Glossary
pseudo comment
Program directive in the form of a special
line end comment. A
pseudo comment begins with the expression #EC
or #AU
and hides either a message from the
extended program check or
Code Inspector, or determines the test properties for a
test class. Pseudo comments are now only required for hiding Code Inspector messages and are otherwise obsolete.