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: 

is it possible to hide naming convention errors

former_member16044
Active Participant
0 Kudos

Please help me out.

6 REPLIES 6

Former Member
0 Kudos

Why do you want to do that?

0 Kudos

I have used almost 60 variables and constants in my program. Client has got its own naming convention, for the time being need to hide, or else changes in program, its includes, forms leading to dump

0 Kudos

You can do a global search and replace within a program and its includes.

matt
Active Contributor
0 Kudos

Even if you could suppress the errors, there's an option to see suppressed errors which your client may well use to spot naughty programmers who don't quite understand that it's removal of errors that's important, not removal of error messages.

Edited by: Matt on Oct 27, 2010 4:20 PM

0 Kudos

I don't know the exact circumstances you're in, but a final tip: never try to fool a client.

0 Kudos

good advice.... and changing the misnamed objects quickly and passing the code inspection will demonstrate that one is a compentent ABAP practitioner!